Bitcoin Forum
August 16, 2025, 07:07:30 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 [308] 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 ... 362 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237319 times)
Iamtutut
Full Member
***
Offline Offline

Activity: 1120
Merit: 131


View Profile
March 09, 2019, 08:05:24 AM
 #6141

How can I prevent the miner compile binaries for my IGP ? I have a Ryzen 2400G which as use as main display.

With this config file:

{
"cryptonight_type" : "graft",   
"intensity" : 58,   
"double_threads" : true,   
"shutdown_temperature" : 80,   
"off_temperature" : 80   
}

"gpu_conf" :
[
   { "id" : 0, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
   { "id" : 1, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
   { "id" : 2, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
   { "id" : 3, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
]


The miner won't start.

Thanks
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2898
Merit: 626


View Profile WWW
March 09, 2019, 08:21:28 AM
 #6142

How can I prevent the miner compile binaries for my IGP ? I have a Ryzen 2400G which as use as main display.

With this config file:

{
"cryptonight_type" : "graft",   
"intensity" : 58,   
"double_threads" : true,   
"shutdown_temperature" : 80,   
"off_temperature" : 80   
}

"gpu_conf" :
[
   { "id" : 0, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
   { "id" : 1, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
   { "id" : 2, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
   { "id" : 3, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
]


The miner won't start.

Thanks

Code:
{
"cryptonight_type" : "graft",
"intensity" : 58,
"double_threads" : true,
"shutdown_temperature" : 80,
"off_temperature" : 80,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 1, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 2, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 3, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
]
}

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Iamtutut
Full Member
***
Offline Offline

Activity: 1120
Merit: 131


View Profile
March 09, 2019, 08:31:03 AM
 #6143

It's working, thank you for the very fast answer !
georggor
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 09, 2019, 10:49:00 AM
 #6144

Hey.Which command helps reduce the amount of stale share.
keksik
Jr. Member
*
Offline Offline

Activity: 169
Merit: 1


View Profile
March 09, 2019, 11:17:41 AM
 #6145

hello, tomorrow is monero fork cryptonight R and can someone recommend me settings for new fork for amd rx 580 4/8gb rig?
how the config file should looks like? i was mining eth all the time 1150/850 // 2000+-/850 stable.

thank you for all advises.

EDIT: im using default bat from 1st page so it sohuld switch automaticaly and i left config on auto.
SRBMiner-CN.exe --enablecoinforking --config Config\config-normalv8.txt --pools pools.txt
 
my concerns is however pool.txt. i will also use nanopool, however my adress from bittrex is a bit shortet and i have "tag" instead of paymentID. is that ok if i use wallet.tag instead of wallet.paymentID setup?

As long as the wallet address starts with '4' you are ok.

Example :

1.

Config\config-normalv8.txt -> set it up if you want
Config\config-normalv4.txt -> set it up if you want

2.

Make sure you have both normalv8 and normalv4 set in algos.txt

Code:
	{
"algo" : "normalv8",
"config" : "Config\\config-normalv8.txt",
"hashrate" : 1,
"startup_script": ""
},
{
"algo" : "normalv4",
"config" : "Config\\config-normalv4.txt",
"hashrate" : 1,
"startup_script": ""
}

3.

pools.txt

Code:
{
"pools" :
[
{
"pool" : "xmr-eu1.nanopool.org:14444",
"wallet" : "4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7xo6RZYyw2bUtbm12g.donation",
"password" : "x"
},
{
"pool" : "xmr-eu2.nanopool.org:14444",
"wallet" : "4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7xo6RZYyw2bUtbm12g.donation",
"password" : "x"
}
]
}

4.

start.bat

Code:
SRBMiner-CN.exe --enablecoinforking --config Config\config-normalv8.txt --pools pools.txt


If you downloaded 1.8.0 and did not touch algos.txt and Config folder, then you can skip steps 1,2 because it is all pre-set.

thx, i have double checked my bittrex adress and seems i did mistake and correct it. my address is now starting with 4 and got also paymentID:) thx for your help, i have 1.8.0 and did not touch algos/config so i shoudl be fine, tested it and it started mining. well i have a bit less hash, like all cards under 1000H/s with all rx 580 4/8GB, but im sure it all depends on timings used in my card bios and mem type. mostly hynix.
what is the best intensity, worksize, fragments,... or rx 580 4/8g gb cards?
keksik
Jr. Member
*
Offline Offline

Activity: 169
Merit: 1


View Profile
March 09, 2019, 11:42:57 AM
Last edit: March 09, 2019, 11:54:10 AM by keksik
 #6146

this are my results for v8, are they ok?

9card rig

[2019-03-09 12:31:03] GPU0 :    924 H/s [T: 59c, RPM: 1718, CC: 1250 MHz, MC: 2000 MHz][BUS:8]      ASUS DUAL RX 580 OC 4 GB Elpida
[2019-03-09 12:31:03] GPU1 :    902 H/s [T: 60c, RPM: 1440, CC: 1150 MHz, MC: 1925 MHz][BUS:10]    Sapphire PULSE RX 580 4 GB Elpida
[2019-03-09 12:31:03] GPU2 :    874 H/s [T: 59c, RPM: 1932, CC: 1125 MHz, MC: 1900 MHz][BUS:13]    XFX RS RX 570 Black Edition Elpida
[2019-03-09 12:31:03] GPU3 :    912 H/s [T: 62c, RPM: 1211, CC: 1125 MHz, MC: 1950 MHz][BUS:14]    ASUS DUAL RX 580 OC 4 GB Elpida
[2019-03-09 12:31:03] GPU4 :    934 H/s [T: 61c, RPM: 1848, CC: 1175 MHz, MC: 2000 MHz][BUS:15]    ASUS DUAL RX 580 OC 4 GB Elpida
[2019-03-09 12:31:03] GPU5 :    894 H/s [T: 61c, RPM: 1592, CC: 1125 MHz, MC: 2000 MHz][BUS:4]      GIGABYTE RX 570 GAMING Hynix
[2019-03-09 12:31:03] GPU6 :    1034 H/s[T: 57c, RPM: 1159, CC: 1280 MHz, MC: 2175 MHz][BUS:11]   Sapphire NITRO+ RX 580 4 GB Samsung
[2019-03-09 12:31:03] GPU7 :    892 H/s [T: 61c, RPM: 1654, CC: 1150 MHz, MC: 2000 MHz][BUS:12]    GIGABYTE RX 570 GAMING Hynix
[2019-03-09 12:31:03] GPU8 :    932 H/s [T: 58c, RPM: 1095, CC: 1150 MHz, MC: 2000 MHz][BUS:1]      ASUS DUAL RX 580 OC 4 GB Elpida
[2019-03-09 12:31:03] Total:    8298 H/s

GPU0: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 8]
GPU1: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 10]
GPU2: Radeon RX 570 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 13]
GPU3: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 14]
GPU4: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 15]
GPU5: Radeon RX 570 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 4]
GPU6: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 11]
GPU7: Radeon RX 570 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 12]
GPU8: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 1]

and 12 card rig

[2019-03-09 12:38:01] GPU0 :    960 H/s [T: 59c, RPM: 1469, CC: 1280 MHz, MC: 2000 MHz][BUS:3]     GIGABYTE RX 580 GAMING 4 GB  Hynix
[2019-03-09 12:38:01] GPU1 :    988 H/s [T: 59c, RPM: 1453, CC: 1280 MHz, MC: 2025 MHz][BUS:9]     GIGABYTE RX 580 GAMING 4 GB  Hynix
[2019-03-09 12:38:01] GPU2 :    948 H/s [T: 59c, RPM: 1636, CC: 1280 MHz, MC: 1975 MHz][BUS:13]   GIGABYTE RX 580 GAMING 4 GB  Hynix
[2019-03-09 12:38:01] GPU3 :    864 H/s [T: 59c, RPM: 1345, CC: 1310 MHz, MC: 2150 MHz][BUS:6]     GIGABYTE RX 580 GAMING 8 GB Hynix
[2019-03-09 12:38:01] GPU4 :    816 H/s [T: 59c, RPM: 1031, CC: 1280 MHz, MC: 2125 MHz][BUS:1]     GIGABYTE RX 580 XTR 8G Hynix
[2019-03-09 12:38:01] GPU5 :    818 H/s [T: 56c, RPM: 882, CC: 1280 MHz, MC: 2125 MHz][BUS:2]       GIGABYTE RX 580 XTR 8G Hynix
[2019-03-09 12:38:01] GPU6 :    960 H/s [T: 61c, RPM: 2354, CC: 1280 MHz, MC: 2000 MHz][BUS:10]   GIGABYTE RX 580 GAMING 4 GB  Hynix
[2019-03-09 12:38:01] GPU7 :    1054 H/s[T: 60c, RPM: 1614, CC: 1310 MHz, MC: 2125 MHz][BUS:14]   Sapphire PULSE RX 580 8 GB Samsun
[2019-03-09 12:38:01] GPU8 :    1040 H/s[T: 59c, RPM: 1676, CC: 1300 MHz, MC: 2100 MHz][BUS:4]     XFX RX 580 GTS XXX 8 GB Samsung
[2019-03-09 12:38:01] GPU9 :    874 H/s [T: 59c, RPM: 1690, CC: 1280 MHz, MC: 2150 MHz][BUS:5]      GIGABYTE RX 580 GAMING 8 GB Hynix
[2019-03-09 12:38:01] GPU10:    960 H/s [T: 60c, RPM: 1500, CC: 1280 MHz, MC: 2000 MHz][BUS:12]   GIGABYTE RX 580 GAMING 4 GB  Hynix
[2019-03-09 12:38:01] GPU11:    810 H/s [T: 59c, RPM: 1262, CC: 1310 MHz, MC: 2125 MHz][BUS:15]   GIGABYTE AORUS RX 580 8 GB Hynix
[2019-03-09 12:38:01] Total:    11092 H/s

GPU0: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 3]
GPU1: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 9]
GPU2: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 13]
GPU3: Radeon RX 580 Series [ellesmere] [8192 MB][I: 71.0][W: 16][T: 2][F: 8][BUS: 6]
GPU4: Radeon RX 580 Series [ellesmere] [8192 MB][I: 71.0][W: 16][T: 2][F: 8][BUS: 1]
GPU5: Radeon RX 580 Series [ellesmere] [8192 MB][I: 71.0][W: 16][T: 2][F: 8][BUS: 2]
GPU6: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 10]
GPU7: Radeon RX 580 Series [ellesmere] [8192 MB][I: 71.0][W: 16][T: 2][F: 8][BUS: 14]
GPU8: Radeon RX 580 Series [ellesmere] [8192 MB][I: 71.0][W: 16][T: 2][F: 8][BUS: 4]
GPU9: Radeon RX 580 Series [ellesmere] [8192 MB][I: 71.0][W: 16][T: 2][F: 8][BUS: 5]
GPU10: Radeon RX 580 Series [ellesmere] [4096 MB][I: 59.0][W: 16][T: 2][F: 8][BUS: 12]
GPU11: Radeon RX 580 Series [ellesmere] [8192 MB][I: 71.0][W: 16][T: 2][F: 8][BUS: 15]
badboy99
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 09, 2019, 01:57:13 PM
 #6147

Pozdarv. Zanima me podesavanje Windows PowerShell , hocu da majnujem Lethean koji je sad Cryptonight R, ali ne mogu da nadjem u listi, jel moze neko da mi ojasni sta je u pitanju?
badboy99
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 09, 2019, 02:35:38 PM
 #6148

Podesio sam sve kako je bilo na youtube clipu i kad pokrenem majner dobijam ovu poruku

error: no connection could be made because the target machine actively refuse it
MagicSmoker
Full Member
***
Offline Offline

Activity: 420
Merit: 184



View Profile
March 09, 2019, 02:48:41 PM
 #6149

Man have I had some serious problems with my last running mining rig that has been cranking away on CN variants for over a year straight but I just wanted to thank the OP for making a great miner which easily earns its devfee, and I am well aware I can run JK's version of xmr-stak compiled with no devfee.

Because I am still sorting out problems with the rig (keeps BSOD'ing with a Kernel Power 41 error) I just have a single RX 570 running but getting a consistent 810 H/s with Adrenalin 18.6.1, Afterburner set to 1200/1900, and the gpu_conf parameters are intensity 58, worksize 8, threads 2, fragments 8. Temp is a cool 52C, but that's with just one card loaded on the Onda d1800 6-card mobo.

The same card gets around 735 H/s with xmr-stak with otherwise same/similar configuration and settings; needless to say, I'll gladly pay 0.85% to get 10% more hash.

akvilon888
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
March 09, 2019, 03:42:40 PM
 #6150

hello, who have rx550 2gb cards ? what best intensity settings you find on new v4 ? please share your settings.
mine is 26/32 with ~460hs
badboy99
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
March 09, 2019, 06:00:42 PM
 #6151

 why miner restart? operating normally and after a few minutes again restart, and so all the circuit
keksik
Jr. Member
*
Offline Offline

Activity: 169
Merit: 1


View Profile
March 09, 2019, 06:06:11 PM
Last edit: March 09, 2019, 06:22:48 PM by keksik
 #6152

i did not get shares for 15minutes and it restarts miner...every 15minutes as no shares. with same settings on 1.7.0 it works and shares accepted.

EDIT: seems there are trouble with fork... block time 2 minutes and now it is 6 and still on block 1788000...
titusr1
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 09, 2019, 06:41:59 PM
 #6153

i did not get shares for 15minutes and it restarts miner...every 15minutes as no shares. with same settings on 1.7.0 it works and shares accepted.

EDIT: seems there are trouble with fork... block time 2 minutes and now it is 6 and still on block 1788000...
It seems that it does not work? I have version 1.8.0 and my graphics are rx550 2GB, hashes are 0 in all graphics ... The configuration file I put normal_v4, also provide normal_v4_64, what difference is there? SO windows 10 pro 64bits
RuMiner
Member
**
Offline Offline

Activity: 167
Merit: 15


View Profile
March 09, 2019, 06:53:13 PM
 #6154

is there a way to disable one GPU via config files without deleting it from device list?
I mean I want to see its temperature in miner's API with no hashing like I pressed a number in console window
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2898
Merit: 626


View Profile WWW
March 09, 2019, 07:00:51 PM
 #6155

i did not get shares for 15minutes and it restarts miner...every 15minutes as no shares. with same settings on 1.7.0 it works and shares accepted.

EDIT: seems there are trouble with fork... block time 2 minutes and now it is 6 and still on block 1788000...

You got some trouble there if you are not getting any shares within 15 minutes. There is no trouble with fork cause this first block will take a lot of time to be found.
But you should have shares found. On my test rig with mixed cards everything went smooth, algos were switched and now it is mining with normalv4 (cn_r).

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2898
Merit: 626


View Profile WWW
March 09, 2019, 07:02:47 PM
 #6156

i did not get shares for 15minutes and it restarts miner...every 15minutes as no shares. with same settings on 1.7.0 it works and shares accepted.

EDIT: seems there are trouble with fork... block time 2 minutes and now it is 6 and still on block 1788000...
It seems that it does not work? I have version 1.8.0 and my graphics are rx550 2GB, hashes are 0 in all graphics ... The configuration file I put normal_v4, also provide normal_v4_64, what difference is there? SO windows 10 pro 64bits

If hashes are 0 it means the video driver crashed. You should lower the intensity especially cause those are 2gb cards, probably the auto setup set a value too high for 2gb.
You have everything in the readme.txt or on the first page of this thread on how to set things manually.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2898
Merit: 626


View Profile WWW
March 09, 2019, 07:03:48 PM
 #6157

is there a way to disable one GPU via config files without deleting it from device list?
I mean I want to see its temperature in miner's API with no hashing like I pressed a number in console window

Well, no. You don't want to use a GPU but want to see it's stats, is not possible  Smiley

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
titusr1
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 09, 2019, 07:10:59 PM
 #6158

i did not get shares for 15minutes and it restarts miner...every 15minutes as no shares. with same settings on 1.7.0 it works and shares accepted.

EDIT: seems there are trouble with fork... block time 2 minutes and now it is 6 and still on block 1788000...
It seems that it does not work? I have version 1.8.0 and my graphics are rx550 2GB, hashes are 0 in all graphics ... The configuration file I put normal_v4, also provide normal_v4_64, what difference is there? SO windows 10 pro 64bits

If hashes are 0 it means the video driver crashed. You should lower the intensity especially cause those are 2gb cards, probably the auto setup set a value too high for 2gb.
You have everything in the readme.txt or on the first page of this thread on how to set things manually.
got it working, I was using normalv4_64, now I have configured normal_v4 and I have also lowered the intensity to 26, now my rx550 2gb cards are doing 415-430 hash ... before in v8 it was 470-480 hash Sad
RuMiner
Member
**
Offline Offline

Activity: 167
Merit: 15


View Profile
March 09, 2019, 07:13:37 PM
 #6159

Well, no. You don't want to use a GPU but want to see it's stats, is not possible  Smiley
I can see if I press its number during mining. I want to "press" it via config file Smiley
ingyenfrag
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
March 09, 2019, 07:15:08 PM
 #6160

Does this miner client have hardware error messages (for improper VGA settings, like too much OC or too much undervolt) or just hangs up without any error message?
If it gives error messages what are those? --> just for look after those messages in the logfile

My rig restarts when I want to use remote desktop, but I cant see any error message in the logfile.   Huh
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 [308] 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 ... 362 »
  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!