Installation
Update and Install Dependencies
Install Docker
Pull Images From Docker Hub
Run Nodes Once To Get Settings File
Stop Nodes
Enable Voting
copy this code below to the config-node.toml
Change RPC Settings
Restart The Services
Useful Command
Check Version: curl -g -d '{ "action": "version"}' 'localhost:7076'
Block Count: curl -g -d '{ "action": "block_count"}' 'localhost:7076'
Create New Wallet ID: curl -g -d '{ "action": "wallet_create"}' 'localhost:7076' Create New Wallet Account: curl -g -d '{ "action": "account_create", "wallet": "%WALLET_ID% "}' 'localhost:7076'
Last updated