How to Mine Neoxa? Complete Beginner’s Guide

Hero Miners
3 min readAug 16, 2022

Neoxa is a cryptocurrency bringing the mining and gaming world together. By introducing a different way to “mine”. With no premine and a different type of block structure, Neoxa rewards gamers with PoG (Proof of Game) and miners with PoW (Proof of Work — KawPow).

Are you tired of cryptocurrencies trying to reinvent the wheel and develop substandard games? So are we! Neoxa will use games that are already loved and mainstream.

Neoxa will be implemented to games such as Minecraft, Roblox, and many other popular games that allow custom modifications and servers. It does not stop there, with blockchain assets, developers can implement Neoxa assets into any game and feature it in the upcoming Neoxa marketplace.

Coins Specifications
21 billion supply
Block 2100000 halving (4 years estimated)
Algorithm: KawPOW
Proof of Work and Proof of Game
51% Attack Protection

Now that we know the details about Neoxa, let’s get to mining some NEOX!

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

Step 1 — Create Neoxa (NEOX) Wallet Address

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

Wallet: https://www.neoxa.net/downloads
Exchange Wallet: TradeOgre

Step 2 — Download Mining Software

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

Step 3 — Edit the bat File

SRBminer-Multi v1.0.4+ (Windows, Linux, CPU, AMD)

Method 1: Run guided_setup.bat file and answer questions:

Configuration name: neoxa-herominers
Do you want to use multi algorithm mining? n or y (optional)
Enter algorithm 0 name: kawpow
Address and port of mining pool: de.neoxa.herominers.com:1202
Wallet address: YOUR_NEOXA_WALLET_ADDRESS
Password: YOUR_WORKER_NAME
Do you want to use your CPU for mining algorithm 0 ? n or y (optional)
Do you want to enable logging? n or y (optional)
Do you want to enable compute mode? y or n (optional)

Method 2: Open start-mining-neoxa.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.neoxa.herominers.com:1202 --wallet YOUR_NEOXA_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause

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

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

@echo off
xmrig.exe --donate-level 1 --no-cpu --opencl -o de.neoxa.herominers.com:1202 -u YOUR_NEOXA_WALLET_ADDRESS -p YOUR_WORKER_NAME -a kawpow -k
pause

Add — opencl or — cuda for GPU mining.

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

Create neoxa-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.neoxa.herominers.com:1202 -u YOUR_NEOXA_WALLET_ADDRESS -p YOUR_WORKER_NAME
pause

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

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

nbminer -a kawpow -o stratum+tcp://de.neoxa.herominers.com:1202 -u YOUR_NEOXA_WALLET_ADDRESS.YOUR_WORKER_NAME
pause

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

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

t-rex.exe -a kawpow -o stratum+tcp://de.neoxa.herominers.com:1202 -u YOUR_NEOXA_WALLET_ADDRESS.YOUR_WORKER_NAME -p x
pause

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

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

miner.exe --algo kawpow --server de.neoxa.herominers.com:1202 --user YOUR_NEOXA_WALLET_ADDRESS --pass YOUR_WORKER_NAME
pause

CryptoDredge v0.26.0+ (Windows, Linux, NVIDIA)

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

set GPU_MAX_ALLOC_PERCENT=100
@echo off
title Neoxa (NEOX) HeroMiners Pool
CryptoDredge.exe -o stratum+tcp://de.neoxa.herominers.com:1202 -u YOUR_NEOXA_WALLET_ADDRESS -p YOUR_WORKER_NAME -a kawpow
pause

Happy Mining.

--

--