How to Mine Indium (IND): Complete Beginner’s Guide

Indium
2 min readOct 5, 2020

--

About Indium:
Welcome to Indium (IND). In this tutorial you can learn how to start mining Indium with your GPU or CPU. To get your wallet address you download one of the following wallet’s: GUI, CLI, Android and create a wallet address. After that you will be ready to start mining!

Indium (IND) Mining Pool’s:
https://ind.spookyplanet.nl
http://gabberpool.nl/IND

Team Red Miner v0.7.7+ (Windows, Linux, AMD GPU)

Create start_indium.bat file and copy/paste example below.

set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1
teamredminer.exe -o stratum+tcp://spookyplanet.nl:1143 -u YOUR_WALLET_ADDRESS -p @YOUR_WORKER_NAME -a trtl_chukwa
pause

XMRig v6.2.2+ (Windows, Linux, CPU, GPU)

Create start_indium.bat file and copy/paste example below.

@echo off
xmrig.exe --donate-level 1 -o spookyplanet.nl:1143 -u YOUR_WALLET_ADDRESS -p @YOUR_WORKER_NAME -a chukwa -k
pause

CryptoDredge v0.23.0+ (Windows, Linux, NVIDIA GPU)

Create start_indium.bat file and copy/paste example below.

@echo off
CryptoDredge.exe -o stratum+tcp://spookyplanet.nl:1143 -u YOUR_WALLET_ADDRESS -p @YOUR_WORKER_NAME -a chukwa
pause

XMRigCC v2.7.0+ (Windows, Linux, CPU)

Create start_indium.bat file and copy/paste example below.

@echo off
xmrigDaemon.exe --donate-level 1 -o spookyplanet.nl:1143 -u YOUR_WALLET_ADDRESS -p @YOUR_WORKER_NAME -a argon2-512 --variant chukwa -k
pause

NinjaRig v1.0.3+ (Windows, Linux, CPU, AMD, NVIDIA)

Create start_indium.bat file and copy/paste example below.

ninjarig.exe -o stratum+tcp://spookyplanet.nl:1143 -u YOUR_WALLET_ADDRESS -p @YOUR_WORKER_NAME -a chukwa
pause

OPTIONS:
-t cpu_threads
— use-gpu OPENCL,CUDA
— gpu-filter filters like: OPENCL:AMD,CUDA:1070
— gpu-intensity intensity from 1–100

Violetminer v0.1.1+ (Windows, Linux, CPU, NVIDIA)

Create start_indium.bat file and copy/paste example below.

violetminer.exe --pool spookyplanet.nl:1143 --username YOUR_WALLET_ADDRESS --password @YOUR_WORKER_NAME --algorithm turtlecoin

Happy Mining.

If you have any problems or questions, feel free to join our Discord.

--

--