File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ One can use the following command lines to join the Wemix networks. Note that th
4444
4545### Wemix Mainnet
4646
47- gwemix --syncmode full --datadir {data_folder} --rpc --rpcaddr 0.0.0.0
47+ gwemix --syncmode full --datadir {data_folder} --http --http.addr 0.0.0.0
4848
4949### Wemix Testnet
5050
51- gwemix --wemix-testnet --syncmode full --datadir {data_folder} --rpc --rpcaddr 0.0.0.0
51+ gwemix --wemix-testnet --syncmode full --datadir {data_folder} --http --http.addr 0.0.0.0
5252
5353## Setting Up a New Network
5454
@@ -164,7 +164,7 @@ First download genesis.json from existing nodes to a data directory.
164164
165165After getting enodes of mining nodes, run gwemix as follows.
166166
167- bin/gwemix --syncmode full --datadir <data-directory> --bootnodes <enodes> --rpc --rpcaddr 0.0.0.0
167+ bin/gwemix --syncmode full --datadir <data-directory> --bootnodes <enodes> --http --http.addr 0.0.0.0
168168
169169### The original go-ethereum README follows...
170170
You can’t perform that action at this time.
0 commit comments