doktor83 (OP)
|
 |
April 11, 2019, 05:18:46 PM |
|
doktor83 min_rig_speed" : number - in H/S, it defines the minimum rig hashing speed we want to maintain. If 5 minute average hashing speed is less than this, miner restarts. its not less 3000 when every gpu working i try to increase "min_rig_speed_duration" : number - in seconds (minimum is 30 sec), defines the time period for average hashing speed calculation, used with 'min_rig_speed' parameter to 600 but useless so how miner calc hr for parameter min_rig_speed  what i must set to miner restart same self and not disable gpu remove --gpuwatchdogdisablemode from .bat
|
|
|
|
|
|
|
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
ZombieWorm
Jr. Member
Offline
Activity: 71
Merit: 1
|
 |
April 11, 2019, 06:20:13 PM |
|
good  If I'm using the exchange wallet, I need to enter not only the wallet address, but the payment ID too where do I have insert the payment ID? If you click on the Start tab on Herominers site (between the home and blocks) where there is a rocket ship logo it tells you there what you need to do no need to ask the dok.
|
|
|
|
alexzander
Newbie
Offline
Activity: 5
Merit: 0
|
 |
April 11, 2019, 07:08:47 PM |
|
doktor83 min_rig_speed" : number - in H/S, it defines the minimum rig hashing speed we want to maintain. If 5 minute average hashing speed is less than this, miner restarts. its not less 3000 when every gpu working i try to increase "min_rig_speed_duration" : number - in seconds (minimum is 30 sec), defines the time period for average hashing speed calculation, used with 'min_rig_speed' parameter to 600 but useless so how miner calc hr for parameter min_rig_speed  what i must set to miner restart same self and not disable gpu remove --gpuwatchdogdisablemode from .bat thx try it so what about min_rig_speed what can i set it ? i think min_rig_speed its TOTAL hr from RIG miner run in 2 thread at every gpu so i get ~900hs wrom every card total ~3600 i set min_rig_speed at 3000 but after 5 min i get min hr 454 restart - its take hr from one gpu at one thead
|
|
|
|
AVP
Newbie
Offline
Activity: 96
Merit: 0
|
 |
April 11, 2019, 10:51:07 PM |
|
Silly question, is higher intensity stronger or weaker intensity?
Let's say card is at 50 intensity, if I want to turn it up, do I set it to 45 or 55 ?
thanks.
|
|
|
|
Spill
Jr. Member
Offline
Activity: 90
Merit: 5
|
 |
April 11, 2019, 11:09:17 PM |
|
I'm getting alot of "pool rejected share (Share Above Target)" errors at nicehash on CryptoNightR Anyone else getting this too?
|
|
|
|
thilan29
Newbie
Offline
Activity: 37
Merit: 0
|
 |
April 12, 2019, 03:47:37 AM |
|
I'm getting alot of "pool rejected share (Share Above Target)" errors at nicehash on CryptoNightR Anyone else getting this too?
Yes, I am as well. Asked about it earlier in the thread but didn't get a response from anyone so figured if might just be my machine.
|
|
|
|
doktor83 (OP)
|
 |
April 12, 2019, 06:10:52 AM |
|
doktor83 min_rig_speed" : number - in H/S, it defines the minimum rig hashing speed we want to maintain. If 5 minute average hashing speed is less than this, miner restarts. its not less 3000 when every gpu working i try to increase "min_rig_speed_duration" : number - in seconds (minimum is 30 sec), defines the time period for average hashing speed calculation, used with 'min_rig_speed' parameter to 600 but useless so how miner calc hr for parameter min_rig_speed  what i must set to miner restart same self and not disable gpu remove --gpuwatchdogdisablemode from .bat thx try it so what about min_rig_speed what can i set it ? i think min_rig_speed its TOTAL hr from RIG miner run in 2 thread at every gpu so i get ~900hs wrom every card total ~3600 i set min_rig_speed at 3000 but after 5 min i get min hr 454 restart - its take hr from one gpu at one thead min_rig_speed is indeed the hashrate for the whole rig. Which version of SRB are you using?
|
|
|
|
doktor83 (OP)
|
 |
April 12, 2019, 06:12:51 AM |
|
I'm getting alot of "pool rejected share (Share Above Target)" errors at nicehash on CryptoNightR Anyone else getting this too?
Yes, I am as well. Asked about it earlier in the thread but didn't get a response from anyone so figured if might just be my machine. Those errors are nicehash specific, because nicehash is so 'special'. You will get those on every miner, or if not, it means the miner is not showing those messages to the user 
|
|
|
|
Piradoxlanieve
Newbie
Offline
Activity: 71
Merit: 0
|
 |
April 12, 2019, 06:22:34 AM |
|
When the process is off, it works perfectly, but when it crashes, the process continues to run until the application closes(click botton close). Is there any way to put in windows 10, that if the application closes automatically? without having to press the close button to kill the .exe process? Forgive my English. Because some reported 'random miner crashes not related to gpu crashes', i made a little tool as a workaround, until i find the bug(s) and fix them. This tool serves as a replacement for scripts you can set up to monitor the miner process and start it if it's not running. SRB-RESTARTEROnly 3 parameters : --interval value_in_seconds [def. is 10] Specifies how often to check is the SRBMiner process running --instance number Use it if you run multiple SRBMiner instances on the same machine, example is below You must use the following file naming : SRBMiner-CN-n.exe where n is the instance number --run filename [name of .bat file to run] Name of .bat you want to run if SRBMiner process in not running Note: Miner is considered 'not running' after 2 checks! Examples: 1. SRB-Restarter.exe [This will set interval to 10 seconds, and start.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN.exe] 2. SRB-Restarter.exe --interval 5 --run turtle-coin.bat [This will set interval to 5 seconds and run turtle-coin.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN.exe] 3. SRB-Restarter.exe --interval 30 --run start-heavy.bat --instance 1 [This will set interval to 30 seconds and run start-heavy.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN-1.exe] If you copy the whole folder from the .zip into SRBMiner folder, you have an example SRB-Restart.bat inside that will check for the SRBMiner-CN.exe process every 5 seconds, and run start.bat that is in the main miner folder (that's why the '..\start.bat', it means one level back). Link is on the first page or HERE
|
|
|
|
alexzander
Newbie
Offline
Activity: 5
Merit: 0
|
 |
April 12, 2019, 08:15:00 AM |
|
doktor83 min_rig_speed" : number - in H/S, it defines the minimum rig hashing speed we want to maintain. If 5 minute average hashing speed is less than this, miner restarts. its not less 3000 when every gpu working i try to increase "min_rig_speed_duration" : number - in seconds (minimum is 30 sec), defines the time period for average hashing speed calculation, used with 'min_rig_speed' parameter to 600 but useless so how miner calc hr for parameter min_rig_speed  what i must set to miner restart same self and not disable gpu remove --gpuwatchdogdisablemode from .bat thx try it so what about min_rig_speed what can i set it ? i think min_rig_speed its TOTAL hr from RIG miner run in 2 thread at every gpu so i get ~900hs wrom every card total ~3600 i set min_rig_speed at 3000 but after 5 min i get min hr 454 restart - its take hr from one gpu at one thead min_rig_speed is indeed the hashrate for the whole rig. Which version of SRB are you using? 1.8.2
|
|
|
|
doktor83 (OP)
|
 |
April 12, 2019, 12:11:36 PM |
|
V1.8.3 - maxnosharesent parameter is not used anymore by default, also it's max is moved to 24h - In guided setup mode password can now be 120 characters long instead of 80 that was previously - Adl2 is now auto set to older gpus - Removed Webchain algo - heavy_mode 3 is now the default - Fixed stratum+ssl:// in pool url, now it recognises and sets tls to true if used - Gpu id and bus id now displayed with every accepted/rejected share - preparedata parameter now gives a small boost on Vegas for turtle, mox, heavy, gpu algos - Added fork info for sumokoin from cn to cn/r - Possible fix of random miner crash - SRB-Restarter now shows date and is logging to a file
+ maxnosharesent parameter is not used by default anymore because when Windows decides to change time (sync), miner misinterprets and restarts
+ removed webchain because they forked to an other POW, and no other coin is going to use their previous algo
+ default heavy_mode is now 3, instead of 1. This means more speed on heavy derived algos.
+ --preparedata can now give a small boost with turtle, mox, heavy and gpu algo on Vega56. Did not test on other cards.
|
|
|
|
cas333
Newbie
Offline
Activity: 52
Merit: 0
|
 |
April 12, 2019, 03:41:09 PM |
|
What is SRB-Restarter?
|
|
|
|
lncm
Member

Offline
Activity: 387
Merit: 13
|
 |
April 12, 2019, 05:12:02 PM |
|
Why remove webchain?
|
|
|
|
doktor83 (OP)
|
 |
April 12, 2019, 05:35:26 PM |
|
What is SRB-Restarter?
There's a readme file in the folder, open it, and voila. Why remove webchain?
Literally two posts before yours is the answer
|
|
|
|
thilan29
Newbie
Offline
Activity: 37
Merit: 0
|
 |
April 12, 2019, 11:54:29 PM |
|
I'm getting alot of "pool rejected share (Share Above Target)" errors at nicehash on CryptoNightR Anyone else getting this too?
Yes, I am as well. Asked about it earlier in the thread but didn't get a response from anyone so figured if might just be my machine. Those errors are nicehash specific, because nicehash is so 'special'. You will get those on every miner, or if not, it means the miner is not showing those messages to the user  Is it Algo specific? I was using CastXMR on CryptonightV8 and on the pool side it was very rare to see rejected share percentage, whereas on Cryptonight-R and this miner I see 10-15% rejected more frequently pool side.
|
|
|
|
sharix80
Newbie
Offline
Activity: 31
Merit: 0
|
 |
April 13, 2019, 06:03:25 AM |
|
Why remove webchain?
Webchain fork to Lyra2-webchain algorithm and not working with cryptonight-webchain. New webchain miner works on CPU only.
|
|
|
|
ingyenfrag
Newbie
Offline
Activity: 84
Merit: 0
|
 |
April 13, 2019, 08:03:16 AM |
|
I have a little problem. I'm using srb, for more than a month on my vega rigs and it works perfectly with auto settings. I want to mine with my home pc which has an rx570 4gb in it. If I start it wit auto settings it quits instantly and says to set an intensity level. If I set an intensity, thread, work etc.. it starts but 0 h/s. I have no idea what happens. Stock GPU setting at first. Any idea? [2019-04-13 09:46:22] Startup monitor attached [2019-04-13 09:46:22] Miner version: 1.8.2 [2019-04-13 09:46:22] Windows version: 10.0 build 17763 [2019-04-13 09:46:23] Video driver version: 25.20.15027.5007 [2019-04-13 09:46:23] AMD Platform ID: 0 [2019-04-13 09:46:23] AMD platform FOUND [2019-04-13 09:46:23] Found 1 AMD devices [2019-04-13 09:46:23] CPU AES-NI: TRUE [2019-04-13 09:46:23] PREPARE DATA: FALSE [2019-04-13 09:46:23] GPU0: Radeon RX 570 Series [ellesmere] [4096 MB][I: 112.0][W: 8][T: 2][F: 8][BUS: 16] [2019-04-13 09:46:23] ADL is enabled [2019-04-13 09:46:23] Algorithm: Cryptonight V4 (R) [2019-04-13 09:46:23] Algo switching: disabled [2019-04-13 09:46:23] Startup monitor: enabled [2019-04-13 09:46:23] Gpu watchdog: enabled [normal mode] [2019-04-13 09:46:23] Coin forking: disabled [2019-04-13 09:46:23] Starting init of gpu threads [2019-04-13 09:46:23] Created OCL context [2019-04-13 09:46:23] Using fragments 8 for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Using heavy_mode 1 for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Using thread_delay 319 for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Created OCL input buffer for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] ctx->headers[0] created for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] ctx->Program created for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Compiling [normalv4] kernel for DEVICE BUS_ID[16] [2019-04-13 09:46:24] Binary kernel for DeviceID 0 (Thread 0) saved to disk [2019-04-13 09:46:24] Using fragments 8 for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Using heavy_mode 1 for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Using thread_delay 319 for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Created OCL input buffer for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Loading [normalv4] kernel for DEVICE BUS_ID[16] [2019-04-13 09:46:24] ctx->Program for DeviceID 0 (Thread 1) loaded [2019-04-13 09:46:24] ADL initialised successfully! [2019-04-13 09:46:24] Finished init of gpu threads [2019-04-13 09:46:24] Startup monitor detached [2019-04-13 09:46:24] Socket initialiasation done [2019-04-13 09:46:24] Gpu watchdog started [2019-04-13 09:46:24] API disabled
|
|
|
|
Csouza
Member

Offline
Activity: 118
Merit: 10
|
 |
April 13, 2019, 09:25:34 AM |
|
I have a little problem. I'm using srb, for more than a month on my vega rigs and it works perfectly with auto settings. I want to mine with my home pc which has an rx570 4gb in it. If I start it wit auto settings it quits instantly and says to set an intensity level. If I set an intensity, thread, work etc.. it starts but 0 h/s. I have no idea what happens. Stock GPU setting at first. Any idea? [2019-04-13 09:46:22] Startup monitor attached [2019-04-13 09:46:22] Miner version: 1.8.2 [2019-04-13 09:46:22] Windows version: 10.0 build 17763 [2019-04-13 09:46:23] Video driver version: 25.20.15027.5007 [2019-04-13 09:46:23] AMD Platform ID: 0 [2019-04-13 09:46:23] AMD platform FOUND [2019-04-13 09:46:23] Found 1 AMD devices [2019-04-13 09:46:23] CPU AES-NI: TRUE [2019-04-13 09:46:23] PREPARE DATA: FALSE [2019-04-13 09:46:23] GPU0: Radeon RX 570 Series [ellesmere] [4096 MB][I: 112.0][W: 8][T: 2][F: 8][BUS: 16] [2019-04-13 09:46:23] ADL is enabled [2019-04-13 09:46:23] Algorithm: Cryptonight V4 (R) [2019-04-13 09:46:23] Algo switching: disabled [2019-04-13 09:46:23] Startup monitor: enabled [2019-04-13 09:46:23] Gpu watchdog: enabled [normal mode] [2019-04-13 09:46:23] Coin forking: disabled [2019-04-13 09:46:23] Starting init of gpu threads [2019-04-13 09:46:23] Created OCL context [2019-04-13 09:46:23] Using fragments 8 for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Using heavy_mode 1 for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Using thread_delay 319 for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Created OCL input buffer for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] ctx->headers[0] created for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] ctx->Program created for DeviceID 0 (Thread 0) [2019-04-13 09:46:23] Compiling [normalv4] kernel for DEVICE BUS_ID[16] [2019-04-13 09:46:24] Binary kernel for DeviceID 0 (Thread 0) saved to disk [2019-04-13 09:46:24] Using fragments 8 for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Using heavy_mode 1 for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Using thread_delay 319 for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Created OCL input buffer for DeviceID 0 (Thread 1) [2019-04-13 09:46:24] Loading [normalv4] kernel for DEVICE BUS_ID[16] [2019-04-13 09:46:24] ctx->Program for DeviceID 0 (Thread 1) loaded [2019-04-13 09:46:24] ADL initialised successfully! [2019-04-13 09:46:24] Finished init of gpu threads [2019-04-13 09:46:24] Startup monitor detached [2019-04-13 09:46:24] Socket initialiasation done [2019-04-13 09:46:24] Gpu watchdog started [2019-04-13 09:46:24] API disabled for 4gb cards use intensity beteween 57~59
|
|
|
|
ingyenfrag
Newbie
Offline
Activity: 84
Merit: 0
|
 |
April 13, 2019, 12:06:34 PM Last edit: April 13, 2019, 12:54:32 PM by ingyenfrag |
|
Thx! It works, but ~730h/s seems a little bit low for me. What are the optimum settings for RX570-s. Asus ROG STRIX 570 4GB with 1500+ memory timing bios mod.
Intensity set to 58. 1250/2000MHz GPU/MEM @ 0.9V (0.8875V) , MEM maxed out for these timings.
I rather want to see it around 900 H/s.
edit.: 19.3.2 Adrenaline, monero v4
|
|
|
|
viljy
|
 |
April 13, 2019, 12:20:21 PM |
|
Today I updated the driver to Adrenalin 2019 19.4.1 and nothing has changed. The previous driver was Crimson. Strange, wasn't it supposed to speed up? This is the uplexa mining.
|
|
|
|
|