How to Set Up a Node
Last updated
Last updated
MEVerse is open source on Github(). Anybody can download codes from github.
If you sync from the Genesis block, you can start node with following commands
MEVerse saves context snapshots once a day. You can also download latest data to start node from recent block height.
Download context file in
Unzip the zipcontext file, you will find data folder and _config.toml
Create ./meverse/cmd/node/ndata folder and place data/context file
Overwrite _config.toml file's InitGenesisHash, InitHeight, InitHash, InitTimestamp in ./meverse/cmd/node/config.toml file
Run after build
You can exchange data with mainnet through RPC. 8541 port is set as a basic port, and it can be edited in RPCPort field in /cmd/node/config.toml.