Bitcoin Forum
June 18, 2024, 01:55:11 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 »
  Print  
Author Topic: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6  (Read 56745 times)
forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
November 03, 2016, 01:54:23 AM
 #361

how to use this -f -z properly on 4 GPU rig? it doesnt seem to work

yolo
molitar
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
November 03, 2016, 02:04:19 AM
 #362

Not sure why but after many many attempts running it.. it suddenly seemed to have stabilized.  But I will leave it on the 10 minute timer restart. but for test now it's been running about 20-25 minutes no crash.
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
November 03, 2016, 02:09:36 AM
 #363

works fine on most of my rigs but on 1 particular rig on 1in 10, it just keeps on saying genoil.exe has failed or stopped with the popup dialog, gpu mines fine, even on older version, have no idea whats wrong with that rig.

looking fwd to more improvements.

on some other rigs just random crash, stopped work, just restart and it'll be ok for couple of hours. i'd say chk on rigs every 4-6 hours ? but this is really painful to do.

thx OP for sharing Wink
Wrcsubers
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 03, 2016, 02:41:34 AM
 #364

Per the included readme file in 0.6:

--fail/-f 0: attempt gpu restart 1: exit gpu thread 2: exit application (default: 0)
--zero/-z 0: disable 0 sol/s watchdog 1: enable 0 sols/s watcdog (default: 1)

I would suggest putting using -f 2 as it exits the application all together, then you can just use a loop to restart it in a batch file.

Leaving watchdog on has helped with the tapering off I was experiencing on a couple of cards.


xiaolin1579
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
November 03, 2016, 03:07:21 AM
 #365

please support XnSub.
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
November 03, 2016, 03:32:13 AM
 #366

Please in next ver make command for log off/on.
forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
November 03, 2016, 04:14:24 AM
 #367

we need less CPU usage leak people, its GPU miner but takes loads of CPU

yolo
Lion BItcoin Shop
Hero Member
*****
Offline Offline

Activity: 586
Merit: 500

BitcoreService.com


View Profile
November 03, 2016, 05:04:01 AM
 #368

how to instal genoil at EThOS and how to run it?

yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
November 03, 2016, 05:06:27 AM
 #369

getting this on 1 of my rig:

zconn not accepted: low difficulty share of 0.062499046325683594 (23)
Altcoining
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile
November 03, 2016, 05:22:30 AM
 #370

getting this on 1 of my rig:

zconn not accepted: low difficulty share of 0.062499046325683594 (23)

If you get this sometimes, it's fine, maybe once every few hours or so.

The share was too low difficulty and the pool rejected it.
bardacuda
Sr. Member
****
Offline Offline

Activity: 430
Merit: 254


View Profile
November 03, 2016, 05:35:52 AM
 #371

how to instal genoil at EThOS and how to run it?

Step 1: Format drive
Step 2: Install windows
Step 3: Run Genoil
Step 4: ...
Step 5: Profit!

The future will rely on AI. SingularityNET lets anyone create, monetize, and use AI at scale. From the creators of Sophia the Robot.
zavage
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 03, 2016, 06:10:13 AM
 #372

how to mine with cpu?
Dr_Victor
Sr. Member
****
Offline Offline

Activity: 954
Merit: 250


View Profile
November 03, 2016, 06:57:41 AM
 #373

how to mine with cpu?
use for cpu another Z-miner

yobit.net is banned from signatures
jsanzsp
Newbie
*
Offline Offline

Activity: 72
Merit: 0


View Profile
November 03, 2016, 07:24:45 AM
 #374

Hey Guys... First time poster here, new-ish to mining...

I wanted to see if I can help some other people with the issues they are experiencing with mining ZCash using Genoil's miner.  I have a few different machines I'm using for mining but my main rig is 6x 390Xs running Windows 10 Pro.  I've, up until recently, been mining Ethereum on it running reliably at more than 200MH/s using Claymore's miner.  

Mining ZCash has meant a lot of baby sitting crashing software for the past few days, but I've been running Genoil's 0.6 now for about 6-7 hours without issue.  So far no decrease in hash rates and cards are all restarting upon a crash.  Here is my configuration:

Crimson 16.6 - Windows 10 Pro 64bit
6x R9 390X 8GB - Stock
Intel Celeron - 16GB RAM - Samsung SSD - 2x 1000w PSUs
Running Genoil 0.6 with the following batch file(s):

Code:
title Miner01
:start
genoil.exe -c us1-zcash.flypool.org:3333 -u YourZCashTAddress.Miner01 -p z -i 20 -w 64 -P 1 -f 2 -g 0 1
cls
timeout /T 10
goto start


I am running 2 cards per instance, which seems to be very stable, so 3 slightly different batch files.  The first line titles the cmd window so you know which miner you are looking at more easily.  The -f switch is set to 2 which will exit genoil.exe if the miner crashes, and the -g switch just says to run the first two cards.  That -g switch and the window title/address are the only that differ between my batch files.  Basically when Genoil crashes, for any reason, it will continue on in the batch file and just start Genoil.exe over continuously.  You may need to change the -P switch to a 0 if this doesn't work, different rigs are picky about this switch.

There is only one other problem with this... The windows debug window will pop up and yell at you saying Genoil.exe has crashed.  This will prohibit the batch file from continuing until you press 'Close Program'.  

The easiest solution to this is to turn off this dialog via Group Policy:
GPEdit.exe > Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Error Reporting > "Prevent display of the user interface for critical errors" = Enabled

There should be a way to do this via the registry if you don't have access to GPEdit, but the information I've found is inconclusive and hasn't seemed to work.

Now when one of your threads/cards crashes, they will restart automatically without any user interaction.

This setup has been tested on two different 'Hawaii' based rigs and another 'Pitcairn' rig.  Yield is about 30S/s on 390X & 17S/s on 270X.

Happy Mining - Let me know if you have any questions

Thaks works perfect for me
Inkdatar
Hero Member
*****
Offline Offline

Activity: 1582
Merit: 523


View Profile
November 03, 2016, 09:22:02 AM
 #375

Hashrates using the silentarmy v2 kernel:

R9 Fury X @1050/500 - 35-40 Sol/s
R9 290 & 390 @ 1060/1500 - 32-34 Sol/s
R9 280x @ 957/1200 - 28-32 Sol/s

Overall I'm really happy with the performance, but fixing the stability so it doesn't crash every time would make it even better  Wink

How did you get the Fury X@1050/500 to 35-40 H/s. My R9 nano run at 1040/500 just at 28-32.
jenifive
Sr. Member
****
Offline Offline

Activity: 390
Merit: 250


View Profile
November 03, 2016, 09:29:11 AM
Last edit: November 03, 2016, 09:40:51 AM by jenifive
 #376

Miner is working like shit just look at graph http://zcash.flypool.org/miners/t1PT7dKu9pawC98N8m1SgeXuESEYta9HP5K

amfofo
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
November 03, 2016, 09:35:02 AM
 #377

mine is

sapphire r9-280x 3gb toxic 23-29
sapphire rx 480 8gb (ref) 33-42 (3x zec 40-42)

any idea  for 7990?
Dr_Victor
Sr. Member
****
Offline Offline

Activity: 954
Merit: 250


View Profile
November 03, 2016, 09:47:48 AM
 #378

mine is

sapphire r9-280x 3gb toxic 23-29
sapphire rx 480 8gb (ref) 33-42 (3x zec 40-42)

any idea  for 7990?
I have on 7990 about 52 Sol/s

yobit.net is banned from signatures
Malutash
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 03, 2016, 09:49:32 AM
 #379

mine is

sapphire r9-280x 3gb toxic 23-29
sapphire rx 480 8gb (ref) 33-42 (3x zec 40-42)

any idea  for 7990?
I have on 7990 about 52 Sol/s

I think your speed of the core/memory is around 1050/1500MHz. How much power consumption does it have?
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
November 03, 2016, 10:36:49 AM
Last edit: November 03, 2016, 11:03:36 AM by toptek
 #380

I guess i eat my words but I still have faith hoping to see it tweaked  enough for some one to come up with a nice bios edit for Zcash

my 280 just stops with no reason and closes the app no matter what flag is set. noticed others had the same issue with 280

both of my r7 370 just stop no apps closes nothing and says hit enter to continue.

all nite my three 470 seemed ok and are still running .

log was put in for future use it doesn't say much,I guess .

no flag or switch seemed to work for me .

last thought they start up mining great then about 15 mins  some times less  speeds drop off a lot not like it was adjusting  , I hope that's not  how it works, can't really say we really don't know what speeds we should get, it still to unstable better but still not stable,over clocking doesn't seem to do much at first it does then give it time it crashes or expected speeds start dropping or cards stop for no reason.

I stay connected now Plus side, negative side they stop for no reason.

went back to http://zcash.flypool.org  I like it the best sense it's not really a pool issue like i was hoping, that, i think would be easier to fix .

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!