Quick start
Miner setupPages
Frequently asked questions Announcements Leaderboard Miners Payouts Statistics Found blocksServices
XDAG Block Explorerx64
zip package from GitHub.C:\DaggerGpuMiner
XDag.x64.zip
wallet from the official repository.C:\DaggerGpuMiner\wallet
C:\DaggerGpuMiner\wallet\RUNWALLET.bat
C:\DaggerGpuMiner\wallet\xdag.exe -d -m 1 solo.xdag.org:13655
RUNWALLET.bat
file.state
and press enter. If the output is not Connected to the mainnet pool. Mining on. Normal operation.
, wait a bit and type state
followed by enter key again.account
. You will see your XDAG address. Select it using mouse, and press ENTER to copy it into your clipboard.terminate
, followed by enter key.C:\DaggerGpuMiner\RUNMINER.bat
C:\DaggerGpuMiner\DaggerGpuMiner.exe -G -a wallet_address -p solo.xdag.org:13655 -t 0 -v 2 -opencl-platform platform_id -opencl-devices device_numsReplace wallet_address with the address you copied into notepad. Replace platform_id with your OpenCL platform ID, this is most usually
0
(also try 1
or 2
if necessary). If you have more than one GPU in the system, count up from zero to (number of devices - 1), so for example if you have 4 GPUs in your system, replace device_nums with 0 1 2 3
. If you have only one GPU, replace device_nums with 0
. To see advanced GPU miner parameters, execute DaggerGpuMiner.exe -h
.
RUNMINER.bat
file, your miner will now start. Do not close the console window at any time.Note: if you are using NVIDIA GPUs, make sure you add -nvidia-fix
at the end of the command line in step 14 to prevent high system gpu usage and increase your hashrate.
Note: you can assign worker names to each GPU miner instance. To specify a worker name, add -w name
at the end of the command line in step 14, replacing name with your chosen worker name. Worker name can only contain english letters and numbers.
RUNMINER.bat
file.CTRL+C
in the miner console. Download new x64
zip package from GitHub. Extract the archive into C:\DaggerGpuMiner
, overwriting the files. Run RUNMINER.bat
as usual.RUNWALLET.bat
, type in your wallet password, press enter, type balance
and press enter. If you see not ready to show balance
, wait a bit and type balance
again, followed by enter key. When you are done, type terminate
followed by enter to close your wallet. You can also use our website to check your balance at any time on the home page, or register your miner to automatically show it's balance, payouts, unpaid shares and more.