Bitcoin Forum
May 02, 2024, 01:12:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 194 195 196 197 ... 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2164068 times)
Vaccinus
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
June 03, 2017, 05:41:35 AM
Last edit: June 03, 2017, 07:25:51 AM by Vaccinus
 #2921

when this miner will be open source, if we cna remove the fee what is the point to keep it private? maybe someone else can improve it more

Hi guys, here's my set up: Windows 10 Enterprise, miner v. 0.3.3b, three Asus GTX 1060-6GB, Motherboard Asus Z170-Pro, and a Corsair TX850M.

I am currently getting 930-945 sol/s with +100 GPU Boost / +10 GPU Voltage / +900 Memory Clock. Temps are fine and everything works stable.

I'd like to add another four 1070s to my rig. Can I do so, or the limit for this miner is just four GPUs?


I have used 9 GPUs with EWBF.   Wink

on windows? you can't go past 8 i remember how did you solve this?

1714655551
Hero Member
*
Offline Offline

Posts: 1714655551

View Profile Personal Message (Offline)

Ignore
1714655551
Reply with quote  #2

1714655551
Report to moderator
1714655551
Hero Member
*
Offline Offline

Posts: 1714655551

View Profile Personal Message (Offline)

Ignore
1714655551
Reply with quote  #2

1714655551
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714655551
Hero Member
*
Offline Offline

Posts: 1714655551

View Profile Personal Message (Offline)

Ignore
1714655551
Reply with quote  #2

1714655551
Report to moderator
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
June 03, 2017, 06:25:18 AM
 #2922

when this mienr will be open source, if we cna remove the fee what is the point to keep it private? maybe someone else can improve it more

Hi guys, here's my set up: Windows 10 Enterprise, miner v. 0.3.3b, three Asus GTX 1060-6GB, Motherboard Asus Z170-Pro, and a Corsair TX850M.

I am currently getting 930-945 sol/s with +100 GPU Boost / +10 GPU Voltage / +900 Memory Clock. Temps are fine and everything works stable.

I'd like to add another four 1070s to my rig. Can I do so, or the limit for this miner is just four GPUs?


I have used 9 GPUs with EWBF.   Wink

on windows? you can't go past 8 i remember how did you solve this?

On my custom Linux build: nvOC.  See the link in my signature.
leela
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 03, 2017, 07:10:36 AM
 #2923

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.


I would like to thank everyone who tried to help me with this problem! You took the time to help a random stranger on the interwebs. Smiley

I was determined to fix this today, and spent some time with wireshark, seeing what claymore's eth miner does talking to nanopool vs EWBF's CUDA Zcash miner.

The json seemed malformed at first:

Code:
{"id":1,"method":"mining.subscribe","params":["",null,"zec-us-west1.nanopool.org","6666"]}

But apparently that's correct. I tried telnetting to the port and pasting the json, but nothing. I tried from a server out on the internet, and I got a response!

I then noticed in wireshark they were TCP retransmissions. I then immediately came to the realisation that it might be my router?? Turns out it was :/

I have an ASUS RT-AC88U running Merlin firmware. I thought I had all the stupid protection crap off, but I had this on, and it was blocking packets to nanopool to register for zcash mining (but not ether, go figure.)

The actual option that I had to turn off was:
Code:
Vulnerability Protection
Resolves common exploits within the router configuration. Protects the system and applications from exploits and vulnerabilities with Trend Micro Virtual Patch.

This will likely affect most Asus routers, such as the RT-AC3100, RT-AC5300, etc, not just my RT-AC88U.

Now you know.
thesaltonsea
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
June 03, 2017, 11:36:29 AM
Last edit: June 03, 2017, 12:00:13 PM by thesaltonsea
 #2924

Hi,

need some help, its my first NVIDIA rig.

Setup is 6x Asus 1070 Dual 8GB , mobo Asus H270 Prime plus , 2x 750w deep cool 80 gold .

Cards are on 80 powerlimig, +100 core + 500 mem , hashing with 430 sols for 130w.

The problem is that GPU04 has 100% rejected shares , any ideas what is causing it and how to fix it ?

edit: i fixed it , it was at +650 mem and its unstable , on +500 mem is ok no rejected
mr.hump
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 03, 2017, 03:54:15 PM
 #2925

Hey There!
If anyone mining on flypool pls share your *.bat settings!
I can't run bat file on recommended flypool settings at all((

TY for help and have a good day!
mr.hump
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 03, 2017, 03:56:34 PM
 #2926

Hi,

need some help, its my first NVIDIA rig.

Setup is 6x Asus 1070 Dual 8GB , mobo Asus H270 Prime plus , 2x 750w deep cool 80 gold .

Cards are on 80 powerlimig, +100 core + 500 mem , hashing with 430 sols for 130w.

The problem is that GPU04 has 100% rejected shares , any ideas what is causing it and how to fix it ?

edit: i fixed it , it was at +650 mem and its unstable , on +500 mem is ok no rejected
I have almost the same rig but only msi gpu's) Try +120 core +550-570 memory, mb it will be stable for u like for me.
sublimus
Full Member
***
Offline Offline

Activity: 240
Merit: 100


View Profile
June 03, 2017, 05:05:26 PM
 #2927

Hey There!
If anyone mining on flypool pls share your *.bat settings!
I can't run bat file on recommended flypool settings at all((

TY for help and have a good day!

miner --server eu1-zcash.flypool.org --user t1cA38xyUxJRDdQYacD6x7UUL8nyjTfKeo1.GigaGamer --pass x --port 3333 --eexit 3 --solver 0 --log 2 --logfile ZCASH.%date:~6,4%%date:~3,2%%date:~0,2%.ewbf.log --fee 2 --pec

mr.hump
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 03, 2017, 06:19:09 PM
 #2928

Hey There!
If anyone mining on flypool pls share your *.bat settings!
I can't run bat file on recommended flypool settings at all((

TY for help and have a good day!

miner --server eu1-zcash.flypool.org --user t1cA38xyUxJRDdQYacD6x7UUL8nyjTfKeo1.GigaGamer --pass x --port 3333 --eexit 3 --solver 0 --log 2 --logfile ZCASH.%date:~6,4%%date:~3,2%%date:~0,2%.ewbf.log --fee 2 --pec
TY for help, now it works)
einee
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 04, 2017, 10:48:40 AM
 #2929

For anybody having random crash problems with "Thread exited with code: 46, Thread exited with code: 77, and Thread exited with code 30 errors" this tip from EWBF has indirectly solved my problem.  Add "--eexit 1" to your miner command switches and edit your existing batch file to make them a simple restart script as exampled below.  If the miner crashes it will shut down forcing it to go back to the beginning of the batch and restart the miner.

Thanks EWBF!

:restart
miner --server us1-zcash.flypool.org --port 3333 --user address.phoop --eexit 1 --pass x --cuda_devices 0
goto :restart

I am not sure if this will work in bach file, is it not the corect syntax with "@" > @goto restart?

Because for me this one is not working  Huh
dwarf0
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
June 04, 2017, 10:58:48 AM
 #2930

you do not need ":" or "@" or anything else. just " goto restart "
lagur
Full Member
***
Offline Offline

Activity: 199
Merit: 100


View Profile
June 04, 2017, 11:46:34 AM
 #2931

Does gtx 1060 more efficient than rx 470/570 ?

At full load, what watts are they using each card?

Still torn what to build first... I used to have 280x & 750ti and I like 750ti more.
Kejvu
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
June 04, 2017, 12:12:51 PM
 #2932

Does gtx 1060 more efficient than rx 470/570 ?

At full load, what watts are they using each card?

Still torn what to build first... I used to have 280x & 750ti and I like 750ti more.

for mining zcash 1060 is better, 120w 320sols 6gb. RX 470/570 is much more better for ETH.
Kahana82
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 04, 2017, 12:50:48 PM
 #2933

anyone using 980 non ti ?
result please? i need info before buy it
I'm getting around 350 sols at 1555 Core clock, about 200W.
Not very efficient compared to Pascal cards, going to get a 1080ti soon.
thesmokingman
Full Member
***
Offline Offline

Activity: 212
Merit: 100



View Profile
June 04, 2017, 02:42:10 PM
 #2934

Ewbf_ any update on a new release with better API? Hope all is well on your end!

PIMP your AMD & Nvidia Farm. Finally a Multi-Miner Linux 16.04 Distro with Web Monitoring and On the Fly Algo-Switching. My PIMP AMD/Nvidia FARM: https://miner.farm/farmer/554/farmstatus
sublimus
Full Member
***
Offline Offline

Activity: 240
Merit: 100


View Profile
June 04, 2017, 03:45:16 PM
 #2935

Ewbf_ any update on a new release with better API? Hope all is well on your end!
Nice farm. Shocked

CitricAcid
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
June 04, 2017, 03:52:27 PM
 #2936

I know claymore has an option that if a gpu or the software goes into an error that you can create a .bat file to close the software and initiate a reboot of the O/S. Is there something similar in EWBF. I see there is an --eexit option but can you put in a command with --eexit to run a .bat file when this is triggered?
prologas
Member
**
Offline Offline

Activity: 219
Merit: 30


View Profile
June 04, 2017, 04:30:58 PM
Last edit: June 04, 2017, 04:49:53 PM by prologas
 #2937

By the way, does anyone know how to manage Slowdown parameters on linux?
root@home:/usr/local/bin# nvidia-smi -q -d temperature

==============NVSMI LOG==============

Timestamp                           : Sun Jun  4 19:48:04 2017
Driver Version                      : 378.13

Attached GPUs                       : 1
GPU 0000:02:00.0
    Temperature
        GPU Current Temp            : 53 C
        GPU Shutdown Temp           : 101 C
        GPU Slowdown Temp           : 96 C
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
June 04, 2017, 04:54:23 PM
 #2938

By the way, does anyone know how to manage Slowdown parameters on linux?
root@home:/usr/local/bin# nvidia-smi -q -d temperature

==============NVSMI LOG==============

Timestamp                           : Sun Jun  4 19:48:04 2017
Driver Version                      : 378.13

Attached GPUs                       : 1
GPU 0000:02:00.0
    Temperature
        GPU Current Temp            : 53 C
        GPU Shutdown Temp           : 101 C
        GPU Slowdown Temp           : 96 C


I have no idea, why worry about that? Unless you plan to move your rig to Hell? I heard it gets awfully hot there Smiley
And no, I am not from LT. I guess that means Lithuania? I am from HR actually.

we are nothing but a smart contracts on a cosmic blockchain
prologas
Member
**
Offline Offline

Activity: 219
Merit: 30


View Profile
June 04, 2017, 05:22:38 PM
 #2939

By the way, does anyone know how to manage Slowdown parameters on linux?
root@home:/usr/local/bin# nvidia-smi -q -d temperature

==============NVSMI LOG==============

Timestamp                           : Sun Jun  4 19:48:04 2017
Driver Version                      : 378.13

Attached GPUs                       : 1
GPU 0000:02:00.0
    Temperature
        GPU Current Temp            : 53 C
        GPU Shutdown Temp           : 101 C
        GPU Slowdown Temp           : 96 C


I have no idea, why worry about that? Unless you plan to move your rig to Hell? I heard it gets awfully hot there Smiley
And no, I am not from LT. I guess that means Lithuania? I am from HR actually.

Hehe, your nickname in Lithuania means copy Smiley I have some cheap 1060, so they are burnin at 72C and more. At Windows afterburner you can set temp limit, so it activate slowdown mode and reduce sol/s to decrease Temperature. At Linux here, I can't see this option :? I really need this. Maybe it hardcoded at linux?

By the way, I finished writing systemd service implementation. If anyone interested I could share of it. systemctl start/stop/restart miner
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
June 04, 2017, 06:33:46 PM
 #2940

By the way, does anyone know how to manage Slowdown parameters on linux?
root@home:/usr/local/bin# nvidia-smi -q -d temperature

==============NVSMI LOG==============

Timestamp                           : Sun Jun  4 19:48:04 2017
Driver Version                      : 378.13

Attached GPUs                       : 1
GPU 0000:02:00.0
    Temperature
        GPU Current Temp            : 53 C
        GPU Shutdown Temp           : 101 C
        GPU Slowdown Temp           : 96 C


I have no idea, why worry about that? Unless you plan to move your rig to Hell? I heard it gets awfully hot there Smiley
And no, I am not from LT. I guess that means Lithuania? I am from HR actually.

Hehe, your nickname in Lithuania means copy Smiley I have some cheap 1060, so they are burnin at 72C and more. At Windows afterburner you can set temp limit, so it activate slowdown mode and reduce sol/s to decrease Temperature. At Linux here, I can't see this option :? I really need this. Maybe it hardcoded at linux?

By the way, I finished writing systemd service implementation. If anyone interested I could share of it. systemctl start/stop/restart miner

sudo nvidia-smi -pl <powerlimit wattage here>

for example to set a 75 watt powerlimit:

sudo nvidia-smi -pl 75
Pages: « 1 ... 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 194 195 196 197 ... 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!