Bitcoin Forum
October 04, 2025, 01:34:39 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 362 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237319 times)
inv1s1bl3
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
April 10, 2018, 08:10:47 AM
 #441


Actually, RX 570 gives 1k+ with the right straps Cheesy
Its not that hard to write your own straps these days.
There are lots of different memory types from all memory vendors, learning to write custom straps tailored to your own cards really does wonders to your profit.




Penny, could then please share a guide with me on how exactly to make my straps for Cryptonight/ Heavy algo? I would really like to drop out of the ETH mining, because I do not find it as profitable as the cryptonight coins, plus not to mention that my cards are quite cooler and working quite easier on the cryptnight algo
Bullus77
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 10, 2018, 08:15:37 AM
 #442

Seems like it won't pick the config. If I change the config it doesn't change the info when starting the miner.

(info at top miner)

GPU0: AMD Radeon R9 200 Series [Hawaii] [4096 MB][Intensity 31.0][W: 8][T: 3][BU
S_ID: 1]
[2018-04-10 10:19:34] GPU0:    906.0 H/S [T: 48c, RPM: 0]
[2018-04-10 10:19:34] Total:   906.0 H/S


Config
/*"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 1, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

But getting about 900kh/s thats more than claymore
theodrim
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
April 10, 2018, 08:30:35 AM
 #443

Seems like it won't pick the config. If I change the config it doesn't change the info when starting the miner.

(info at top miner)

GPU0: AMD Radeon R9 200 Series [Hawaii] [4096 MB][Intensity 31.0][W: 8][T: 3][BU
S_ID: 1]
[2018-04-10 10:19:34] GPU0:    906.0 H/S [T: 48c, RPM: 0]
[2018-04-10 10:19:34] Total:   906.0 H/S


Config
/*"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 1, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

But getting about 900kh/s thats more than claymore
You have commented advanced settings, remove /* from start and end, and it'll apply those settings.
StanchoBS
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
April 10, 2018, 08:36:12 AM
 #444

How to set RPM to % for fans?
Bullus77
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 10, 2018, 08:57:06 AM
 #445

Seems like it won't pick the config. If I change the config it doesn't change the info when starting the miner.

(info at top miner)

GPU0: AMD Radeon R9 200 Series [Hawaii] [4096 MB][Intensity 31.0][W: 8][T: 3][BU
S_ID: 1]
[2018-04-10 10:19:34] GPU0:    906.0 H/S [T: 48c, RPM: 0]
[2018-04-10 10:19:34] Total:   906.0 H/S


Config
/*"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 1, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

But getting about 900kh/s thats more than claymore
You have commented advanced settings, remove /* from start and end, and it'll apply those settings.

Thanks, but now the miner quits everytime ..
I read that the config was messed up, will dl again
theodrim
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
April 10, 2018, 09:12:16 AM
 #446

Thanks, but now the miner quits everytime ..
I read that the config was messed up, will dl again
Example config have disabled third gpu, you see that, right? If you are working with single gpu, you need something like this:
Code:
"gpu_conf" : 
[
{ "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
]
}
Bullus77
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 10, 2018, 09:26:48 AM
 #447

Thanks, but now the miner quits everytime ..
I read that the config was messed up, will dl again
Example config have disabled third gpu, you see that, right? If you are working with single gpu, you need something like this:
Code:
"gpu_conf" : 
[
{ "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
]
}

Yes ,thank u sir. It's working now.  Wink

Gonna test for the best settings now
DeshaCAM
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 10, 2018, 09:30:08 AM
 #448

How to start SRBMiner with Windows startup?
Bullus77
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 10, 2018, 09:37:09 AM
Last edit: April 10, 2018, 10:06:12 AM by Bullus77
 #449

How to start SRBMiner with Windows startup?

U can add the shortcut of the batfile in startup folder..

Win10 C:\Users\*username*\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\StartUp
theodrim
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
April 10, 2018, 09:41:00 AM
 #450

How to start SRBMiner with Windows startup?
Make shortcut for your bat file in %appdata%\Microsoft\Windows\Start Menu\Programs\Startup
1. open explorer
2. press ctrl + l and type %appdata%\Microsoft\Windows\Start Menu\Programs\Startup and press enter
3. make shortcut

If you need some delay for start, then you can do similar thing via task scheduler with this guide, just don't forget to add folder where to start your bat in actions tab.
DeshaCAM
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 10, 2018, 09:58:59 AM
 #451

Thanks! But, set the bat file in the startup folder is not enough Embarrassed
hien89
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 10, 2018, 10:06:11 AM
Last edit: April 10, 2018, 10:16:23 AM by hien89
 #452

The miner hang when threads hang. I tried to close the miner Window but nothing happen. Also tried kill it via taskkill cmd too but it said "reason: there is no running instance". So how can i kill the miner proccess when it stucks? I hope there will be an option to restart the rig when the GPUs hang  Wink

https://i.imgur.com/sY5wIVX.png
-manki-
Newbie
*
Offline Offline

Activity: 11
Merit: 1


View Profile
April 10, 2018, 10:11:52 AM
 #453

Vega 64 on SRB1.2.5 CNHeavy stable 1500H/s (int 60, dual)
                 SRB1.3.1 CNv7      stable 2100H/s (int 120, worksize 16, dual)

Thanks dev for your hard work, this miner looks very promising!
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
April 10, 2018, 10:20:30 AM
 #454

Just wanted to test new 1.3.1 version but it makes "Error CL_INVALID_DEVICE when calling clCreateContext" when trying to build opencl kernel for "heavy" algo on my R9 390. "Normal7" working.
"heavy" with other polaris cards in this rig also works fine,

Previous 1.3.0 works fine with this Hawaii card in "heavy"

win 8.1, aug 23 blockchain drivers, old cpu without aes support.
ragecage
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 10, 2018, 10:24:12 AM
Last edit: April 10, 2018, 11:24:41 AM by ragecage
 #455

after 2 days "socket was closed while receiving data" and miner crash. Cry
theodrim
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
April 10, 2018, 10:40:29 AM
 #456

Thanks! But, set the bat file in the startup folder is not enough Embarrassed
If you copy your bat inside startup folder, it'll do nothing, cause inside it have RELATIVE path to start miner. You need to make shortcut and move it to startup folder, or change path from relative to full.
WhyMe
Sr. Member
****
Offline Offline

Activity: 658
Merit: 250


View Profile
April 10, 2018, 10:59:25 AM
 #457

Any issue with devfee ?
Just installed v1.3.1 on few rigs.
Mining SUMO, with heavy algo.
2 of them have switched on devfee and I think they have never returned on main pool after that.
Using usa server for devfee.
No pics of that for the moment Sad
I've just enabled log

EDIT : like that ! 18mn doing nothing !


i will make a more informative logging, so we can find out what is happening.
Did it reconnect to your pool after those 18 minutes, or that never happened?
After night, i've now 4 rigs in this case : doing nothing after switched to devfee, since hours ...
DeshaCAM
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 10, 2018, 11:09:38 AM
 #458

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

Activity: 2926
Merit: 626


View Profile WWW
April 10, 2018, 11:43:15 AM
 #459

Hi all,
When I clicked the start.bat file, the miner said my cpu doesn’t support AES NI, so it used software simulation. Does it mean srbminer utilizes your cpu also? I don’t want this. Is there a way to disable cpu mining?

Thank you.

No its not using cpu mining, its using your cpu to validate gpu results. This is something every miner does, so don't worry Smiley

Thanks. But how do you reboot the operating system if srbminer crashes or your GPUs hang?

after 3 thread hang messages it should say "Gpu crash detected miner will shut down...." and after that it should quit automatically and restart.

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

Activity: 2926
Merit: 626


View Profile WWW
April 10, 2018, 11:44:35 AM
 #460

Just wanted to test new 1.3.1 version but it makes "Error CL_INVALID_DEVICE when calling clCreateContext" when trying to build opencl kernel for "heavy" algo on my R9 390. "Normal7" working.
"heavy" with other polaris cards in this rig also works fine,

Previous 1.3.0 works fine with this Hawaii card in "heavy"

win 8.1, aug 23 blockchain drivers, old cpu without aes support.

did you left intensity on 0 or you tried to change it manually?

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 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!