Bitcoin Forum
June 21, 2024, 09:13:07 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's ZCash AMD GPU Miner v1.0 on: November 05, 2016, 06:00:23 AM
Excellent Stuff Claymore!

Running at >325 H/s with 6x 390Xs... Happy to pay the fee for such a fantastic boost in speed and reliability.

Thanks Again Grin
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 on: November 04, 2016, 06:16:06 AM
I updated my batch file on one of my machines and appended -k zec zec zec zec to the end...

Now hitting 45 Sol/s on a single 390X at stock speeds/config

I'm running into a small issue when trying this on 6x 390Xs and I don't see the same sort of improvement.  Hashrate doesn't seem to change with or without -k zec zec zec zec.  Any ideas?

Update:

Seems to be a CPU issue.  When adding -k zec zec zec zec the CPU is completely overwhelmed and hash rates never get above 5Sol/s.  The PC with 6x 390Xs only is running a Celeron while my other rig with a single 390X is running an i5.  Maybe this will get fixed in upcoming releases...
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 on: November 04, 2016, 04:53:28 AM
I updated my batch file on one of my machines and appended -k zec zec zec zec to the end...

Now hitting 45 Sol/s on a single 390X at stock speeds/config

I'm running into a small issue when trying this on 6x 390Xs and I don't see the same sort of improvement.  Hashrate doesn't seem to change with or without -k zec zec zec zec.  Any ideas?
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 on: November 03, 2016, 01:11:12 PM
how to mine with cpu?

I've been using this: https://github.com/etherchain-org/nheqminer/releases/tag/0.2 on Flypool.  Seems to be very stable and reliable.  Running this with a simple batch file:

Code:
title Miner01CPU
nheqminer.exe -u YourZCashTAddress.Miner01CPU -l us1-zcash

No problems with it so far, I've had it running for 72+ hours on multiple machines with no failures.

Yield:

~17Sols/S on i7-2600k - Stock
~16Sols/S on i5-2500k - Stock
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 on: November 03, 2016, 12:57:31 PM
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

UPDATE:

Running this batch file and configuration for ~24 hours with no crashes or degradation in Sols/s.  Average hash rate as shown by flypool is stable and creeping up to meet my current effective hash rate!
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 on: November 03, 2016, 02:41:34 AM
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.


7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 on: November 02, 2016, 10:48:42 PM
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
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!