Comment on page
Use Binary
Using the WEMIX3.0 network
Run the following command: The default RPC port for
gwemix
is 8588, and the P2P port is 8589. Like geth, --datadir
can specify the folder in which chaindata
is stored, and if this value is omitted, ~/.wemix
becomes the data directory.Mainnet
Testnet
gwemix --syncmode full --datadir {data_folder} --http --http.addr 0.0.0.0
gwemix --wemix-testnet --syncmode full --datadir {data_folder} --http --http.addr 0.0.0.0
Command line option
Last modified 1yr ago