RPC Command
curl -d '{"action": "version"}' localhost:6900curl -d '{"action": "block_count"}' localhost:6900curl -g -d '{ "action": "wallet_create"}' localhost:6900curl -g -d '{ "action": "wallet_change_seed", "wallet": "YOUR_NODES_WALLET_ID", "seed": "YOUR_SEED_64char"}' localhost:6900Last updated