Author

Topic: Zcash Windows 10 64bit RX470 RX480 working miner (Read 3849 times)

hero member
Activity: 588
Merit: 500
BitcoreService.com
November 01, 2016, 03:04:19 AM
#19
wow nice result, i think iwill try it soon at my rig. my last result only get 20sol/s
sr. member
Activity: 322
Merit: 250
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.
newbie
Activity: 43
Merit: 0
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 Smiley
sr. member
Activity: 456
Merit: 250
Blockchain Just Entered The Real World
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
hero member
Activity: 1008
Merit: 1000
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.
hero member
Activity: 635
Merit: 500
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

newbie
Activity: 43
Merit: 0
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.
sr. member
Activity: 456
Merit: 250
Blockchain Just Entered The Real World
I have try genoil 0.4.1 too on my windows 10 machine with rx470 but i get this error:

error: clGetDeviceIDs
legendary
Activity: 1274
Merit: 1000



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
legendary
Activity: 1274
Merit: 1000
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

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 Smiley. 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
hero member
Activity: 687
Merit: 502
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

Nicehash bat:
genoil.exe -c equihash.eu.nicehash.com:3357 -u BTCADRESS.RIGNAME -p z
sr. member
Activity: 322
Merit: 250
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.
hero member
Activity: 966
Merit: 501
genoil 0.3.2 crashes on stale shares, unusable...

Try 0.4
sr. member
Activity: 487
Merit: 266
genoil 0.3.2 crashes on stale shares, unusable...
newbie
Activity: 37
Merit: 0
Genoil doesnt work for me, complete fail.
legendary
Activity: 1274
Merit: 1000
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.
full member
Activity: 151
Merit: 100
Moar mining!!! .. oh wait, that's too much
I'm using genoil 0.4 but it doesn't seem to be pushing my 480 that hard...  Huh Approx 29 S/s
hero member
Activity: 1498
Merit: 597
genoil-zec-miner-0.3.2 and zcashclient-0.1.1 working fine for me
sr. member
Activity: 456
Merit: 250
Blockchain Just Entered The Real World
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 !
Jump to: