Installation
Please follow all steps briefly !!!
CPU
Core 2+
RAM
4GB+
STORAGE
120GB+ SSD/NVME
Before installing a RaiblocksOne node, one needs to install Docker. To do so, you can use Install Docker
Update and Install Dependencies
Pull image from the docker
Run the node once, so you can make a setting file
Now stop the node to configure some settings
Open the config-node.toml file
Copy this code below and place it on the top command
Change RPC setting (change enable-control = true)
Restart the node
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
Was this helpful?