iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 13
0
  1. 今天要練習啟動兩個不同的節點。

  2. 先開啟終端機,輸入 :

geth --datadir ./ethPrivate --nodiscover --networkid 15 --ipcpath ./.ipc/geth1.ipc --port 30304 console
  1. 輸入指令後會碼出很多訊息,其中最重要的一條是Welcome to the Geth Javascript console 這行。

  2. 開啟另一台終端機,這次要啟動ethPrivate_01的節點;輸入 :

geth --datadir ./ethPrivate_01 --nodiscover --networkid 15 --ipcpath ./.ipc/geth1.ipc --port 30305 console
  1. 另一邊也看到Welcome to the Geth Javascript console 後,就也啟動節點成功了。

  2. 明天繼續實作如何把兩個節點相連再一起並開始作業。


上一篇
IT鐵人30之Day 12
下一篇
鐵人30之Day 14
系列文
不緊張的私有鏈玩玩看實作30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言