How to Mine Nexellia (NXL)? Complete Beginner’s Guide
Nexellia Network Decentralized
The Nexellia project is based on the kaspa blockchain, the fastest, open-source, decentralized & fully scalable Layer-1 in the world.
Nexellia launches a GPU-focused fork, addressing the prevalence of ASIC mining operations. This strategic move is designed to bolster small-scale miners and amplify the network’s decentralization.
The fastest blockchain
Nexellia uses Kaspa technology which allows it to generate one block per second.
To put it in perspective, Bitcoin takes approximately 10 minutes to create a single block, while Ethereum takes about 15 seconds.
This incredible speed leads to lightning-fast transactions and instant confirmations on the Nexelia blockchain.
FASTEST TRANSACTIONS
Nexellia’s blockDAG network generates multiple blocks every second for posting transactions to the ledger. Combined with fully confirmed transactions in 10 seconds, this makes Nexellia ideal for everyday transactions.
INSTANT CONFIRMATION
Nexellia was designed to be hundreds of times faster than Bitcoin, with each Kaspa transaction visible to the network in one second, and each transaction fully confirmed in 10 seconds on average.
SCALABILITY
Nexellia solves the scalability problem with its ability to generate and confirm multiple blocks per second. This comes with no trade-off to security and decentralization as seen with Proof-of-Stake networks.
EFFICIENT PROOF-OF-WORK
Nexellia utilizes the optical-mining ready nHeavyHash algorithm for consensus and security of the network. This algorithm, combined with high-throughput DAG and no-wasted-blocks, makes it less energy intensive than other PoW networks.
SECURITY
Nexellia harnesses an ultra secure block network with no compromise to decentralization. Achieved with pure, stake-less, proof-of-work combined with a revolutionary GhostDAG Consensus mechanism.
BLOCKDAG
Overcoming the problem of blockchains, Nexellia processes all blocks in parallel linking all side-chains. This leads to a DAG structure that increases the formation of blocks per second drastically, creating a blockDAG
Now that we know the details about Nexellia, let’s get to mining some NXL!
Nexellia (NXL)Mining Pool: Those who have no idea about mining can easily start mining by watching this video.
Step 1 — Create Nexellia (NXL)Wallet Address
Before you Start Mining, you need a wallet address. There are various options for having an NXL wallet.
Exchange Wallet:
Step 2 — Download Mining Software
There are many miner applications where you can mining Nexellia. Below we have explained in detail how to organize them.
Step 3 — Edit the bat File
SRBMiner-Multi v2.4.6+ (Windows, Linux, CPU, AMD, NVIDIA)
Create start-mining-nexellia.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 karlsenhash --pool de.nexellia.herominers.com:1143 --wallet YOUR_NEXELLIA_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause
lolMiner v1.82a+ (Windows, Linux, AMD, NVIDIA)
Create mine_nexellia.bat file and copy / paste example below.
lolMiner.exe --algo KARLSEN --pool de.nexellia.herominers.com:1143 --user YOUR_NEXELLIA_WALLET_ADDRESS.YOUR_WORKER_NAME
pause
Rigel v1.14.2+ (Windows, Linux, NVIDIA)
Create nxl.bat file and copy / paste example below.
@echo off
@cd /d "%~dp0"
:: mine to herominers
rigel.exe -a karlsenhash -o stratum+tcp://de.nexellia.herominers.com:1143 -u YOUR_NEXELLIA_WALLET_ADDRESS -w YOUR_WORKER_NAME --log-file logs/miner.log
pause
BzMiner v19.3.0+ (Windows, Linux, AMD, NVIDIA)
Create nexellia.bat file and copy / paste example below.
@echo off
bzminer -a karlsen -w YOUR_NEXELLIA_WALLET_ADDRESS.YOUR_WORKER_NAME -p stratum+tcp://de.nexellia.herominers.com:1143
pause