How to Mine Clore.ai (CLORE)? Complete Beginner’s Guide

Hero Miners
3 min readDec 4, 2023

Distributed supercomputer that fits your needs

Access GPU computing nodes from community members all around the world.

AI Training

Harness the power of high-end GPUs for efficient, scalable AI model training, compatible with various deep learning frameworks and prioritizing data security.

Mining

Boost your cryptocurrency mining speed and profitability with our powerful GPUs while avoiding high home energy costs and maintenance hassles.

Movie Render

Achieve professional-grade movie renders with our powerful GPUs that significantly reduce rendering time and are compatible with various rendering software.

Now that we know the details about Clore.ai, let’s get to mining some CLORE!

Clore.ai (CLORE) Mining Pool: Those who have no idea about mining can easily start mining by watching this video.

Step 1 — Create Clore.ai (CLORE) Wallet Address

Before you Start Mining, you need a wallet address. There are various options for having an CLORE wallet.

Web Wallet: https://clore.ai/wallet
Exchange Wallet: TradeOgre, Coinex

Step 2 — Download Mining Software

There are many miner applications where you can mining Clore.ai. Below we have explained in detail how to organize them.

Step 3 — Edit the bat File

SRBminer-Multi v2.4.1+ (Windows, Linux, CPU, AMD, NVIDIA)

Create start-mining-clore.bat file and copy / paste example below.

setx GPU_MAX_HEAP_SIZE 100	
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
setx GPU_ENABLE_LARGE_ALLOCATION 100
setx GPU_MAX_WORKGROUP_SIZE 1024
@echo off
cd %~dp0
cls
SRBMiner-MULTI.exe --disable-cpu --algorithm kawpow --pool de.clore.herominers.com:1163 --wallet YOUR_CLORE_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause

XMRig v6.21.0+ (Windows, Linux, AMD, NVIDIA)

Create clore-herominers.cmd file and copy / paste example below.

@echo off
xmrig.exe --donate-level 1 --opencl --cuda -o de.clore.herominers.com:1163 -u YOUR_CLORE_WALLET_ADDRESS -p YOUR_WORKER_NAME -a kawpow -k
pause

Add — opencl or — cuda for GPU mining.

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

Create clore-herominers.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 -a kawpow -o stratum+tcp://de.clore.herominers.com:1163 -u YOUR_CLORE_WALLET_ADDRESS -p YOUR_WORKER_NAME
pause

NBMiner v42.3+ (Windows, Linux, AMD, NVIDIA)

Create clore-herominers.bat file and copy / paste example below.

nbminer -a kawpow -o stratum+tcp://de.clore.herominers.com:1163 -u YOUR_CLORE_WALLET_ADDRESS.YOUR_WORKER_NAME
pause

T-Rex v0.26.8+ (Windows, Linux, NVIDIA)

Create clore-herominers.bat file and copy / paste example below.

t-rex.exe -a kawpow -o stratum+tcp://de.clore.herominers.com:1163 -u YOUR_CLORE_WALLET_ADDRESS.YOUR_WORKER_NAME -p x
pause

GMiner v3.42+ (Windows, Linux, NVIDIA)

Create clore-herominers.bat file and copy / paste example below.

miner.exe --algo kawpow --server de.clore.herominers.com:1163 --user YOUR_CLORE_WALLET_ADDRESS --pass YOUR_WORKER_NAME
pause

Happy Mining.

--

--