Bitcoin Forum
May 08, 2024, 02:59:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 198 ... 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2164073 times)
prologas
Member
**
Offline Offline

Activity: 219
Merit: 30


View Profile
June 04, 2017, 06:36:23 PM
 #2941

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


PowerLimit is not Templimit.
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715137187
Hero Member
*
Offline Offline

Posts: 1715137187

View Profile Personal Message (Offline)

Ignore
1715137187
Reply with quote  #2

1715137187
Report to moderator
1715137187
Hero Member
*
Offline Offline

Posts: 1715137187

View Profile Personal Message (Offline)

Ignore
1715137187
Reply with quote  #2

1715137187
Report to moderator
prologas
Member
**
Offline Offline

Activity: 219
Merit: 30


View Profile
June 04, 2017, 06:47:22 PM
 #2942

1080ti/1060/1080ti

INFO 21:44:59: GPU2 Accepted share 122ms [A:7338, R:24]
INFO 21:45:04: GPU0 Accepted share 102ms [A:7441, R:21]
Temp: GPU0: 65C GPU1: 60C GPU2: 73C
GPU0: 647 Sol/s GPU1: 257 Sol/s GPU2: 650 Sol/s
Total speed: 1554 Sol/s
+-----+-------------+--------------+
| GPU | Power usage |  Effecincy   |
+-----+-------------+--------------+
|  0  |    183W     |  3.54 Sol/W  |
|  1  |     69W     |  3.72 Sol/W  |
|  2  |    178W     |  3.65 Sol/W  |
+-----+-------------+--------------+
INFO 21:45:06: GPU0 Accepted share 164ms [A:7442, R:21]
INFO: Detected new work: 5c114ac9f92ad87eaca0
INFO 21:45:14: GPU0 Accepted share 80ms [A:7443, R:21]

Anyone can share gtx1080ti OC settings for better Sol/W ?
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
June 04, 2017, 06:47:42 PM
 #2943


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

Hehe, kopija means copy in croatian too Smiley I also learned that in portugese it means something that is hanging between your legs Sad
I think you do not need to worry until your gpu temp reaches 90celsius.
How does that systemd thingie of yours work?

we are nothing but a smart contracts on a cosmic blockchain
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
June 04, 2017, 06:48:28 PM
 #2944

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


PowerLimit is not Templimit.

My bad wasn't paying enough attention.  If you set the right number of coolbits you should be able to go to the nvidia app in linux and modify this value.  I would try 28, then 32.
prologas
Member
**
Offline Offline

Activity: 219
Merit: 30


View Profile
June 04, 2017, 06:52:24 PM
 #2945

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


PowerLimit is not Templimit.

My bad wasn't paying enough attention.  If you set the right number of coolbits you should be able to go to the nvidia app in linux and modify this value.  I would try 28, then 32.

Thanks, 28 doesn't work, I will try 32.
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
June 04, 2017, 06:52:49 PM
 #2946



My bad wasn't paying enough attention.  If you set the right number of coolbits you should be able to go to the nvidia app in linux and modify this value.  I would try 28, then 32.

Pics or it did not happen.
Only fan speed can be set in nvidia-settings on my end.

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

Activity: 219
Merit: 30


View Profile
June 04, 2017, 06:58:04 PM
 #2947


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

Hehe, kopija means copy in croatian too Smiley I also learned that in portugese it means something that is hanging between your legs Sad
I think you do not need to worry until your gpu temp reaches 90celsius.
How does that systemd thingie of yours work?


90C? I don't think so Smiley About systemd. I actually wrote a systemd unit file and linked to bash script. Then I can make control it from systemctl start/stop/enable features. Plus it got logging too.

root@home:/usr/local/bin# systemctl status miner
● miner.service
   Loaded: loaded (/etc/systemd/system/miner.service; disabled; vendor preset: enabled)
   Active: active (running) since Sk 2017-06-04 21:56:17 EEST; 10s ago
 Main PID: 10195 (miner.sh)
   CGroup: /system.slice/miner.service
           ├─10195 /bin/bash /usr/local/bin/miner.sh
           ├─10204 /home/RIG00/Desktop/Miner/0.3.3b/miner --server eu1-zcash.flypool.org --user t1TgwagwgvTVcU54MvhMqBA5cJvKrwS42ncB.RIG00 --pass x --port 3333 --pec --fee 50 --templimit 75 --solver 0
           └─10205 tee -a /var/log/miner.log

Bir 04 21:56:27 home miner.sh[10195]: +-------------------------------------------------+
Bir 04 21:56:27 home miner.sh[10195]: |         EWBF's Zcash CUDA miner. 0.3.3b         |
Bir 04 21:56:27 home miner.sh[10195]: +-------------------------------------------------+
Bir 04 21:56:27 home miner.sh[10195]: INFO: Server: eu1-zcash.flypool.org:3333
Bir 04 21:56:27 home miner.sh[10195]: INFO: Solver User defined.
Bir 04 21:56:27 home miner.sh[10195]: INFO: Devices: All.
Bir 04 21:56:27 home miner.sh[10195]: INFO: Temperature limit: 75
Bir 04 21:56:27 home miner.sh[10195]: INFO: Api: Disabled
Bir 04 21:56:27 home miner.sh[10195]: ---------------------------------------------------
Bir 04 21:56:27 home miner.sh[10195]: INFO: Target: 00083126e978d4fd...
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
June 04, 2017, 06:59:41 PM
 #2948

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


PowerLimit is not Templimit.

My bad wasn't paying enough attention.  If you set the right number of coolbits you should be able to go to the nvidia app in linux and modify this value.  I would try 28, then 32.

Thanks, 28 doesn't work, I will try 32.

Also to implement a coolbits change you need to restart all the relevant processes; the fastest way to do this is to logout and then login.  Not sure what level of coolbits would be needed for templimit, but as this can kill your card if set incorrectly, my guess would be high.
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
June 04, 2017, 07:02:09 PM
 #2949



My bad wasn't paying enough attention.  If you set the right number of coolbits you should be able to go to the nvidia app in linux and modify this value.  I would try 28, then 32.

Pics or it did not happen.
Only fan speed can be set in nvidia-settings on my end.

I am not sure if templimit is possible this way, but core and memory OC ect all become available as you unlock them by using the appropriate coolbits.  This is documented on the web.
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
June 04, 2017, 07:04:02 PM
 #2950


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

Hehe, kopija means copy in croatian too Smiley I also learned that in portugese it means something that is hanging between your legs Sad
I think you do not need to worry until your gpu temp reaches 90celsius.
How does that systemd thingie of yours work?


90C? I don't think so Smiley About systemd. I actually wrote a systemd unit file and linked to bash script. Then I can make control it from systemctl start/stop/enable features. Plus it got logging too.

root@home:/usr/local/bin# systemctl status miner
● miner.service
   Loaded: loaded (/etc/systemd/system/miner.service; disabled; vendor preset: enabled)
   Active: active (running) since Sk 2017-06-04 21:56:17 EEST; 10s ago
 Main PID: 10195 (miner.sh)
   CGroup: /system.slice/miner.service
           ├─10195 /bin/bash /usr/local/bin/miner.sh
           ├─10204 /home/RIG00/Desktop/Miner/0.3.3b/miner --server eu1-zcash.flypool.org --user t1TgwagwgvTVcU54MvhMqBA5cJvKrwS42ncB.RIG00 --pass x --port 3333 --pec --fee 50 --templimit 75 --solver 0
           └─10205 tee -a /var/log/miner.log

Bir 04 21:56:27 home miner.sh[10195]: +-------------------------------------------------+
Bir 04 21:56:27 home miner.sh[10195]: |         EWBF's Zcash CUDA miner. 0.3.3b         |
Bir 04 21:56:27 home miner.sh[10195]: +-------------------------------------------------+
Bir 04 21:56:27 home miner.sh[10195]: INFO: Server: eu1-zcash.flypool.org:3333
Bir 04 21:56:27 home miner.sh[10195]: INFO: Solver User defined.
Bir 04 21:56:27 home miner.sh[10195]: INFO: Devices: All.
Bir 04 21:56:27 home miner.sh[10195]: INFO: Temperature limit: 75
Bir 04 21:56:27 home miner.sh[10195]: INFO: Api: Disabled
Bir 04 21:56:27 home miner.sh[10195]: ---------------------------------------------------
Bir 04 21:56:27 home miner.sh[10195]: INFO: Target: 00083126e978d4fd...


This is cool can I see the code?
prologas
Member
**
Offline Offline

Activity: 219
Merit: 30


View Profile
June 04, 2017, 07:05:52 PM
 #2951



My bad wasn't paying enough attention.  If you set the right number of coolbits you should be able to go to the nvidia app in linux and modify this value.  I would try 28, then 32.

Pics or it did not happen.
Only fan speed can be set in nvidia-settings on my end.

Try this. I am using it:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

then reboot.

you can adjust memory, core, fans.
fullzero
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
June 04, 2017, 07:09:09 PM
 #2952



My bad wasn't paying enough attention.  If you set the right number of coolbits you should be able to go to the nvidia app in linux and modify this value.  I would try 28, then 32.

Pics or it did not happen.
Only fan speed can be set in nvidia-settings on my end.

Try this. I am using it:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

then reboot.

you can adjust memory, core, fans.

logout then login would be faster:

You might want to look at the link in my signature.
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
June 04, 2017, 07:13:38 PM
 #2953


90C? I don't think so Smiley


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 think the bold part refers to thermal throttling and your cards are far from achieving it.
Unless of course EWBF shuts down your miner because of default 75 celsius setting Smiley

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

Activity: 219
Merit: 30


View Profile
June 04, 2017, 07:23:37 PM
 #2954


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

Hehe, kopija means copy in croatian too Smiley I also learned that in portugese it means something that is hanging between your legs Sad
I think you do not need to worry until your gpu temp reaches 90celsius.
How does that systemd thingie of yours work?


90C? I don't think so Smiley About systemd. I actually wrote a systemd unit file and linked to bash script. Then I can make control it from systemctl start/stop/enable features. Plus it got logging too.

root@home:/usr/local/bin# systemctl status miner
● miner.service
   Loaded: loaded (/etc/systemd/system/miner.service; disabled; vendor preset: enabled)
   Active: active (running) since Sk 2017-06-04 21:56:17 EEST; 10s ago
 Main PID: 10195 (miner.sh)
   CGroup: /system.slice/miner.service
           ├─10195 /bin/bash /usr/local/bin/miner.sh
           ├─10204 /home/RIG00/Desktop/Miner/0.3.3b/miner --server eu1-zcash.flypool.org --user t1TgwagwgvTVcU54MvhMqBA5cJvKrwS42ncB.RIG00 --pass x --port 3333 --pec --fee 50 --templimit 75 --solver 0
           └─10205 tee -a /var/log/miner.log

Bir 04 21:56:27 home miner.sh[10195]: +-------------------------------------------------+
Bir 04 21:56:27 home miner.sh[10195]: |         EWBF's Zcash CUDA miner. 0.3.3b         |
Bir 04 21:56:27 home miner.sh[10195]: +-------------------------------------------------+
Bir 04 21:56:27 home miner.sh[10195]: INFO: Server: eu1-zcash.flypool.org:3333
Bir 04 21:56:27 home miner.sh[10195]: INFO: Solver User defined.
Bir 04 21:56:27 home miner.sh[10195]: INFO: Devices: All.
Bir 04 21:56:27 home miner.sh[10195]: INFO: Temperature limit: 75
Bir 04 21:56:27 home miner.sh[10195]: INFO: Api: Disabled
Bir 04 21:56:27 home miner.sh[10195]: ---------------------------------------------------
Bir 04 21:56:27 home miner.sh[10195]: INFO: Target: 00083126e978d4fd...


This is cool can I see the code?

Yeah, sure.

root@home:/usr/local/bin# cat /etc/systemd/system/miner.service
[Unit]
After=display-manager.service

[Service]
ExecStart=/usr/local/bin/miner.sh
User=root
Group=root

[Install]
WantedBy=default.target

root@home:/usr/local/bin# cat /usr/local/bin/miner.sh
#!/bin/bash
sleep 10
sudo /usr/bin/nvidia-smi -pm 1
sudo /usr/bin/nvidia-smi -i 0 -pl 30
nvidia-settings -a '[gpu:0]/GPUGraphicsClockOffset[3]=50'
nvidia-settings -a "[gpu:0]/GPUFanControlState=1"
nvidia-settings -a '[fan-0]/GPUTargetFanSpeed=50'
stdbuf -o0 /home/RIG00/Desktop/Miner/0.3.3b/miner --server eu1-zcash.flypool.org --user t1TgwagwagawgaMvhMqBA5cJvKrwS42ncB.RIG00 --pass x --port 3333 --pec --fee 50 --templimit 75 --solver 0 | tee -a /var/log/miner.log

don't forget to:
systemctl daemon-reload
prologas
Member
**
Offline Offline

Activity: 219
Merit: 30


View Profile
June 04, 2017, 07:30:23 PM
 #2955

Coolbits of 32 bits don't work at all :?
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
June 04, 2017, 07:38:12 PM
 #2956

Prologas, are you actually using those settings?
PL 30? No card can go that low.
Use nvidia-smi -i 0 --query-gpu=power.min_limit,power.max_limit --format=csv  to check lowest PL of your gpu.
And why set your fan speed at 50 if you are having high temp problems?
Also:
--fee 50? I am humbled by your generosity towards EWBF Smiley

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

Activity: 219
Merit: 30


View Profile
June 04, 2017, 07:47:07 PM
 #2957

Prologas, are you actually using those settings?
PL 30? No card can go that low.
Use nvidia-smi -i 0 --query-gpu=power.min_limit,power.max_limit --format=csv  to check lowest PL of your gpu.
And why set your fan speed at 50 if you are having high temp problems?
Also:
--fee 50? I am humbled by your generosity towards EWBF Smiley

Smiley)))))) Don't worry. This is a test gtx750ti it could do -pl 30 Wink My Farm far away from here Smiley

Maybe you can offer better settings for 1080ti to improve Sol/W?

Temp: GPU0: 65C GPU1: 60C GPU2: 73C
GPU0: 647 Sol/s GPU1: 257 Sol/s GPU2: 650 Sol/s
Total speed: 1554 Sol/s
+-----+-------------+--------------+
| GPU | Power usage |  Effecincy   |
+-----+-------------+--------------+
|  0  |    183W     |  3.54 Sol/W  |
|  1  |     69W     |  3.72 Sol/W  |
|  2  |    178W     |  3.65 Sol/W  |
+-----+-------------+--------------+
INFO 21:45:06: GPU0 Accepted share 164ms [A:7442, R:21]
INFO: Detected new work: 5c114ac9f92ad87eaca0
INFO 21:45:14: GPU0 Accepted share 80ms [A:7443, R:21]
luiggybit
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
June 04, 2017, 11:02:51 PM
 #2958

I`ve a problem, I`m mining on mph using multi algo switch, but whenever the pool changes from ZEC to another algo EWBF's just doesnt exit the program...

this is my BAT:

---------------------------------------------------------------------------------------------------------------------

@echo off
SETLOCAL EnableExtensions
SET USER=luiggybit.Nvidia
SET PASS=x
SET A=ethminer.exe
SET B=zminer.exe
SET C=ccminercryptonight.exe
SET D=ccminerAlexis78.exe
SET E=ccminerTanguy.exe

SET POOL=hub.miningpoolhub.com

:start
ECHO - EquiHash - ETHash - groestl - myr-gr - skein - neoscrypt - cryptonight

%A% --farm-retries 1 -G -S us-east.ethash-%POOL%:12020 -O %USER%:%PASS% -FS exit
%B% --eexit 3 --server us-east.equihash-%POOL% --port 12023 --fee 0 --user %USER% --pass %PASS%
%C% -r 0 --bsleep=0 --bfactor=0 --launch=32x18 --url=stratum+tcp://asia.cryptonight-%POOL%:12024 --userpass=%USER%:%PASS%
%D% -r 0 -a neoscrypt -o stratum+tcp://%POOL%:12012 -u %USER% -p %PASS% -i 15
%E% -r 0 -a groestl -o stratum+tcp://%POOL%:12004 -u %USER% -p %PASS%
%D% -r 0 -a lyra2v2 -o stratum+tcp://%POOL%:12018 -u %USER% -p %PASS%
%D% -r 0 -a myr-gr -o stratum+tcp://%POOL%:12005 -u %USER% -p %PASS%
%D% -r 0 -a skein -o stratum+tcp://%POOL%:12016 -u %USER% -p %PASS%
REM %D% -r 0 -a blake2s -o stratum+tcp://%POOL%:12019 -u %USER% -p %PASS%

GOTO start
----------------------------------------------------

It works fine with the other mining software, just EWBF seems does not exit properly...  any help?
geezypeats
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 05, 2017, 02:14:26 AM
 #2959

Can anyone tell me what I'm doing wrong here? I'm trying to use EWBF's Zec Miner 0.3.3b to mine zcash, but I'm getting this error when I run the miner.exe. Using the miningpoolhub batch file, this is what I have in it:

miner --server us-east.equihash-hub.miningpoolhub.com --user fakeuser.fakeworker --pass x --port 20570

I've checked to make sure all of the info is correct (I'm using my real username and worker), but still I'm getting this error:

"ERROR: Enter all the necessary data, like server, port, user and password."
Hoping someone can point me to what I'm doing wrong. Thanks!
Lion BItcoin Shop
Hero Member
*****
Offline Offline

Activity: 586
Merit: 500

BitcoreService.com


View Profile
June 05, 2017, 03:30:30 AM
 #2960

where to see the result of zcash mining? i need info to compare each gpu . please
how much the sols for :
980, 980ti, 1070, 1080, 1080ti ?
anyone can share it please

Pages: « 1 ... 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 198 ... 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!