ipe4enko
Newbie
Offline
Activity: 34
Merit: 0
|
 |
April 01, 2019, 07:59:49 PM |
|
I never saw/had the miner shutdown gracefully by itself  Not sure (going to check) but i think the shutdown with resource cleanup is defined only on 3 places in code : ctrl+c, window close on X, and algo switch if using the miner reset switch. So i have no clue how could this happen by itself. Now i see window with error https://i.imgur.com/w2VI26q.pngand log https://pastebin.com/fm0gSfHvThis is 4 times when I see this error.
|
|
|
|
doktor83 (OP)
|
 |
April 02, 2019, 05:44:53 AM |
|
I never saw/had the miner shutdown gracefully by itself  Not sure (going to check) but i think the shutdown with resource cleanup is defined only on 3 places in code : ctrl+c, window close on X, and algo switch if using the miner reset switch. So i have no clue how could this happen by itself. Now i see window with error https://i.imgur.com/w2VI26q.pngand log https://pastebin.com/fm0gSfHvThis is 4 times when I see this error. Ok, so is this happening only on CN V4 ?
|
|
|
|
doktor83 (OP)
|
 |
April 02, 2019, 05:49:29 AM |
|
i´m not able to run more than one instance - miner cant open config file....how can i run more than one instances now with different algos?!
Create multiple .bat files and thats it, edit and change to point to different config and pool files i used multiple batch files all the time...but without config file SRBMiner-CN.exe --ccryptonighttype upx --cgpuid 0,1,2,3,4 --cgpuintensity 0,0,0,0,0 --cgputhreads 2,2,2,2,2 --sendallstales --cpool xxxxxxxxxx --cwallet nxxxxxxxxxxx --cpassword x --logfile upx.txt --gpureorder SRBMiner-CN.exe --ccryptonighttype mox --cgpuid 5 --cgpuintensity 00 --cgputhreads 2 --sendallstales --cpool xxxxxxxxxx --cwallet nxxxxxxxxxxx --cpassword x --logfile mox.txt --gpureorder worked all the time..but not with new version...it´s much easier to change only the bat instead of multiple config files btw...loooong time ago i have to use different config files...why now change to old style? It should work with cmd parameters too, i mean theres no limit or something. first instance creates the config.txt for this instance (with for example UPX settings in the config.txt) and the second instance cant rewrite the config.txt cause it´s write protected and: D:\SRBMiner-CN18.exe --ccryptonighttype mox --cgpuid 6 --cgpuintensity 0 --cgputhreads 2 --sendallstales --cpool xxxxxxxxxx --cwallet xxxxxxxx --cpassword x --logfile mox.txt --gpureorder --config D:\SRBMiner\Config\config-mox.txt it will use all available GPU´s instead of gpu 6 :/ gpu6 is the 7th gpu. do you have 7 gpus ?  Config files are not created when you run the miner, i don't really understand you sorry. If you run from cmd parameters there is no need for --config, because it totally is not used anymore since 1.8.0
|
|
|
|
ipe4enko
Newbie
Offline
Activity: 34
Merit: 0
|
 |
April 02, 2019, 06:46:20 AM |
|
I never saw/had the miner shutdown gracefully by itself  Not sure (going to check) but i think the shutdown with resource cleanup is defined only on 3 places in code : ctrl+c, window close on X, and algo switch if using the miner reset switch. So i have no clue how could this happen by itself. Now i see window with error https://i.imgur.com/w2VI26q.pngand log https://pastebin.com/fm0gSfHvThis is 4 times when I see this error. Ok, so is this happening only on CN V4 ? I don't try another algorithm yet, sorry.
|
|
|
|
gyIQ
Newbie
Offline
Activity: 20
Merit: 0
|
 |
April 02, 2019, 07:41:32 AM Last edit: April 02, 2019, 07:55:49 AM by gyIQ |
|
Nothing is wrong. Which driver are you using, and did you enable compute mode?
Used 19.2.2, and had 2000+Hs on 1.8.1 but 1100Hs with 1.8.2 then updted driver to 19.3.3. Same results, 1.8.2. hasing only the half of 1.8.1. Compute mode is unavailable when you have got vega, you can change it with lower cards, like 580X. So stock driver, and HBCC off.
|
|
|
|
optii
Newbie
Offline
Activity: 23
Merit: 3
|
 |
April 02, 2019, 11:33:43 AM |
|
doc, regarding loki-turtle , i have 2 gfx in one system, i checked your youtube video. How do i limit this mining to one GFX?
i tried changing specific config file for loki-turtle by adding:
"gpu_conf" : [ { "id" : 1, "intensity" : 60 , "worksize" : 8, "threads" : 2}, ]
but miner instantly shuts down if i add this to cfg file
|
|
|
|
doktor83 (OP)
|
 |
April 02, 2019, 02:50:27 PM |
|
doc, regarding loki-turtle , i have 2 gfx in one system, i checked your youtube video. How do i limit this mining to one GFX?
i tried changing specific config file for loki-turtle by adding:
"gpu_conf" : [ { "id" : 1, "intensity" : 60 , "worksize" : 8, "threads" : 2}, ]
but miner instantly shuts down if i add this to cfg file
You probably miss a comma somewhere. It is easier to set it in cmd : loki-turtle.bat: SRBMiner-CN.exe --ccryptonighttype turtle --cgpuid 1 --cgpuintensity 60 --cgpuworksize 8 --cgputhreads 2 --cpool lokiturtle.herominers.com:10521 --cwallet your-loki-wallet --cpassword your-turtle-wallet
A note : if you set a non existent cgpuid it will ignore it, and instead try to load the default config.txt.
|
|
|
|
doktor83 (OP)
|
 |
April 02, 2019, 03:06:11 PM |
|
I don't try another algorithm yet, sorry.
V4 has a known bug, that it runs out of memory, so make sure you have a big big virutal mem allocated.
|
|
|
|
Iamtutut
|
 |
April 02, 2019, 05:21:07 PM |
|
doc, regarding loki-turtle , i have 2 gfx in one system, i checked your youtube video. How do i limit this mining to one GFX?
i tried changing specific config file for loki-turtle by adding:
"gpu_conf" : [ { "id" : 1, "intensity" : 60 , "worksize" : 8, "threads" : 2}, ]
but miner instantly shuts down if i add this to cfg file
You probably miss a comma somewhere. It is easier to set it in cmd : loki-turtle.bat: SRBMiner-CN.exe --ccryptonighttype turtle --cgpuid 1 --cgpuintensity 60 --cgpuworksize 8 --cgputhreads 2 --cpool lokiturtle.herominers.com:10521 --cwallet your-loki-wallet --cpassword your-turtle-wallet
A note : if you set a non existent cgpuid it will ignore it, and instead try to load the default config.txt. Turtlecoin devs will implement Argon2ID algo in their next fork (height will be 1.8M), will you propose this algo with SRB ?
|
|
|
|
doktor83 (OP)
|
 |
April 02, 2019, 07:33:36 PM |
|
doc, regarding loki-turtle , i have 2 gfx in one system, i checked your youtube video. How do i limit this mining to one GFX?
i tried changing specific config file for loki-turtle by adding:
"gpu_conf" : [ { "id" : 1, "intensity" : 60 , "worksize" : 8, "threads" : 2}, ]
but miner instantly shuts down if i add this to cfg file
You probably miss a comma somewhere. It is easier to set it in cmd : loki-turtle.bat: SRBMiner-CN.exe --ccryptonighttype turtle --cgpuid 1 --cgpuintensity 60 --cgpuworksize 8 --cgputhreads 2 --cpool lokiturtle.herominers.com:10521 --cwallet your-loki-wallet --cpassword your-turtle-wallet
A note : if you set a non existent cgpuid it will ignore it, and instead try to load the default config.txt. Turtlecoin devs will implement Argon2ID algo in their next fork (height will be 1.8M), will you propose this algo with SRB ? Probably not because its not a CN algo.
|
|
|
|
gyIQ
Newbie
Offline
Activity: 20
Merit: 0
|
 |
April 03, 2019, 08:01:07 AM |
|
Nothing is wrong. Which driver are you using, and did you enable compute mode?
Used 19.2.2, and had 2000+Hs on 1.8.1 but 1100Hs with 1.8.2 then updted driver to 19.3.3. Same results, 1.8.2. hasing only the half of 1.8.1. Compute mode is unavailable when you have got vega, you can change it with lower cards, like 580X. So stock driver, and HBCC off. Dok, same with 19.4.1.
|
|
|
|
doktor83 (OP)
|
 |
April 03, 2019, 08:06:57 AM |
|
Nothing is wrong. Which driver are you using, and did you enable compute mode?
Used 19.2.2, and had 2000+Hs on 1.8.1 but 1100Hs with 1.8.2 then updted driver to 19.3.3. Same results, 1.8.2. hasing only the half of 1.8.1. Compute mode is unavailable when you have got vega, you can change it with lower cards, like 580X. So stock driver, and HBCC off. Dok, same with 19.4.1. Ok, so Vega64, on V4 algo, right? Are you using text config file or cmd ? Please paste it here. If there was such a bug in miner i guess others would also report 
|
|
|
|
gyIQ
Newbie
Offline
Activity: 20
Merit: 0
|
 |
April 03, 2019, 08:22:41 AM |
|
Ok, so Vega64, on V4 algo, right? Are you using text config file or cmd ? Please paste it here. If there was such a bug in miner i guess others would also report  Correct. 64 on v4. I've just changed my wallet at pools.txt, everything else is stock. What is weird, because this is working with 1.8.1. But for some reason 1.8.2 breings only 1100Hs, instead of 2000+.
|
|
|
|
doktor83 (OP)
|
 |
April 03, 2019, 08:29:20 AM |
|
Ok, so Vega64, on V4 algo, right? Are you using text config file or cmd ? Please paste it here. If there was such a bug in miner i guess others would also report  Correct. 64 on v4. I've just changed my wallet at pools.txt, everything else is stock. What is weird, because this is working with 1.8.1. But for some reason 1.8.2 breings only 1100Hs, instead of 2000+. Could you try to paste this in a .bat file and run : setx GPU_FORCE_64BIT_PTR 1 setx GPU_MAX_HEAP_SIZE 100 setx GPU_MAX_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_MAX_SINGLE_ALLOC_PERCENT 100 @echo off cd %~dp0 cls
SRBMiner-CN.exe --ccryptonighttype cryptonight_r --cgpuid 0 --cgpuintensity 120 --cgpuworksize 16 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7xo6RZYyw2bUtbm12g --cpassword x pause
|
|
|
|
gyIQ
Newbie
Offline
Activity: 20
Merit: 0
|
 |
April 03, 2019, 08:39:21 AM |
|
sure, just around 19:00. will come back with results, thanks
|
|
|
|
chimaeraa
Newbie
Offline
Activity: 49
Merit: 0
|
 |
April 03, 2019, 01:34:40 PM |
|
hi dok. the new v work fine . almost 1 w with out any crash or ...
thank lot. if i can do something . plz tell me.
|
|
|
|
gyIQ
Newbie
Offline
Activity: 20
Merit: 0
|
 |
April 04, 2019, 09:51:22 AM |
|
sure, just around 19:00. will come back with results, thanks
same, 1100Hs 
|
|
|
|
GKumaran
Member

Offline
Activity: 204
Merit: 10
|
 |
April 04, 2019, 11:50:21 AM |
|
sure, just around 19:00. will come back with results, thanks
same, 1100Hs  SRBMiner-CN.exe --setcomputemode (sets AMD gpu's to compute mode & disables crossfire - run as admin)
|
|
|
|
babkaVkedax
Newbie
Offline
Activity: 59
Merit: 0
|
 |
April 04, 2019, 10:18:34 PM |
|
Cryptonight R - After a minute of work, it gives errors - the wrong algorithm! And so on all pools!
|
|
|
|
alibabacool
|
 |
April 05, 2019, 12:51:23 AM |
|
Hi, Doc! I have a few questions that I would like to clarify: 1. If I use config file, where I specify gpu-only parameters (intensity, threads, worksize), then parameters rebootscriptgpuwatchdog and rebootscriptminrigspeed, which specified via cmd, not working. But if these parameters specify in config file, they are working. So, is it possible to give priority to cmd input over config file? 2. Is it possible to add support for variables for pools file? If you have many rigs you must specify worker name, in pools.txt, on each of them, and it's not comfortable. But worker name can be taken from variable %computername%.
|
|
|
|
|