Installation & Setup

DRAFT

NOTE: We are currently in the closed alpha phase for precursor miner testing. To set up and run the process below, you’ll need test ETH on Arbitrum Sepolia for your miner’s address. After generating the key from cortensord, you can obtain test ETH from a public faucet or contact us, and we’ll send some test ETH on Arbitrum Sepolia.

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 installer

1b. 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 pull

Git 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

Update .env file to enable GPU support

3. Upgrade

Linux - Ubuntu 22.04 & Debian

OSX/Darwin - ARM64

Windows Cygwin - AMD64

Debugging & Troubleshoot

Kill IPFS process - Windows, OSX, Linux

Debugging & Troubleshoot (Linux)

Check Log

Check Node Address & ID

Check NodeStats

Kill IPFS process - Linux & OSX


Contributions from Community Members

Documentations from Community Members

Node Monitoring Bots

Node Watchdogs

RPC Endpoints

Arbitrum Sepolia Faucet Bots

Disclaimer: This page and the associated documents are currently a work in progress. The information provided may not be up to date and is subject to change at any time.

Last updated