Hello,
could somebody please advise how to set up sgminer for mining lyra2v2 on zpool? Which version of sgminer should be used, and with which parameters? Or probably not sgminer? I'm running Sapphire R9 390x and MSI R9 390X.
Tried a number of combinations, but each time it either submits only invalid shares or just doesn't work at all.
Thanks in advance
Whats your command line you are using to start your miners? Most problems are usually using the wrong lyra algo.
For lyra2v2 I tried:
a) sgminer 5.3.0. with these params:
sgminer.exe --no-submit-stale -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2 --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10 --xintensity 19 --thread-concurrency 19 --worksize 64 --gpu-threads 2
--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)
sgminer.exe -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2
--> freezes forever at "Initializing kernel lyra2re.cl with factor 10, n 1024
b) sgminer 5.1.0. with these params:
sgminer.exe --no-submit-stale -k lyra2v2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2v2 --nfactor 10 --xintensity 1024 --thread-concurrency 8192 --worksize 128 --gpu-threads 2
--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)
And lots of other combinations....
Where am I wrong?