Bitcoin Forum
May 09, 2024, 12:50:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 ... 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2164073 times)
Ayers
Legendary
*
Offline Offline

Activity: 2618
Merit: 1023


Seabet.io | Crypto-Casino


View Profile
May 29, 2017, 01:03:12 PM
 #2841

Guys, do you know how to automatically restart the EWBF miner when the card is not response and produce 0 sols? I ran 7 1080ti on Win 10, about 5-10 hours, the 7 card stop working and produce 0 sols although the miner tried to restart the card several times, so the result is I need to close the miner and open in again in order making it to work. I run in bios stock and 80% power limit



Does it close the miner if you use --eexit 3?

If so you could just run the miner in a loop:

:loop
miner.exe ...
goto loop


If it doesn't quit and just get stuck then you could restart the miner periodically (like every couple hours) by running it in a loop like above and have another loop running which terminates the miner. Not ideal but better than having the cards not working for hours:

:restartloop
timeout -t 3600
taskkill -t -f /im miner.exe
goto restartloop

that is very helpful i was searching for something like this, but what i need is a bat that can start again the miners if the miner crash, or if after the system bsod, start it again, it's possible for a simple script to get somethign like this?

1715215857
Hero Member
*
Offline Offline

Posts: 1715215857

View Profile Personal Message (Offline)

Ignore
1715215857
Reply with quote  #2

1715215857
Report to moderator
1715215857
Hero Member
*
Offline Offline

Posts: 1715215857

View Profile Personal Message (Offline)

Ignore
1715215857
Reply with quote  #2

1715215857
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
leela
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 30, 2017, 04:06:55 AM
 #2842

I keep getting "ERROR: Cannot connect to the server. 7". Specifically:

Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:16666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Running on Ubuntu 16.04.

I've tried nanopool, flypool, EU and US stratum servers for both, backup and primary ports for both, etc. etc.

I've run tcpdump and I see it connecting and sending the tcp packet (I see the json payload) but no response comes back.

I can even telnet to that hostname:port combination.

Any ideas??

How are you launching EWBF; and what arguments are you using?

Code:
./miner --server zec-us-west1.nanopool.org --port 16666 --user zec_wallet.worker --pass x

I've replaced my real wallet address for privacy, but that's essentially it.

that appears correct, I would try nanopools other port: 6666  also I don't think it matters but change --pass to : z 

Code:
./miner --server zec-us-west1.nanopool.org --port 6666 --user zec_wallet.worker --pass z --templimit 80
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Yeah, I don't get it. I've tried 6666, 16666 and eu/us hosts, and 3333 for flypool etc, always that error. And i've tried x and z for pass.

I tried claymore, but it only supports AMD for zec. I used claymore for eth just fine on nanopool and ethermine. It's something about ewbf I feel like.


I use it with  Ubuntu 16.04 no problem.  This is how I launch it with more arguments and an absolute path to the client:

'/home/m1/zec/miner' --eexit 3 --fee 0 --pec --server zec-us-east1.nanopool.org --user zecADDR.worker --pass z --port 6666;



I mine under Ubuntu 16.04 because its faster than Windows 10 (the primary gfx card used for display seems ununsable under Windows 10).

Anyway, I booted into Win 10 today, downloaded the miner and tried it, but same.

My mine.cmd has:
Code:
miner --eexit 3 --fee 0 --pec --server zec-us-west1.nanopool.org --port 6666 --user  zec_wallet.worker --pass x --templimit 80

And when I run it, same shit:
Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

D:\Zcash\Zec.miner.0.3.3b>

So it's not even a Linux or Ubuntu thing. Comcast? IPv6? What could it be :/
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
May 30, 2017, 04:22:57 AM
 #2843

Have you tried changing the order of your params?  Not sure if it would help, but all of my miners run in the following sequence.

--server xxxx --port xxxx --user xxxx --pass x  --pec --log 1 --fee x

I have never mined to nanopool, but do you need to authorize the user before it can connect?  I have seen it with dwarfpool (from memory) rejecting the connection because the user wasn't authorized on the account.

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
sublimus
Full Member
***
Offline Offline

Activity: 240
Merit: 100


View Profile
May 30, 2017, 06:23:43 AM
 #2844

I keep getting "ERROR: Cannot connect to the server. 7". Specifically:

Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:16666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Running on Ubuntu 16.04.

I've tried nanopool, flypool, EU and US stratum servers for both, backup and primary ports for both, etc. etc.

I've run tcpdump and I see it connecting and sending the tcp packet (I see the json payload) but no response comes back.

I can even telnet to that hostname:port combination.

Any ideas??

How are you launching EWBF; and what arguments are you using?

Code:
./miner --server zec-us-west1.nanopool.org --port 16666 --user zec_wallet.worker --pass x

I've replaced my real wallet address for privacy, but that's essentially it.

that appears correct, I would try nanopools other port: 6666  also I don't think it matters but change --pass to : z 

Code:
./miner --server zec-us-west1.nanopool.org --port 6666 --user zec_wallet.worker --pass z --templimit 80
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Yeah, I don't get it. I've tried 6666, 16666 and eu/us hosts, and 3333 for flypool etc, always that error. And i've tried x and z for pass.

I tried claymore, but it only supports AMD for zec. I used claymore for eth just fine on nanopool and ethermine. It's something about ewbf I feel like.


I use it with  Ubuntu 16.04 no problem.  This is how I launch it with more arguments and an absolute path to the client:

'/home/m1/zec/miner' --eexit 3 --fee 0 --pec --server zec-us-east1.nanopool.org --user zecADDR.worker --pass z --port 6666;



I mine under Ubuntu 16.04 because its faster than Windows 10 (the primary gfx card used for display seems ununsable under Windows 10).

Anyway, I booted into Win 10 today, downloaded the miner and tried it, but same.

My mine.cmd has:
Code:
miner --eexit 3 --fee 0 --pec --server zec-us-west1.nanopool.org --port 6666 --user  zec_wallet.worker --pass x --templimit 80

And when I run it, same shit:
Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

D:\Zcash\Zec.miner.0.3.3b>

So it's not even a Linux or Ubuntu thing. Comcast? IPv6? What could it be :/

--user  zec_wallet.worker
There is 1 too many space in the user param but I dont know if it matters or not.
I am at work so I cant test it for you.


micairvas
Full Member
***
Offline Offline

Activity: 303
Merit: 105



View Profile
May 30, 2017, 10:58:21 AM
 #2845

Hi Guys, I planing to make some Nvidia rigs (6 x 1070 and 6 x 1060 setups), need some tips.
What is power consumption of 6x 1070 rig? Is it 1200w power supply strong enough? Also how much power draw  6 x gtx1060 3gb rig, is it supply of 850-1000w enough?

Next question is hash (Zcash), gtx1060 3gb can make 300sol, while gtx1070 can make about 480sol, is that right?
wedlock
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 30, 2017, 01:08:38 PM
 #2846

What wallet do you guys use with this miner? Want to use some local one for zcash..trying to skip all these online exchanges, ppl saying there are some problems with EWBF.. how comes? ;/
degxtra1
Member
**
Offline Offline

Activity: 228
Merit: 46


View Profile
May 30, 2017, 02:21:49 PM
 #2847


Im getting about 30% of accepted shares as Dev fee, is this normal?

INFO 22:07:26: GPU1 Accepted share 170ms [A:204, R:0]
INFO 22:07:28: GPU0 DevFee Accepted share
INFO 22:07:28: GPU0 DevFee Accepted share
INFO 22:07:29: GPU0 DevFee Accepted share
INFO 22:07:29: GPU0 DevFee Accepted share
vince212
Full Member
***
Offline Offline

Activity: 306
Merit: 100


View Profile
May 30, 2017, 02:42:12 PM
 #2848

anyone here using 1070s?

is a 650w gold psu sufficient for 2x 1070 mining?
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
May 30, 2017, 03:43:43 PM
 #2849

anyone here using 1070s?

is a 650w gold psu sufficient for 2x 1070 mining?

If it is single rail and has enough pcie connectors it should be ok for 2x 1070.

RTEagle
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
May 30, 2017, 05:08:15 PM
 #2850

What are the best settings for 1070 Pallit jetstream or gamerock flashed to gamerock premium?
I know there are many experimentators here with great experience. I have 450 sol and 170W. And that is not good result.
Notice: Pair of my cards cant handle flashed core clock with stable mining. It hangs and I forced to reduce core clock -30 to do it stable
Please give me advice and recommend settings for afterburner
sublimus
Full Member
***
Offline Offline

Activity: 240
Merit: 100


View Profile
May 30, 2017, 05:15:17 PM
 #2851

What are the best settings for 1070 Pallit jetstream or gamerock flashed to gamerock premium?
I know there are many experimentators here with great experience. I have 450 sol and 170W. And that is not good result.
Notice: Pair of my cards cant handle flashed core clock with stable mining. It hangs and I forced to reduce core clock -30 to do it stable
Please give me advice and recommend settings for afterburner

Depends of you goal.
Solwise or wattwise?

Kejvu
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 30, 2017, 06:21:09 PM
 #2852

Hi Guys, I planing to make some Nvidia rigs (6 x 1070 and 6 x 1060 setups), need some tips.
What is power consumption of 6x 1070 rig? Is it 1200w power supply strong enough? Also how much power draw  6 x gtx1060 3gb rig, is it supply of 850-1000w enough?

Next question is hash (Zcash), gtx1060 3gb can make 300sol, while gtx1070 can make about 480sol, is that right?

I can tell you for gtx1060 6gb pc is 120W using --pec not from wall, i don't know how much is from wall if it makes any different. I do 320Sol with 6GB version so i know 3gb will do 300sol OC. I order 3gb version right now.
leela
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 30, 2017, 10:24:00 PM
 #2853

I mine under Ubuntu 16.04 because its faster than Windows 10 (the primary gfx card used for display seems ununsable under Windows 10).

Anyway, I booted into Win 10 today, downloaded the miner and tried it, but same.

My mine.cmd has:
Code:
miner --eexit 3 --fee 0 --pec --server zec-us-west1.nanopool.org --port 6666 --user  zec_wallet.worker --pass x --templimit 80

And when I run it, same shit:
Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

D:\Zcash\Zec.miner.0.3.3b>

So it's not even a Linux or Ubuntu thing. Comcast? IPv6? What could it be :/

--user  zec_wallet.worker
There is 1 too many space in the user param but I dont know if it matters or not.
I am at work so I cant test it for you.


I checked and don't have an extra space in my command line, I inadvertently added it in when removing my actual wallet address.
Hatshepsutt
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 30, 2017, 10:33:23 PM
 #2854

i have error on my miner.... THERAD EXİTED WİTH CORE:77 some one can help me ?
Junkey
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
May 31, 2017, 12:53:01 AM
 #2855

anyone here using 1070s?

is a 650w gold psu sufficient for 2x 1070 mining?

I have 3 1070 on stock settings getting 589W  at the wall.  So you are fine.
goen
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
May 31, 2017, 02:18:36 AM
 #2856

hi guys,

is there any monitoring tool for ewbf?
i need an alert when the ewbf miner stop mining.
i think i saw it somewhere but i cant find it.
any info?


regards,
lagur
Full Member
***
Offline Offline

Activity: 199
Merit: 100


View Profile
May 31, 2017, 03:33:07 AM
 #2857

Hi Guys,

Sorry for being noob here. I want to start small and very interested in low powered mining.

Now I want to build like 6x gtx1050... would that be ok? How much min and max hashrate I would get on per 1050?

Thanks in advance!
 Smiley
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
May 31, 2017, 04:10:25 AM
 #2858

Hi Guys,

Sorry for being noob here. I want to start small and very interested in low powered mining.

Now I want to build like 6x gtx1050... would that be ok? How much min and max hashrate I would get on per 1050?

Thanks in advance!
 Smiley

SC version can do ~180 sol/s.  I have 1050s, 1060s, 1070s, and 1080ti rigs; and I would recommend making a rig with 1060s or 1070s instead. 

The main reason is the efficiency: the 1050s can't match the range or level of the others.

PovertyByte
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
May 31, 2017, 04:26:03 AM
 #2859

It's been awhile since an update
lagur
Full Member
***
Offline Offline

Activity: 199
Merit: 100


View Profile
May 31, 2017, 04:49:46 AM
 #2860

Hi Guys,

Sorry for being noob here. I want to start small and very interested in low powered mining.

Now I want to build like 6x gtx1050... would that be ok? How much min and max hashrate I would get on per 1050?

Thanks in advance!
 Smiley

SC version can do ~180 sol/s.  I have 1050s, 1060s, 1070s, and 1080ti rigs; and I would recommend making a rig with 1060s or 1070s instead. 

The main reason is the efficiency: the 1050s can't match the range or level of the others.



Thanks, just wondering though since 1060 doubles the price of 1050. How about their wattage? and 1060 hashrate?

The price of 1060 is around 470 / 480... in this case, would you rather mine on 470s or 1060s ?

Thanks again!
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 ... 294 »
  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!