dragonmike
|
|
June 20, 2017, 09:30:13 AM |
|
Hey Sverox, your two scripts, can they be combined into one, so that it would both test if miner's working and/or if any card has 0sol/s?
|
|
|
|
sverox
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 20, 2017, 09:40:27 AM |
|
2nd scripts do this. Is enhanced variant of first one.
|
|
|
|
dragonmike
|
|
June 20, 2017, 09:44:20 AM |
|
Brilliant, will use this, many thanks!
|
|
|
|
dragonmike
|
|
June 20, 2017, 09:46:58 AM |
|
Can anyone share their 1080 clocks/voltages/hashrates using EWBF's Zcash miner please? Or point me to where I could check myself?
|
|
|
|
PotShot-RSA
Newbie
Offline
Activity: 38
Merit: 0
|
|
June 20, 2017, 10:41:28 AM |
|
I get the same result. Why do I get -
INFO: Api: Disabled
when the miner starts? Do I need to change something there?
Are you using version 0.3.4b ?
|
|
|
|
PotShot-RSA
Newbie
Offline
Activity: 38
Merit: 0
|
|
June 20, 2017, 10:46:31 AM |
|
Can anyone share their 1080 clocks/voltages/hashrates using EWBF's Zcash miner please? Or point me to where I could check myself?
nvidiaInspector.exe -setPowerTarget:0,60 nvidiaInspector.exe -setBaseClockOffset:0,0,140 nvidiaInspector.exe -setMemoryClockOffset:0,0,988 So, Power at 60%, BaseClock +140, Mem +988 Have not tested to any limits yet. I get 540 sols/s at up to 160 watts peak but average 150W
|
|
|
|
sublimus
|
|
June 20, 2017, 11:32:02 AM |
|
I get the same result. Why do I get -
INFO: Api: Disabled
when the miner starts? Do I need to change something there?
:restart Timeout /t 30 miner --server eu1-zcash.flypool.org --user t1cA38xyUxJRDdQYacD6x7UUL8nyjTfKeo1.GigaGamer --pass x --port 3333 --cuda_devices 0 1 --intensity 32 32 --eexit 3 --solver 0 --log 2 --logfile ZCASH.%date:~6,4%%date:~3,2%%date:~0,2%.ewbf.log --fee 2 --pec --apiping 127.0.0.1 goto restart
|
|
|
|
dtawom
Newbie
Offline
Activity: 21
Merit: 0
|
|
June 20, 2017, 11:45:46 AM |
|
Is there a way to set the intensity on a per card basis rather than setting it for all cards? I love the intensity addition, but the reason I wanted it is to set the intensity lower on one of my cards so I can still use my computer and stream video without buffering while keeping the other cards running at full speed.
|
|
|
|
gilad215
|
|
June 20, 2017, 12:00:19 PM |
|
Did anyone manage to get 450 sol+ stable on a Hynix 1070? on less than 90% power? i'm gettin 430+-
+150 clock +500 Memory
Thanks
|
Neluns ♦ New Generation Financial Ecosystem ♦ Pre-sale on Aug, 1
|
|
|
EWBF_ (OP)
|
|
June 20, 2017, 12:13:41 PM |
|
@EWBF_ Is it true that GPUs use only one of their CPUs to process the work? A friend of mine read somewhere that Nvidia was preparing to release a cheap card that would be equiped with a sole cpu for mining purpose only.
I do not quite understand what you mean, but each gpu works in a separate processor thread, and yes one cpu stream for one gpu. Plus a couple of threads for api, statistics and so on. Is there a way to set the intensity on a per card basis rather than setting it for all cards? I love the intensity addition, but the reason I wanted it is to set the intensity lower on one of my cards so I can still use my computer and stream video without buffering while keeping the other cards running at full speed.
--intensity 1 64 64 64 64 64 The first gpu will use the intensity 1, all the others 64.
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
June 20, 2017, 12:36:30 PM |
|
EWBF, why you don't release the source already?
|
|
|
|
LuisMafixD
Newbie
Offline
Activity: 12
Merit: 0
|
|
June 20, 2017, 12:39:57 PM |
|
I am having a tough time understanding how to use API. Added http api you can use http://127.0.0.1:42000/getstat address to get statistics. This is the result - This site can’t be reached 127.0.0.1 refused to connect. so here is my command line - :restart Timeout /t 30 miner --server us1-zcash.flypool.org --user t1ZLXNkPtzjAg2GbjvTsU7KxbuuTwsegrYR.gronk5 --pass x --port 3333 --eexit 3 --solver 0 --log 2 --intensity 64 --api 127.0.0.1:4200 --logfile ZCASH.%date:~6,4%%date:~3,2%%date:~0,2%.ewbf.log --fee 2 --pec ping 10.0.0.9 > nul goto :restart This is what I get when the miner starts What is this command for? I know that you are doing ping, does that mean that if you do not have a connection or crashes the miner restarts? ping 10.0.0.9 > nul INFO: Server: us1-zcash.flypool.org:3333 INFO: Solver User defined. INFO: Devices: All. INFO: Temperature limit: 90 INFO: Api: Disabled
What do I need to do to enable API? Something on the this end? Something on the mining end? TIA Just use http://127.0.0.1:42000What is this command for? I know that you are doing ping, does that mean that if you do not have a connection or crashes the miner restarts? ping 10.0.0.9 > nul
|
|
|
|
EWBF_ (OP)
|
|
June 20, 2017, 12:49:34 PM |
|
EWBF, why you don't release the source already?
I have plans to use this code in other miners, it contains a couple of my libraries, and i definitely do not want to publish my libraries, but without these libraries, the code must be completely rewritten.
|
|
|
|
_javi_
|
|
June 20, 2017, 12:57:02 PM |
|
thanks for your work , EWBF.
Please try to fix the 0 sols/s bug. Miner keeps failing to restart when in such state.
|
|
|
|
LuisMafixD
Newbie
Offline
Activity: 12
Merit: 0
|
|
June 20, 2017, 12:59:27 PM |
|
@EWBF_ Is it true that GPUs use only one of their CPUs to process the work? A friend of mine read somewhere that Nvidia was preparing to release a cheap card that would be equiped with a sole cpu for mining purpose only.
I do not quite understand what you mean, but each gpu works in a separate processor thread, and yes one cpu stream for one gpu. Plus a couple of threads for api, statistics and so on. Is there a way to set the intensity on a per card basis rather than setting it for all cards? I love the intensity addition, but the reason I wanted it is to set the intensity lower on one of my cards so I can still use my computer and stream video without buffering while keeping the other cards running at full speed.
--intensity 1 64 64 64 64 64 The first gpu will use the intensity 1, all the others 64. I have 6 VGA 1070 in rig. 5 of them mark simultaneously from 490 to 510 sol / s A single VGA always be on the 380 to 420, you have the solution?
|
|
|
|
Acrefawn
Member
Offline
Activity: 118
Merit: 13
FarmWatchBot script Developer
|
|
June 20, 2017, 01:52:56 PM |
|
Today catch this 2 times. INFO: Detected new work: ff423c999b44ca89cbc7 Temp: GPU0 62C GPU1 63C GPU2 67C GPU0: 325 Sol/s GPU1: 328 Sol/s GPU2: 324 Sol/s Total speed: 977 Sol/s INFO 14:50:55: GPU2 Accepted share 63ms [A:383, R:2] Temp: GPU0 62C GPU1 63C GPU2 67C GPU0: 330 Sol/s GPU1: 331 Sol/s GPU2: 325 Sol/s Total speed: 986 Sol/s CUDA: Device: 2 Thread exited with code: 4 CUDA: Device: 1 Thread exited with code: 4 CUDA: Device: 0 Thread exited with code: 4 ERROR: Looks like GPU2 are stopped. Restart attempt. INFO: GPU2 are restarted. Help please resolve this promblem, or explain what does it mean. Thank you!
|
FarmWatchBot script Developer
|
|
|
dragonmike
|
|
June 20, 2017, 01:59:14 PM |
|
Can anyone share their 1080 clocks/voltages/hashrates using EWBF's Zcash miner please? Or point me to where I could check myself?
nvidiaInspector.exe -setPowerTarget:0,60 nvidiaInspector.exe -setBaseClockOffset:0,0,140 nvidiaInspector.exe -setMemoryClockOffset:0,0,988 So, Power at 60%, BaseClock +140, Mem +988 Have not tested to any limits yet. I get 540 sols/s at up to 160 watts peak but average 150W That is pretty awesome. Thanks for sharing. Out of curiosity, why nvidia inspector and not eg. MSI AB?
|
|
|
|
bf-jack
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 20, 2017, 02:00:45 PM |
|
I am having a tough time understanding how to use API. Added http api you can use http://127.0.0.1:42000/getstat address to get statistics. This is the result - This site can’t be reached 127.0.0.1 refused to connect. so here is my command line - :restart Timeout /t 30 miner --server us1-zcash.flypool.org --user t1ZLXNkPtzjAg2GbjvTsU7KxbuuTwsegrYR.gronk5 --pass x --port 3333 --eexit 3 --solver 0 --log 2 --intensity 64 --api 127.0.0.1:4200 --logfile ZCASH.%date:~6,4%%date:~3,2%%date:~0,2%.ewbf.log --fee 2 --pec ping 10.0.0.9 > nul goto :restart This is what I get when the miner starts INFO: Server: us1-zcash.flypool.org:3333 INFO: Solver User defined. INFO: Devices: All. INFO: Temperature limit: 90 INFO: Api: Disabled
What do I need to do to enable API? Something on the this end? Something on the mining end? TIA Your command line to start ewbf says 4200, maybe should be 42000 ? Also, at least on my win10 with Chrome, I just say "localhost:42000" in the address line. Neither 127.0.0.1 or the actual IP address work.
|
|
|
|
nikola49
Newbie
Offline
Activity: 1
Merit: 0
|
|
June 20, 2017, 03:23:37 PM |
|
I have issues with this miner on GTX 1080 Ti. Sometimes it randomly stops working, but I solved it by disabling dev fee. It doesn't want to use my card correctly, instead it uses 55% power and ignores core OC settings in afterburner. If I manage to 'safely' crash and restart nvidia driver, it works fine. Using 382.53
|
|
|
|
Cyrex_888
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 20, 2017, 03:36:11 PM |
|
So absolute noob to the whole mining business...i just had a 980ti and decided i should give it a shot...i made a wallet and copied my Zcash address. I edited the fypool.bat and pasted my address instead of the existing one in front of "--user" and saved it while touching nothing else...I've left it running and I'm getting between 410-440sol...so have i done it correctly or have i missed something?
|
|
|
|
|