Post
Topic
Board Announcements (Altcoins)
Re: Zano
by
H7USHKA
on 22/04/2019, 22:00:16 UTC
how to mine zano on amd cards in the test net?

Hi!
You can use open-cl miner from this release: https://github.com/hyle-team/zano/releases/tag/1.0.14 (syntax is same as ethereum)



I can't pick up a bat file to run the miner

gives an error message

progminer-zano-opencl.exe -stratum --stratum-miner-address=ZxCZkSfsPDbcmhqydkTjYBGLJgTwG78cBWSQG1REM758iQwkV5ZEei2BrJe66a3iy7DXC83B3CFz2GHuwkMs5jAF1Bvvd2iJL --log-level=2 --stratum-bind-port=11555
pause



It seems what you're trying to run above is a combination of a standalone stratum with the miner.exe appended to the front. You need to run two different commands.

#1 Zanod stratum: zanod.exe --stratum --stratum-miner-address=YOURADDRESSHERE --log-level=2 --stratum-bind-port=11555
#2 Miner (after synced): progminer-zano-opencl.exe --opencl -P stratum1+tcp://miner@localhost:11555

*edit: Keep in mind, the localhost is referring to your local computer, you can run multiple rigs/machines off of that same stratum just replace localhost with your internal IP on the other rigs/machines.