sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum / ethereum
sudo apt-get update
sudo apt-get install ethereum
2. 建立新的帳戶:
在terminal上輸入:geth account new
在terminal上輸入:geth account new
並輸入帳戶的密碼
3.執行go-ethereum client端的console模式
其中幾個參數說明一下
testnet: 連到測試網路
fast: 快速同步,僅同步後面部分的區塊,而非整條鏈
rpc: 啟用rpc-server
console: 進入console模式(可下挖礦指令等)
fast: 快速同步,僅同步後面部分的區塊,而非整條鏈
rpc: 啟用rpc-server
console: 進入console模式(可下挖礦指令等)
4.進行挖礦
在go-ethereum client console mode輸入:miner.start()
其中
Starting mining operation為正在啟動挖礦
mined potential block表示完成一個新區塊
mined potential block表示完成一個新區塊
5.執行Raiden Network
等待完成同步即可使用
沒有留言:
張貼留言