LOGOSNODOS
  • LOGOSNODOS
  • 🖥️Mainnet Node
    • Avail Network
      • ▶️Installation
      • ▶️Staking / Bonding
    • BlockX
      • ▶️Installation
      • ▶️Cheat Sheet
    • Muon Network
      • ▶️Installation
      • ▶️Troubleshooting
    • RaiblocksOne
      • ▶️Installation
      • ▶️Cheat Sheet
    • SGE Network
      • ▶️Installation
      • ▶️Cheat Sheet
    • Quicksilver Protocol
      • ▶️Installation
      • ▶️Cheat Sheet
  • 🛠️TESTNET NODE
    • 0gchain
      • ▶️Installation
      • ▶️Cheat Sheet
    • Airchains
      • ▶️Installation
      • ▶️Cheat Sheet
    • Avail Network
      • ▶️Installation
      • ▶️Challenge Set Identity
      • ▶️Challenge Add Pool
    • Cortensor
      • ▶️Staking and Funding
      • ▶️Installation
      • ▶️Node Management
      • ▶️Monitoring
    • CrossFi
      • ▶️Installation
      • ▶️Cheat Sheet
    • Juneo Network
      • ▶️Installation
      • ▶️Create Supernet
      • ▶️Deploy a VM
    • Namada
      • ▶️Installation
      • ▶️Cheat Sheet
    • Pryzm
      • ▶️Installation
      • ▶️Cheat Sheet
    • Quicksilver Protocol
      • ▶️Installation
      • ▶️Cheat Sheet
    • Swisstronik
      • ▶️Installation
      • ▶️Cheat Sheet
    • Symphony
      • ▶️Installation
      • ▶️Cheat Sheet
  • ⛑️Solidity Compiler
    • Hardhat
      • ▶️Installation
      • ▶️Setup Hardhat on Swisstronik Network
      • ▶️Write and compile the smart contract
      • ▶️Deploy the smart contract
      • ▶️Interact with the contract-Transaction
      • ▶️Interact with the contract-Call
      • ▶️Crafts and Mint Token ERC20
      • ▶️PERC20 (Private ERC20) Deploy, Mint and Transfer.
      • ▶️JSON RPC Call using ETH getStorage
Powered by GitBook
On this page
  • Key management (need to login as "deploy" user)
  • Node Management
  • Debugging & Troubleshoot (Linux)

Was this helpful?

  1. TESTNET NODE
  2. Cortensor

Node Management

Your address needs to be whitelisted in for running node by Cortensor Admin (2k $COR per Node)

Last updated 2 months ago

Was this helpful?

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

🛠️
▶️
Normal logs with no error