Pages:
Author

Topic: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 - page 6. (Read 56748 times)

member
Activity: 104
Merit: 10
This is with my 2 480's. Smiley Custom 29mh boysie rom.
Dang you are getting 20% higher hash than  I am on stock roms... I am tempted. Is that on a 480 reference card?

yes its a reference card, 8gb. I average 125 with those two 480 and a 7950. with .6 its stable, once in awhile one card shows 0.00, but ever since redoing my bat file this morning its been stable all day with no issues.

here's my bat for the 480's:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
:start
genoil.exe -c us1-zcash.flypool.org:3333 -u t1gbnqz4wwWKYPCNNP6MBgvqPez5ZVEXU8F.rig2 -p z -i 20 -w 64 -P 1 -f 2 -g 0 1 -k zec zec zec zec
cls
timeout /T 10
goto start
legendary
Activity: 1191
Merit: 1001


This is with my 2 480's. Smiley Custom 29mh boysie rom.
Can you share your clocks and miner config? I have near 37 with 29mh rom.
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
This is with my 2 480's. Smiley Custom 29mh boysie rom.
Dang you are getting 20% higher hash than  I am on stock roms... I am tempted. Is that on a 480 reference card?
hero member
Activity: 742
Merit: 500
for those miners crash often, have you tried to adjust (lower) you clock and/or if undervolted increase you voltage?

one of my card I tailed outside my desktop, I have to use a riser and this card give 0S/s quite often and sometimes miner crash on startup

default voltage on the card is 1175 and I lower it to 1106 (ASUS wont' allow any lower), and I just increased it to 1125 and it's stable for a while now

all my powercolor old cards are running between 1030-1050 @ default stock clock happily

just my 2c


Yes - I tried

Did not help
sr. member
Activity: 329
Merit: 250
Bitcoin may be the TCP/IP of money.
for those miners crash often, have you tried to adjust (lower) you clock and/or if undervolted increase you voltage?

one of my card I tailed outside my desktop, I have to use a riser and this card give 0S/s quite often and sometimes miner crash on startup

default voltage on the card is 1175 and I lower it to 1106 (ASUS wont' allow any lower), and I just increased it to 1125 and it's stable for a while now

all my powercolor old cards are running between 1030-1050 @ default stock clock happily

just my 2c
sr. member
Activity: 311
Merit: 250
I go back to mine eth very unstable this zecminer expect the Claymore launch his
member
Activity: 104
Merit: 10

image upload with preview
This is with my 2 480's. Smiley Custom 29mh boysie rom.
legendary
Activity: 1274
Merit: 1000
for anyone interested that hasn't noticed fly pool updated there  down link to  nheqminer 3a that works any place and uses both the CPU and GPU you can try til this one is fixed  . Under the windows CPU miner .

I was using the nicehash only one a few days ago, it's good to see they released one that works any were.

Speeds may not be as good as this one but it more stable .

Id rather use this one .
sr. member
Activity: 430
Merit: 254
I adjusted my post for two zecs then Smiley I think dudes gone tho.

Heh maybe his system crashed. I know I needed to increase my swap file initial size to 16GB to get this to work (two instances), and then to 24GB to get another instance running on another card. For some reason the miner seems to use the swap file instead of physical RAM.
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
Good call Cheesy I adjusted my above post. My z was referenced in the github password area and i guess is a null value that you dont need hahaha. You think he can use 2 zec's on a 470? That would be neat! Cheesy

Yes, as he said they are 4GB cards, so he will get better utilization that way. Also if he did only need one instance then he should leave the -k param out completely. It only supports dual or higher modes according to the readme.
I adjusted my post for two zecs then Smiley I think dudes gone tho.
sr. member
Activity: 430
Merit: 254
Good call Cheesy I adjusted my above post. My z was referenced in the github password area and i guess is a null value that you dont need hahaha. You think he can use 2 zec's on a 470? That would be neat! Cheesy

Yes, as he said they are 4GB cards, so he will get better utilization that way. Also if he did only need one instance then he should leave the -k param out completely. It only supports dual or higher modes according to the readme.
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
which setting to use the rx 470 4gb nitro?
win 7 64
Maybe try out this:
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -k zec pause

3x 470 4gb
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -g 0 1 2 -k zec pause

Why would you name the second instance 'pause'? I would stick with convention and name both instances 'zec' to avoid confusion with the pause command that you would normally put at the end of a batch file. Also what is the 'z' after the password? -P 0 is the default so unless you're having problems leave that out. If you do need it you probably need -P 1. If you are using a looping batch file that restarts on a crash you will want the '-f 2' flag. Try this instead:

Code:
cd c:\zcash (or wherever your genoil.exe is located)
:restart
genoil.exe -c xxxx:xxxx -u xxxx.xxxx -p xxxx -i 20 -w 64 -g 0 1 2 -f 2 -k zec zec
TIMEOUT /T 10
goto restart
pause
Good call Cheesy I adjusted my above post. My z was referenced in the github password area and i guess is a null value that you dont need hahaha. You think he can use 2 zec's on a 470? That would be neat! Cheesy
sr. member
Activity: 272
Merit: 250
Has anyone mined successfully more than 20 on a 380 4G card???

for 380 use two instances (launch same .bat 2x) 23-29 sol
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
which setting to use the rx 470 4gb nitro?
win 7 64
Maybe try out this:
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -k zec pause

3x 470 4gb
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -g 0 1 2 -k zec pause

With this configuration it opens and closes
full batch would be this but make sure to put in your login information in place of the x's -u is username.worker and -p is password:
Code:
title 480
:start
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxxx -p xxxxx -i 20 -w 64 -P 1 -g 0 1 2 -k zec zec -f 2
cls
timeout /T 10
goto start

I changed it up a little...
sr. member
Activity: 430
Merit: 254
which setting to use the rx 470 4gb nitro?
win 7 64
Maybe try out this:
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -k zec pause

3x 470 4gb
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -g 0 1 2 -k zec pause

Why would you name the second instance 'pause'? I would stick with convention and name both instances 'zec' to avoid confusion with the pause command that you would normally put at the end of a batch file. Also what is the 'z' after the password? -P 0 is the default so unless you're having problems leave that out. If you do need it you probably need -P 1. If you are using a looping batch file that restarts on a crash you will want the '-f 2' flag. Try this instead:

Code:
cd c:\zcash (or wherever your genoil.exe is located)
:restart
genoil.exe -c xxxx:xxxx -u xxxx.xxxx -p xxxx -i 20 -w 64 -g 0 1 2 -f 2 -k zec zec
TIMEOUT /T 10
goto restart
pause
sr. member
Activity: 311
Merit: 250
which setting to use the rx 470 4gb nitro?
win 7 64
Maybe try out this:
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -k zec pause

3x 470 4gb
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -g 0 1 2 -k zec pause

With this configuration it opens and closes
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
which setting to use the rx 470 4gb nitro?
win 7 64
Maybe try out this:
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -k zec pause

3x 470 4gb
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -g 0 1 2 -k zec pause
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
Has anyone mined successfully more than 20 on a 380 4G card???
On launch day this was possible with a 480 farm and properly configured genoil except the accounts balances got wiped out on suprnova so the real winner is whoever has all that.
sr. member
Activity: 311
Merit: 250
which setting to use the rx 470 4gb nitro?
win 7 64
Maybe try out this:
Code:
genoil.exe -c zec.suprnova.cc:2142 -u xxxxxx.xxxxx -p xxxxxx z -i 20 -w 64 -P 0 -k zec pause

3x 470 4gb
sr. member
Activity: 416
Merit: 250
Has anyone mined successfully more than 20 on a 380 4G card???
Pages:
Jump to: