Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: brizio71 on October 29, 2016, 02:42:52 PM



Title: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: brizio71 on October 29, 2016, 02:42:52 PM
Hello,

can you please let me know a good miner that works under Windows 10 64bit on RX470 and RX480 GPU ?

I have try many different miner but all crash !


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: xxcsu on October 29, 2016, 02:50:04 PM
genoil-zec-miner-0.3.2 and zcashclient-0.1.1 working fine for me


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: K1lo on October 30, 2016, 12:14:10 AM
I'm using genoil 0.4 but it doesn't seem to be pushing my 480 that hard...  ??? Approx 29 S/s


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: toptek on October 30, 2016, 09:08:24 AM
got it working

zec-sa#0: 24.2S/s       zec-sa#1: 26.8S/s       zec-sa#2: 28.0S/s       total: 78.9S

tops out around 85 sols on three RX 470 won't work any other card it seems unless it's a 400 series .

My cards are doing 28 sols tops at stock setting and stack firm ware setting.


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: 36524s on October 30, 2016, 09:18:29 AM
Genoil doesnt work for me, complete fail.


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: h311m4n on October 30, 2016, 10:01:00 AM
genoil 0.3.2 crashes on stale shares, unusable...


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: Charloz24 on October 30, 2016, 05:51:11 PM
genoil 0.3.2 crashes on stale shares, unusable...

Try 0.4


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: molitar on October 30, 2016, 06:53:58 PM
Genoil doesnt work for me, complete fail.

I got it to work but I had to open a command prompt elevated.  Than manually paste commands in.. I had to repeat each crash after about 8 tries or so the .bin files it is trying to create complete and I was than able to run it with the start.bat file.


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: Cryptozillah on October 30, 2016, 08:09:58 PM
genoil-zec-miner-0.4.1 works great on all my RX rigs atm.
I could not get any of the other versions to work earlier.

13 x 480
6 x 470
http://i67.tinypic.com/zwfc6t.jpg
Nicehash bat:
genoil.exe -c equihash.eu.nicehash.com:3357 -u BTCADRESS.RIGNAME -p z


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: toptek on October 30, 2016, 08:13:19 PM
genoil-zec-miner-0.4.1 works great on all my RX rigs atm.
I could not get any of the other versions to work earlier.

13 x 480
6 x 470
http://i67.tinypic.com/zwfc6t.jpg
Nicehash bat:
genoil.exe -c equihash.eu.nicehash.com:3357 -u BTCADRESS.RIGNAME -p z

it looks like that's being fixed for lower card :). hell yea it works great on RX 400 series cards


same genoil-zec setting  all but the server,

genoil.exe -c equihash.usa.nicehash.com:3357 -u BTCADRESS.RIGNAME -p z

i put all three of my 470 back to modded bios and getting below results .

zec-sa#0: 32.9S/s       zec-sa#1: 30.7S/s       zec-sa#2: 32.1S/s       total: 95.7S/s


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: toptek on October 30, 2016, 08:33:38 PM
https://i.imgur.com/2YP4gkf.png


rig2 and 3 are using nice miner nheqminer 3a with cpu cores on max  not the bot, till genoil-zec is fixed for lower cards.

with these setting

nheqminer.exe -u BTCADRESS.RIGNAME -t your cpu cores 0 to whatever  -od 0 amd card


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: brizio71 on October 31, 2016, 12:25:24 AM
I have try genoil 0.4.1 too on my windows 10 machine with rx470 but i get this error:

error: clGetDeviceIDs


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: Tbone5660 on October 31, 2016, 12:30:10 AM
I have try genoil 0.4.1 too on my windows 10 machine with rx470 but i get this error:

error: clGetDeviceIDs
Try to add "-P 0" or "-P 1" to the command line.


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: Xardas2014 on October 31, 2016, 02:01:25 AM
https://github.com/Genoil/ZECMiner/blob/master/releases/genoil-zec-miner-0.4.1.zip

This code will help with the Sol/s rate dropping over time. Adjust timing as you see fit.

Create a .bat with this code. Also delete your .bins in the genoil-zec-miner-0.4.1\kernels\cache folder. After you create this .bat, click it........it will do the rest.

Code:
@echo off
echo:
set executable=genoil.exe
set commandline= -c zec.suprnova.cc:2142 -u Xardas.PC -p x -k zec zec
set runforseconds=900
set restartinseconds=2
set /a counter=0
timeout 5
:start
start "genoil" %executable% %commandline%
echo:
echo Miner runs for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restart in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start



Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: Tmdz on October 31, 2016, 02:46:12 AM
https://github.com/Genoil/ZECMiner/blob/master/releases/genoil-zec-miner-0.4.1.zip

This code will help with the Sol/s rate dropping over time. Adjust timing as you see fit.

Create a .bat with this code. Also delete your .bins in the genoil-zec-miner-0.4.1\kernels\cache folder. After you create this .bat, click it........it will do the rest.

Code:
@echo off
echo:
set executable=genoil.exe
set commandline= -c zec.suprnova.cc:2142 -u Xardas.PC -p x -k zec zec
set runforseconds=900
set restartinseconds=2
set /a counter=0
timeout 5
:start
start "genoil" %executable% %commandline%
echo:
echo Miner runs for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restart in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start



Thanks for the script!

Occasionally the miner will crash or crash a gpu, this is just what I was looking for.


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: brizio71 on October 31, 2016, 03:16:03 PM
I have try genoil 0.4.1 too on my windows 10 machine with rx470 but i get this error:

error: clGetDeviceIDs
Try to add "-P 0" or "-P 1" to the command line.

I have try an now it works ! thank

one machine work with -P 1 and the other with -P 2


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: Tbone5660 on October 31, 2016, 04:23:40 PM
I have try genoil 0.4.1 too on my windows 10 machine with rx470 but i get this error:

error: clGetDeviceIDs
Try to add "-P 0" or "-P 1" to the command line.

I have try an now it works ! thank

one machine work with -P 1 and the other with -P 2
Glad I could help :)


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: molitar on November 01, 2016, 01:47:47 AM
I did a task that is much simpler than that script.

start.bat
Code:
@echo off
taskkill /f /im genoil.exe
timeout /t 2
genoil.exe -c zec.suprnova.cc:2142 -u miner.name -p password -P 0 -g 0 1 2


Now in task scheduler I have it run ever 10 minutes. It terminates itself than restarts.  Just note if you use this same method to run a batch file in task scheduler you need to set the 'start in' path to the batch file or it will fail to run.

Now I only have the single dos window still and supposedly even can run it while logged off. I'll have to try that sometime.

An interesting thing to note when run this way I found I was losing connection where it would stop mining.  Before I launched it this way the bat file would stop mining within a few minutes.


Title: Re: Zcash Windows 10 64bit RX470 RX480 working miner
Post by: Lion BItcoin Shop on November 01, 2016, 08:04:19 AM
wow nice result, i think iwill try it soon at my rig. my last result only get 20sol/s