How to Mine Dynex (DNX) ? Complete Beginner’s Guide
Decentralized Supercomputing
World’s first neuromorphic supercomputing blockchain based on the DynexSolve chip algorithm, a Proof-of-Useful-Work (PoUW) approach to solving real-world problems.
With Dynex, PoUW miners participate on a decentralized network that is capable of performing tasks at unprecedented speed and efficiency — even exceeding quantum computing in some cases.
This is made possible with a proprietary neuro-morphic super chip algorithm called DynexSolve, that utilizes the GPU & computing network to solve real world problems with endless use cases.
As a community and with collaborative effort we can take the next step towards sustainability and efficiency. Transform your computer or your dormant GPU mining equipment into neuromorphic machines, earn benefits and generate wealth: let’s solve problems together.
Machine Learning
Quantum computing algorithms for machine learning harness the power of quantum mechanics to enhance various aspects of machine learning tasks. As both, quantum computing and neuromorphic computing are sharing similar features, these algorithms can also be computed efficiently on the Dynex platform directly within Python — but without the limitations of quantum machines.
Now that we know the details about Dynex, let’s get to mining some DNX!
Dynex (DNX) Mining Pool: Those who have no idea about mining can easily start mining by watching this video.
Step 1 — Create Dynex (DNX) Wallet Address
Before you Start Mining, you need a wallet address. There are various options for having an DNX wallet.
Wallet: https://dynexcoin.org/get-dnx#wallets
Exchange Wallet: TradeOgre, Mexc
Step 2 — Download Mining Software
There are many miner applications where you can mining Dynex. Below we have explained in detail how to organize them.
Step 3 — Edit the bat File
SRBMiner-Multi v2.3.2+ (Windows, Linux, CPU, AMD)
Open start-mining-dynex.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 dynex --pool de.dynex.herominers.com:1120 --mallob-endpoint de.dynex.herominers.com:1119 --wallet YOUR_DYNEX_WALLET_ADDRESS.YOUR_WORKER_NAME
pause