Skip to content

Commit afed9ee

Browse files
committed
README.md: rpc -> http
1 parent 3f451fc commit afed9ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

165165
After 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

0 commit comments

Comments
 (0)