▶️Node Management
Your address needs to be whitelisted in for running node by Cortensor Admin (2k $COR per Node)
Key management (need to login as "deploy" user)
Generate Key
/usr/local/bin/cortensord ~/.cortensor/.env tool gen_key

Register the node (need to be whitelisted)
/usr/local/bin/cortensord ~/.cortensor/.env tool register

Verify the node
/usr/local/bin/cortensord ~/.cortensor/.env tool verify


Node Management
Start Node
sudo systemctl start cortensor
#you need to input pass for "deploy" user
Stop Node
sudo systemctl stop cortensor
Restart Node
sudo systemctl restart cortensor
Debugging & Troubleshoot (Linux)
Check Log
tail -f /var/log/cortensord.log
Check Node Address & ID
/usr/local/bin/cortensord ~/.cortensor/.env tool id
Check NodeStats
/usr/local/bin/cortensord ~/.cortensor/.env tool stats
Kill IPFS Process (Linux & OSX)
pkill ipfs
Last updated
Was this helpful?