doktor83 (OP)
|
 |
April 13, 2018, 01:25:54 PM |
|
Can you please add some option similar to -li (low intensity) for claymore miner. System is too laggy with your miner. Thank you.
well lower your intensity and it won't lag 
|
|
|
|
|
|
|
|
|
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
Sgsg666
Jr. Member
Offline
Activity: 113
Merit: 1
|
 |
April 13, 2018, 01:33:30 PM |
|
V1.4.1- Added optional parameter reboot_script which if defined disables built in watchdog, and runs a user defined script Ok guys, another option you wished for is added now  You can disable the built in watchdog if it's not working for you, and run a .bat instead on GPU crash. Put the parameter "reboot_script" : "scriptname.bat" in the config file, or just use the .bat i provided (reboot-windows.bat), which restarts your machine. Can this reboot a rig if it freezes? Same as this method? http://jkcrypto.com/automatically-restart-mining-rig-if-freezes/
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 304
Merit: 0
|
 |
April 13, 2018, 01:35:02 PM |
|
Can you please add some option similar to -li (low intensity) for claymore miner. System is too laggy with your miner. Thank you.
well lower your intensity and it won't lag  Lol, nice joke man=) But didn't help. Even if i lower it to 1 its still laggy. Claymore -li make it slower for ~10% and absolutelly without lags.
|
|
|
|
ZaGunShow
Newbie
Offline
Activity: 18
Merit: 0
|
 |
April 13, 2018, 03:42:18 PM |
|
doktor83 loving the new miner! I'm still trying to automate the whole process. Running a stack of Vega's can be troublesome as we all know. Downtime kills everything. The new auto restart script is great but still having issues getting the miner to restart upon auto-reboot.
First off if I make a schedule to run "start.bat" or if I just include "start.bat" in the startup programs, it will not run automatically on windows 10.
"SRBMiner-CN.exe' is not recognized as an internal or external command, operable program or batch file.
Waiting for 2 seconds, press CTRL+C to quit ..."
Thoughts on that?
Second, cards still need to be disabled/enabled to hash proberly. I know there is "JJs_Reset_n_Run_Tool" script. Is there a way to integrate that into SRBMiner or are you working on a way to automate this yourself?
Thanks for everything! g
|
|
|
|
Littlegrand
Jr. Member
Offline
Activity: 104
Merit: 5
|
 |
April 13, 2018, 03:46:45 PM |
|
Doctor
Not sure what language you code in, but where you get the temperature from the GPU can you add
gpuTemp = getGpuTemp();
If(gpuTemp > config.getMaxGPUTemp){ System.exit(0); }
Thanks;)
--J
|
|
|
|
ZaGunShow
Newbie
Offline
Activity: 18
Merit: 0
|
 |
April 13, 2018, 03:48:28 PM |
|
also, I'm running blockchain driver. is this still optimal for this miner?
|
|
|
|
Littlegrand
Jr. Member
Offline
Activity: 104
Merit: 5
|
 |
April 13, 2018, 03:53:37 PM |
|
First off if I make a schedule to run "start.bat" or if I just include "start.bat" in the startup programs, it will not run automatically on windows 10.
"SRBMiner-CN.exe' is not recognized as an internal or external command, operable program or batch file.
Waiting for 2 seconds, press CTRL+C to quit ..."
Thoughts on that?
Second, cards still need to be disabled/enabled to hash proberly. I know there is "JJs_Reset_n_Run_Tool" script. Is there a way to integrate that into SRBMiner or are you working on a way to automate this yourself?
Thanks for everything! g Have you tried right clicking on the start.bat file and creating a shortcut too it and adding that shortcut here %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup Cant remember what Doctor's original Start.bat had but also add timeout /t 15 or something of that nature to the beginning so your system 'climatizes' before the start of the miner --J
|
|
|
|
doktor83 (OP)
|
 |
April 13, 2018, 04:02:09 PM |
|
doktor83 loving the new miner! I'm still trying to automate the whole process. Running a stack of Vega's can be troublesome as we all know. Downtime kills everything. The new auto restart script is great but still having issues getting the miner to restart upon auto-reboot.
First off if I make a schedule to run "start.bat" or if I just include "start.bat" in the startup programs, it will not run automatically on windows 10.
"SRBMiner-CN.exe' is not recognized as an internal or external command, operable program or batch file.
Waiting for 2 seconds, press CTRL+C to quit ..."
Thoughts on that?
Second, cards still need to be disabled/enabled to hash proberly. I know there is "JJs_Reset_n_Run_Tool" script. Is there a way to integrate that into SRBMiner or are you working on a way to automate this yourself?
Thanks for everything! g
That's probably because you copied the .bat, you need to make a shortcut  Still have a lot to implement before these fine tuning stuff.
|
|
|
|
treanski
Full Member
 
Offline
Activity: 364
Merit: 106
ONe Social Network.
|
 |
April 13, 2018, 04:03:26 PM |
|
i´m getting on some pools about 2% rejects because of expired blocks...can you check this if miner can look faster for new jobs or if block is still valid?
|
|
|
|
doktor83 (OP)
|
 |
April 13, 2018, 04:04:27 PM |
|
Doctor
Not sure what language you code in, but where you get the temperature from the GPU can you add
gpuTemp = getGpuTemp();
If(gpuTemp > config.getMaxGPUTemp){ System.exit(0); }
Thanks;)
--J
Hah yeah, that will be an option when i implement the amd display lib, i already implemented overdrive next api, but that is for latest gen cards i think the oldest card that it supports is r9 290. SO i have to play with older versions, etc.
|
|
|
|
doktor83 (OP)
|
 |
April 13, 2018, 04:04:50 PM |
|
i´m getting on some pools about 2% rejects because of expired blocks...can you check this if miner can look faster for new jobs or if block is still valid?
is this on nanopool? I get this only on nano
|
|
|
|
treanski
Full Member
 
Offline
Activity: 364
Merit: 106
ONe Social Network.
|
 |
April 13, 2018, 04:07:15 PM |
|
i´m getting on some pools about 2% rejects because of expired blocks...can you check this if miner can look faster for new jobs or if block is still valid?
is this on nanopool? I get this only on nano on haven.miner.rocks for example, maybe its related to pool & not to your software. idk
|
|
|
|
doktor83 (OP)
|
 |
April 13, 2018, 04:17:19 PM |
|
maybe try changing to a closer server to reduce latency
|
|
|
|
cvsea
Member

Offline
Activity: 112
Merit: 10
|
 |
April 13, 2018, 04:30:32 PM |
|
Hey dok,
What's the word on all the rejected shares when mining at nicehash (about 5%)? Could a fix be found?
Getting both outdated and invalid nonce rejects. In comparison, gateless gate gives 0 rejects but speed is not on par poolside.
Same problem. Tried ggs too, 24 hour no rejected share I really don't know what could it be, maybe GGS is not showing rejected shares ?  Maybe it's not sending them to the pool (they don't show up there). My ping may be a little bit high too. They are reduced after switching to 1.4.0 ~ 3% now. From what I can tell your miner is the best there is for v7 at this time. Could a lower intensity help? Been using auto values so far. It would be great if you could have a look when you have some spare time. Keep up the good work and thanks.
|
|
|
|
ZaGunShow
Newbie
Offline
Activity: 18
Merit: 0
|
 |
April 13, 2018, 04:56:54 PM Last edit: April 13, 2018, 05:13:43 PM by ZaGunShow |
|
I'm trying to use the individual GPU settings to change intensity for possible problem card, however, I can't get it to respond to the config file. It just responds to the topline (global) intensity of 120. If I delete that intensity line it just reverts to 0=auto. How do you get the individual GPU setting take president over the global settings?
|
|
|
|
goodminer
Member

Offline
Activity: 120
Merit: 10
|
 |
April 13, 2018, 05:12:57 PM |
|
Can someone give me an example of commands for simple bat file, this is too complicate with separate files config, pools etc... Can we use single bat file to run this miner, like with Claymore for example?
|
|
|
|
doktor83 (OP)
|
 |
April 13, 2018, 05:14:31 PM |
|
I'm trying to use the individual GPU settings to change intensity for possible problem card, however, I can't get it to respond to the config file. It just responds to the topline (global) intensity of 120. If I delete that intensity line it just reverts to 0=auto. How do you get the individual GPU setting take president over the global settings?
you take of the commenting (/* and */) , so : "gpu_conf" : [ { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1}, { "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2}, { "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2}, { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1}, ] not /*"gpu_conf" : [ { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1}, { "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2}, { "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2}, { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1}, ] */
|
|
|
|
doktor83 (OP)
|
 |
April 13, 2018, 05:16:05 PM |
|
Can someone give me an example of commands for simple bat file, this is too complicate with separate files config, pools etc... Can we use single bat file to run this miner, like with Claymore for example?
why is it complicated ? config.txt : { "cryptonight_type" : "normalv7", "intensity" : 0, "double_threads" : true, "target_temperature" : 0, } pools.txt : { "pools" : [ {"pool_use_tls" : true, "pool" : "pool-address", "wallet" : "wallet", "password" : "x", "location" : "europe"}, {"pool_use_tls" : true, "pool" : "pool-address2", "wallet" : "wallet2", "password" : "x", "location" : "europe"} ] } Then just run start.bat and off you go.
|
|
|
|
Lunga Chung
Member

Offline
Activity: 277
Merit: 23
|
 |
April 13, 2018, 06:50:20 PM |
|
good additional options: - "0,1,2,3,4,5" etc turns off/on gpu during mining - add to the "s" command current OC settings (this will be usfule when awesome Miner adds support, hope soon) - "p" - to cycle trough pools list on the fly during mining if i come up with something more interesting I'll let you know  Good job so far
|
|
|
|
HansHagberg
Jr. Member
Offline
Activity: 58
Merit: 4
|
 |
April 13, 2018, 07:01:06 PM |
|
With all these new cryptonight types, it would be better to keep that parameter in the pools file per pool. Now it's not possible to keep all coin configurations in the same directory.
Config parameters probably also has to be different for different cryptonight variants. At least, that's the case with XMR-STAK and others.
|
|
|
|
|