We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f8dae commit 46e8fd6Copy full SHA for 46e8fd6
README.md
@@ -111,7 +111,7 @@ To run a full node on the Neo X Testnet network follow the steps below.
111
echo "$node and the node address is $miner, rpc port $rpcport, p2p port $port"
112
113
nohup ./geth \
114
- --networkid 12227331 \
+ --networkid 12227332 \
115
--nat extip:10.148.0.2 \
116
--port $port \
117
--authrpc.port $rpcport \
@@ -167,7 +167,7 @@ To run a full node on the Neo X Testnet network follow the steps below.
167
echo "$node and miner is $miner, rpc port $rpcport, p2p port $port"
168
169
170
171
172
173
--mine --miner.etherbase=$miner \
0 commit comments