2018年6月16日 星期六

[教學] Raiden Network 安裝教學中文版

1. 先安裝go-ethereum client端

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
並輸入帳戶的密碼
3.執行go-ethereum client端的console模式

geth --testnet --fast --rpc --rpcapi eth,net,web3 --bootnodes "enode://20c9ad97c081d63397d7b685a412227a40e23c8bdc6688c6f37e97cfbc22d2b4d1db1510d8f61e6a8866ad7f0e17c02b14182d37ea7c3c8b9c2683aeb6b733a1@52.169.14.227:30303,enode://6ce05930c72abc632c58e2e4324f7c7ea478cec0ed4fa2528982cf34483094e9cbc9216e7aa349691242576d552a2a56aaeae426c5303ded677ce455ba1acd9d@13.84.180.240:30303" console

其中幾個參數說明一下
testnet: 連到測試網路
fast: 快速同步,僅同步後面部分的區塊,而非整條鏈
rpc: 啟用rpc-server
console: 進入console模式(可下挖礦指令等)

4.進行挖礦

在go-ethereum client console mode輸入:miner.start()
其中
Starting mining operation為正在啟動挖礦
mined potential block表示完成一個新區塊

5.執行Raiden Network

開另一個terminal執行:/path/to/your/binary_file --keystore-path /path/to/your/keystore
等待完成同步即可使用


沒有留言:

張貼留言