How to mine Dynex (DNX) with BzMiner and OneZeroMiner — Beginner’s Guide
About Dynex
With Dynex, PoUW (Proof of Useful Work) miners actively participate in a decentralized network that achieves remarkable performance levels. In fact, Dynex capabilities surpass even those of quantum computing in certain scenarios.
The secret lies in Dynex proprietary neuro-morphic super chip algorithm, aptly named DynexSolve. By harnessing the combined power of GPUs and the computing network, DynexSolve tackles real-world problems across a wide range of applications.
As a united community, fueled by collaborative efforts, we can propel sustainability and efficiency forward. Transform your computer or your dormant GPU mining equipment into neuromorphic machines, earn benefits and generate wealth.
Step 1
First you need to create a wallet address for Dynex mining. You can create a wallet either by downloading Desktop wallet from the official Dynex web portal or by creating a wallet on an exchange that has $DNX coin.
Dynex Wallet: Dynex
Step 2
Next you need to download the miner software, for example BzMiner (for AMD GPUs) and OneZeroMiner (for Nvidia GPUs) are popular options for $DNX mining with your GPU. After you download appropriate mining software and uncompress the archive to some folder, right click .exe file, open properties and set it to run as administrator.
Step 3
At the next step we need to open MiningOcean Getting Started pool page and scroll to configuration creation section. Fill in the necessary fields.
Worker_Name is optional, but we do recommend adding this for more efficient mining monitoring. In the Wallet Address enter the address of your wallet created in Step 1. Click Generate configuration.
Step 4
Copy the generated command line string, find the start.bat file or you may want to create your own .bat file, right-click on it, and click edit. Then replace the existing commands with the copied command above. Double-click the start.bat file when you are ready to start mining.
Startup command for BzMiner:
Create dynex-miningocean.cmd file and copy / paste example below.
@echo off
bzminer -a dynex -p fr-dynex.miningocean.org:3332 -w YOUR_WALLET_ADDRESS --pool_password YOUR_WORKER_NAME --nc 1
pause
Startup command for OneZeroMiner:
Create dynex-miningocean.cmd file and copy / paste example below.
@echo off
onezerominer.exe -a dynex -o fr-dynex.miningocean.org:3332 -w YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME
pause