Join the incentivized testnet and start mining on the decentralized AI network
Cortensor aims to democratize AI by leveraging the power of decentralized networks and open-source models. By eliminating the constraints of centralized services, Cortensor provides a scalable and cost-effective solution for AI inference and development.
Utilize distributed computing power for efficient AI processing.
Allow flexible AI applications without restrictions.
Ensure secure and transparent transactions with incentives for participants.
Optimize resource usage and reduce operational costs.
Component | Minimum | Recommended |
---|---|---|
Operating System | Ubuntu 20.04+ | Ubuntu 22.04+ |
CPU | 6 Cores | 8+ Cores |
RAM | 8GB | 16GB+ |
Storage | 500GB SSD/NVMe | 1TB SSD/NVMe |
Network | 10 Mbit/s | 100 Mbit/s+ |
To run the node, you need to rent a VPS with the specifications shown in the requirements table above.
We recommend using Contabo due to its affordability and AI mining-friendly features.
Smart Contract for COR:
0x8e0eef788350f40255d86dfe8d91ec0ad3a4547f
sudo apt update -q && sudo apt upgrade -qy sudo apt install -qy curl git jq lz4
git clone https://github.com/cortensor/installer cd installer
./install-docker-ubuntu.sh
./install-ipfs-linux.sh
./install-linux.sh
deploy
.
cd ~/ cp -Rf ./installer /home/deploy/installer chown -R deploy.deploy /home/deploy/installer
sudo su deploy cd ~/ 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
If no errors are found, the installation is successful.
sudo su deploy
/usr/local/bin/cortensord ~/.cortensor/.env tool gen_key
Fill out this form with details HERE
For Referral - Discord ID use: Suryaone
/usr/local/bin/cortensord ~/.cortensor/.env tool register
/usr/local/bin/cortensord ~/.cortensor/.env tool verify
sudo systemctl start cortensor
tail -f /var/log/cortensord.log
sudo su deploy nano ~/.cortensor/.env
Locate the #RPC
section and replace HOST
with your own RPC from drpc.org, then save and restart:
sudo systemctl restart cortensor
/usr/local/bin/cortensord ~/.cortensor/.env tool id
/usr/local/bin/cortensord ~/.cortensor/.env tool stats
Use these commands to upgrade your node to different devnets:
sudo su deploy cd installer git pull ./upgrade-linux.sh ./utils/use-devnet3.sh
sudo su deploy cd installer git pull ./upgrade-linux.sh ./utils/use-devnet4.sh
sudo systemctl restart cortensor
You have successfully installed and managed the Cortensor Mining AI node!