▶️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" userStop Node
sudo systemctl stop cortensorRestart Node
sudo systemctl restart cortensorDebugging & Troubleshoot (Linux)
Check Log
tail -f /var/log/cortensord.logCheck Node Address & ID
/usr/local/bin/cortensord ~/.cortensor/.env tool idCheck NodeStats
/usr/local/bin/cortensord ~/.cortensor/.env tool statsKill IPFS Process (Linux & OSX)
pkill ipfsLast updated
Was this helpful?