| 修改日期 | 修改人 | 备注 |
| 2021-07-31 09:50:29[当前版本] | 文艺范儿 | 格式调整 |
| 2021-07-31 09:47:47 | 文艺范儿 | 格式调整 |
| 2021-07-31 09:17:08 | 文艺范儿 | 创建版本 |
mkdir xdai-data wget https://github.com/openethereum/openethereum/releases/download/v3.2.5/openethereum-linux-v3.2.5.zip unzip openethereum-linux-v3.2.5.zip chmod +x ./*
nohup ./openethereum --chain xdai --port=30303 --jsonrpc-port=8545 --jsonrpc-cors=all --jsonrpc-interface=all --jsonrpc-hosts=all --jsonrpc-apis=web3,eth,net,parity --ws-interface=all --ws-apis=web3,eth,net,parity,pubsub --ws-origins=all --ws-hosts=all --ws-max-connections=10 --max-peers=100 --base-path=./xdai-data >> ./xdai.log 2>&1 &