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
We recommend to get VPS 20 for more stable performance
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
If you want to run 5, then stake 20k $COR
🛠️Installation
This guide is created under the assumption you are using Ubuntu 24.04 LTS If you use other OS, please modify the commands accordingly
It's recommended to run the command using root user
Clone Installer
git clone https://github.com/cortensor/installer
cd installerInstall Dependencies
./install-docker-ubuntu.sh
./install-ipfs-linux.sh
./install-linux.shCopy Installation folder to deploy user
cp -Rf ./installer /home/deploy/installer
chown -R deploy:deploy /home/deploy/installerLogin 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 versionGenerate Key
/usr/local/bin/cortensord ~/.cortensor/.env tool gen_keyafter 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: @yourtelegramOnly 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 verifyStart the service
sudo systemctl start cortensorLast updated
Was this helpful?