RPC Command
use this command to interact with your nodes
Check nodes version
Check nodes version
Create New Nodes Wallet_ID
Import your wallet into nodes
more rpc command are available on official nano pages, since raiblocksone are fork from nano, it's RPC should be same :) https://docs.nano.org/commands/rpc-protocol/
To Backup Your SEED: // Go to your docker container docker exec -it raione-node /bin/bash // Use Command below to get your SEED and Private Key
/usr/bin/./nano_node --wallet_decrypt_unsafe --wallet=%YOUR_WALLLET_ID% // Don't forget to change the %YOUR_WALLLET_ID%
Last updated