all gpus but 1 go 0.0/s
after 8 or so hours mining all gpus but the first one go 0.0/s. doesn't matter which gpu is first the rest go 0.0/s.
-i 20 is the only thing that run, all other -i 16/18 crash once cache binary compile on r9 270's.
it very random if it wil crash once u launch program at the start. running 5 seperate miners with -g 0 -g 1 -g2 -g 3 -g 4 seems to never crash on launch, will see if any go 0.0/s in future
EDIT: seperate 5 miners still crash because of possible "ghost gpu?"
zconn not accepted: Invalid Equihash solution (20)

this is on flypool so its not pool related if other ppl from diff pools have same problem
Same issue. Have to restart the miner all the time. Will try running a separate miner for each GPU as a temporary solution
How do you run a separate miner for each GPU?
Add -g 0 1 2. Etc.... save as and a new name.bat. Make sure to change from text to ..
Little trick for those with 290 290x and 390x. Run two instances for each card. ;). Runs gpu at 100% and more sols/s
where do you add the -g 0 can you show an example?
Genoil.exe -c .... -P 0 -g 0
tried it on -g 0 getting 0.0S/s ?
Go into cache folder and then the bins folder I think. Top one once you double click cache. Delete the bins created for your graphics card. Try the miner again each time advancing one number on the -g setting. It creates bins one by one that way. Less stress maybe they are corrupted
I'd especially do this is they aren't all same type and manufacturer card
Also if you could post your command line leaving out your credentials if you must:)
they are all the same type of card
genoil.exe -c eu1-zcash.flypool.org:3333 -u xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.worker01 -p z -g 0
Get the same. Seem to be something wrong with the pool
On 1 November 2016 at 20:14, ofpcarnage [email protected] wrote:
genoil.exe -c eu1-zcash.flypool.org:3333 -u xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.worker01 -p z -g 0
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Genoil/ZECMiner/issues/56#issuecomment-257647269, or mute the thread https://github.com/notifications/unsubscribe-auth/ASUwlQ4s2RwWDjg4A7_sBW08CvNNgqJgks5q54GhgaJpZM4KmAlh .
Hannes Zietsman Cell +27 84 407 1414 Fax +27 86 519 1021
Try it with this. ...... -p z -P 0 -g 0. Of 0 don't work after the -P then try 1. If you have an onboard graphics it will probably be 1. If only amd then 0 should do it. Otherwise I'm out of suggestions for now. Maybe a reboot and try again. Sorry I can't be more helpful. May have to wait for next release
I have amd mate RX480
yeah not working ...as the above mentioned maybe a problem with the pool as I'm now getting 0.0S/s when I try to run it as normal settings
If you want to benchmark. Then remove all pool details and add -b I believe. I'll double in a second. Had to run to farm and hard boot a rig
tried the benchmark but I couildn't figure out what you meant so I just ran the start file and it all looked good but it was for a different pool I'm mining on zcash.flypool
the command line to double is it -k zec zec -c ?
same problem but this time i get an actual error message:
zconn not accepted: Invalid Equihash solution (20)
only 1 gpu still hashes, it is very odd too when the other miners are running they have a "ghost" first gpu,

this is on flypool so its not pool related if other ppl from diff pools have same problem
mines working but I think I need a better processor if I try to run it on x2 it crashes
Just run the command twice or click on your .bat twice. Wait for first to load if you have bad processor. Remember doesn't work on 7970/280. Instant crash. Also it reduces speed tremendously on rx480's
Yes I see the ghost process too. Not sure what it's for either. But it only happens with gpu0. If you start more bats with other gpus it will not show that zombie card/cpu. Don't think it's harmful. It could be he has a flag that disables cpu by default idk.
I just ordered some rx470's hopefully they will be able to run @ x 2
I got all 6 cards running separately so if 1 goes to 0.0S/s I only have to restart that bat file instead of the entire miner =) Hopefully a new release will be deployed soon
for some unknown reason gpu #2 keeps going to 0.0 after maybe 10 mins ?
Yea I'm fighting it aswell. There's a few people that created some restart bats to combat the issue. I've been babysitting mine pretty hard today.
I'd like to know how to create a restart bat I cant be sat here all day =(
just had to restart gpu#0 lol
Dig thru the issues on github. It's the one that says gpu goes to 0.0/sols/s. I believe. Then dig thru the comments. I'm on my mobile atm. When I get home I can hopefully pull it.
@EvilCodingMonkey EvilCodingMonkey commented about 5 hours ago • edited about 5 hours ago @MGraf023 I made something very similar to this 2 days ago. It worked great for about 30 hours. Now the shares have dropped a lot (like I wrote). I tried rebooting several times, resetting Trixx settings, no luck. Just to make sure, I went back to ETH mining: everything ran normally. Here's my batch script:
I set the P flag to 1 because 0 is the CPU's integrated GPU.
:loop start genoil.exe -c us1-zcash.flypool.org:3333 -u [wallet_address] -p z -P 1 -g 0 1 -i 20 -w 64 timeout /t 600 taskkill /f /im genoil.exe timeout 2 goto loop
think I found it ":restart start "" cmd /C start.bat start "" cmd /C start2.bat start "" cmd /C start3.bat TIMEOUT /T 1200 taskkill /f /im genoil.exe goto restart"
Sorry that was this thread lol. It's the slow rx480 issue thread. There a couple in there
Yep that was it. I'm going to test it and see how it does too. Can't hurt for now
I just tested it and ran it for 25 seconds....I ran it on bat file for gpu 0 only but it killed all the other separate bats
just tried adding -P 0 -g 0 1 2 3 4 5 to the end of the line but it will only run 1 gpu ?
ofpcarnage If you have integrated GPU on your CPU (Intel Graphics for example), then -P 0 will probably be that GPU. Try -P 1 in that case.
Thanks mate I sorted it I used this file :loop start genoil.exe -c us1-zcash.flypool.org:3333 -u [wallet_address] -p z -P 1 -g 0 1 -i 20 -w 64 timeout /t 600 taskkill /f /im genoil.exe timeout 2 goto loop I deleted the -i 20 as it was not recognised
restart bat is a nice workaround thnx
No problem!
nope mines not working I thought I'd solved it but I see no second window popping up with a countdown and it will only run 1 gpu at a time if I use the other code I posted
:restart start "" cmd /C start.bat start "" cmd /C start2.bat start "" cmd /C start3.bat TIMEOUT /T 55 taskkill /f /im genoil.exe goto restart genoil.exe -c eu1-zcash.flypool.org:3333 -uxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.worker01 -p z -P 1 -g 0 1 2 3 4 5
doh I figured it out I had named my bat files gpu0 / gpu1 I created a seperate bat file and I run that it then runs all the other bat files for 20 mins then restarts