Installation & Setup
DRAFT
1. Download
1a. Download Installer
$ curl -L https://github.com/cortensor/installer/archive/main.tar.gz -o cortensor-installer-latest.tar.gz
$ tar xzfv cortensor-installer-latest.tar.gz
$ cd installer1b. Clone Installer
# installer requires Git LFS
$ sudo apt install git-lfs
$ git clone https://github.com/cortensor/installer
$ cd installer
$ git lfs install
$ git lfs fetch
$ git lfs pull
$ git pullGit for Windows User
2. Installation & Setup
Linux - Ubuntu 22.04 & Debian 12
Install - Docker, IPFS & Cortensord
Setup - Your address needs to be whitelisted in advance by Cortensor Admin
Start & Stop through SystemD
Start MinerV2 Manually (With LLM engine docker)
Start MinerV2 Manually (With LLM engine as subprocess)
OSX/Darwin - ARM64
Install - IPFS & Cortensord
Setup - Your address needs to be whitelisted in advance by Cortensor Admin
Start & Stop through start & stop scripts
Start MinerV2Manually
Windows Cygwin - AMD64
Install - Git Bash & Python
Install - IPFS & Cortensord
Setup - Your address needs to be whitelisted in advance by Cortensor Admin
Start & Stop through start & stop scripts
Start MinerV2 Manually - Run under deploy user account
Windows Cygwin - AMD64 through BAT files
Install - Git Bash & Python
Install - IPFS & Cortensord
Setup - Your address needs to be whitelisted in advance by Cortensor Admin
Start & Stop through start & stop scripts
Start MinerV2 Manually - Run under deploy user account
Enable GPU support
3. Upgrade
Linux - Ubuntu 22.04 & Debian
OSX/Darwin - ARM64
Windows Cygwin - AMD64
Debugging & Troubleshoot
Debugging & Troubleshoot (Linux)
Contributions from Community Members
Documentations from Community Members
Node Monitoring Bots
Node Watchdogs
RPC Endpoints
Arbitrum Sepolia Faucet Bots
Last updated