下载openethereum

此时最新release版本v3.2.6
https://github.com/openethereum/openethereum/releases/tag/v3.2.6

根据对应系统下载对应版本程序
社区使用的是linux,对应的地址是

wget https://github.com/openethereum/openethereum/releases/download/v3.2.6/openethereum-linux-v3.2.6.zip
unzip -x openethereum-linux-v3.2.6.zip
chmod +x openethereum

运行openethereum

nohup ./openethereum --chain xdai --db-path ./data --base-path ./base_data --interface all --port 19000 --jsonrpc-interface all --jsonrpc-port 19001 --ws-port 19002 --ws-interface all>./node.log 2>&1 &

查看日志

tail -f node.log

xdai区块浏览器

https://blockscout.com/xdai/mainnet/

参考

https://openethereum.github.io/Configuring-OpenEthereum
https://www.xdaichain.com/for-developers/install-xdai-client/parity