Installation

🖥️System Requirements

- OS: Linux - CPU: 6 Core(s) - Memory: 12GB - Storage: 100GB

You can get your server here : Click Here to Rent VPS from €4.50/month

Even better, you can get affordable dedicated server with high performance here, if you plan to run multiple nodes

💭Prerequisites

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

🛠️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

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

Last updated

Was this helpful?