Use Binary

The WEMIX3.0 blockchain Binary Node can be downloaded from the site.

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.

gwemix --syncmode full --datadir {data_folder} --http --http.addr 0.0.0.0

Command line option

Use the command line option. It is possible to run gwemix by specifying the settings.

Last updated