Installation

Pre-Requisites

Hardware
Minimum Spesification

CPU

6 Cores

RAM

12 GB

Disk

100 GB

You need to have 4000 $COR staked per node for 84 days in Cortensor staking platform

You can buy $COR on Uniswap using any ERC-20 token.

Installation

Clone Installer

git clone https://github.com/cortensor/installer
cd installer

Install Dependencies

./install-docker-ubuntu.sh
./install-ipfs-linux.sh
./install-linux.sh

Copy Installation folder to deploy user

cp -Rf ./installer /home/deploy/installer
chown -R deploy:deploy /home/deploy/installer

Login as deploy user and verify the installation

su deploy
ls -al /usr/local/bin/cortensord
ls -al $HOME/.cortensor/bin/cortensord
ls -al /etc/systemd/system/cortensor.service
ls -al $HOME/.cortensor/bin/start-cortensor.sh
ls -al $HOME/.cortensor/bin/stop-cortensor.sh
docker version
ipfs version

Generate Key

/usr/local/bin/cortensord ~/.cortensor/.env tool gen_key

after this step, contact Cortensor admin via Discord and send them your Public key for whitelist

Staking Address: 0x.....E2A1 (your wallet that you use for staking)
Mining Address:  0x.....C8D3 (your node public key)
Discord: yourdiscord
Telegram: @yourtelegram

Only after confirmation from Admin, you can proceed to register, verify and start the node

/usr/local/bin/cortensord ~/.cortensor/.env tool register
/usr/local/bin/cortensord ~/.cortensor/.env tool verify

Start the service

sudo systemctl start cortensor

Restart the service

sudo systemctl restart cortensor

Stop the service

sudo systemctl stop cortensor

Last updated