Installation Setup

Inichain (Initverse)

First register here : inichain

Download Installer

wget https://github.com/Project-InitVerse/ini-miner/releases/download/v1.0.0/iniminer-linux-x64

Change Permission to downloaded file

chmod +x iniminer-linux-x64

Create a Screen for it

screen -S inichain

Replace <YOUR_WALLET_ADDRESS> with your wallet address and Run Miner.

Please note that you should limit miner to use less CPU cores than maximum cores so that it can operate normal for other nodes.

For example if your VPS has 8 CPU cores, limit it to use just four CPU threads for mining by appending below commands:

--cpu-devices 1 --cpu-devices 2 --cpu-devices 3 --cpu-devices 4

so the final command for running miner should be look likes:

./iniminer-linux-x64 --pool stratum+tcp://<YOUR_WALLET_ADDRESS>.Worker001@pool-core-testnet.inichain.com:32672 --cpu-devices 1 --cpu-devices 2 --cpu-devices 3 --cpu-devices 4

Detach from screen by CTL + ALT + D

Check status

Check your Minner Status: https://genesis-testnet.yatespool.com

Last updated