Author

Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching - page 125. (Read 237247 times)

sr. member
Activity: 328
Merit: 250
Anyone with AMD R9 380 cards?

I was getting 600hash with v7 now 485hash only.
Any better results?

newbie
Activity: 5
Merit: 2
Does this miner work with AMD Radeon R9 200 Series?
I have problem with:
......
Initializing OpenCL devices, please wait..

GPU0: AMD Radeon R9 200 Series [pitcairn] [2048 MB][Intensity 26.0][W: 16][T: 2]
[K: 1][BUS: 1]

---------------------------------------------------------
SRBMiner Cryptonight AMD GPU miner 1.6.8
DevFee ~0.85%
Press 's' to get some stats
Press 'h' to get some hashrate
Press 'r' to reload pools
Press 'p' to switch to the next pool
Press 'o' to switch to the previous pool
Press 0-9 to disable/enable GPU while mining
Give it a few minutes to reach maximum hashrate
---------------------------------------------------------
Please use : Adrenalin 18.5.1, 18.5.2 or 18.6.1 drivers
Total pools: 2

Please wait...

CryptonightV8 mode enabled

[2018-10-20 21:20:31] Heating up system, please wait...
[2018-10-20 21:20:31] Compiling kernel for DEVICE BUS ID 1 ...
WARNING: Linking two modules of different data layouts!
WARNING: Linking two modules of different data layouts!
LLVM ERROR: Cannot select: 0x999d0d0: i32 = setcc 0x9997470, 0x5bdbb10, 0x99a2e2
0 [ORD=3092] [ID=246]
               .............



The same problem for me. I solve it deleting files in cache folder of srbminer, restarting pc and start miner to compile kernels again.
sr. member
Activity: 1484
Merit: 253
Please, who have rx 580 card and 18.6.1 driver, launch SRB with worksize 8 and share with me file g2_CNV8_w8_k1.srb from cache folder inside miner folder.
jr. member
Activity: 69
Merit: 5
Can someone help me to create a batch for set gpu and mem voltages?Huh

+ "startup_script" can be used to run a script (batch file) before miner starts. You can for example set clocks, voltages, etc. specific to that algo
I'm also interested in how to set GPU and memory clocks and voltages with SRBMiner...
Is it possible? Can't find any examples...

First in start.bat ad this: --startupscript Run_OverdriveNTool.bat
In Run_OverdriveNTool.bat you must set path in OverdriveNtool.ini with proper setting for your card and specific algo. Example: OverdriveNTool.exe -r1 -r2 -r3 -r4 -p1Sapphire_BT -p2Nitro_RX570_BT -p3Asus_Vega64_BT -p4Gigabyte_BT  <-- on that way i set up miner for mining BitTube algo.
Now set up OverdriveNtool.ini for specific card and algo (same name from OverdriveNtool.bat)


Core and memory clocks are set with OverdriveNTool:
https://forums.guru3d.com/threads/overdriventool-tool-for-amd-gpus.416116/

From first page then open table to see best results:

) Here is a table maintained and edited by users with their settings for various cards : https://docs.google.com/spreadsheets/d/1pH326fwnYWC5Jef2FdF4KnJ4CLj0cwDDtGjrlgekk1A/edit#gid=514064850

hero member
Activity: 1274
Merit: 556
Miner is very unstable on polaris cards , constant crashes and reboots on most of my rigs

no problem on 470, 570, 580 cards if you set good. you don't know to set good, sorry.
why even post troll

no trolling, written 100x times v7 settings not good for v8, you must find good settings, and v8 need more power.
v8 not v7 and not eth.

why hard to read previous posts
Not completely true. One has to separate clocks and settings to be perfectly clear.
I'm able to run pretty much the same clocks on my Polaris cards in v8 and v7.
The initialisation parameters do change however. I use 57/16/2 on v8 and 59/8/2 on v8 (that's on 4GB RX 570's).
newbie
Activity: 5
Merit: 2
I think found the best method to calculate intensity and threads for GPU's to mine cryptonight_v8. Almost is working for me with 3 different GPU's.

First found total "compute units" or "ROPS" of GPU to use.

Example 28 compute units. 2Gb GPU Ram

Then rest 2 for internal work of GPU and OS needs. 28 - 2 = 26.

If use total compute units GPU don't have sufficient memory to work.

26 Compute units. Then multiply * 2. 26*2= 52 is the intensity for a GPU with 2Gb ram and 28 compute units and using 1 thread. With this configuration GPU works with maximum ram that can do. ~1700 Mb.

If we want to use 2 threads don't multiply * 2. Every thread is ~850Mb of memory used. Intensity 26 and  threads 2

If the GPU have 4Gb we can use intensity = 52 = 2Gb and threads 2 = 2Gb (total 4Gb ram) or intensity=26*4= 104 and 1 thread.

Worksize is minimun 8 and works fine in multiples of 8. 8/16/32.......the greater worksize is, greater time to found a result.

With a 1Gb GPU is easy. 28 - 2 = 26 intensity and threads 1 ~850Mb memory used, or 26/2=13 intensity ~425Mb memory used and threads 2 = 425Mb*2 = 850Mb memory used.

I hope this can be useful for some cases.

I use this variable in batch file: setx GPU_FORCE_64BIT_PTR 0

sr. member
Activity: 1484
Merit: 253
I think I saw messages here about the successful launch of srb on v8 on pitcairn, but I could not find it. Install recommended driver first and then try to use the settings that are in this message for tahiti.
Radeon R9 270X 4Gb (Pitcairn) with manual modded bios, Windows 10 x64 Pro, 18.10.1 driver. Gives 500 h/s on v8 with kernel 1, with kernel 2 speed slower.

Owners of 580 8Gb please share your settings and wich kernel file you're use?

Please, how you use this parametr "kernel" or  --cgpukernel 1? And where? Type you config, please...
I use config.txt file. Here on 270X:
"gpu_conf" :
[
        { "id" : 2, "intensity" : 36, "worksize" : 16, "threads" : 2, "kernel" : 1},
]


P.S. I need file g2_CNV8_w8_k1.srb from cache folder. Who can share it compiled with 18.6.1 driver?
newbie
Activity: 52
Merit: 0
I think I saw messages here about the successful launch of srb on v8 on pitcairn, but I could not find it. Install recommended driver first and then try to use the settings that are in this message for tahiti.
Radeon R9 270X 4Gb (Pitcairn) with manual modded bios, Windows 10 x64 Pro, 18.10.1 driver. Gives 500 h/s on v8 with kernel 1, with kernel 2 speed slower.

Owners of 580 8Gb please share your settings and wich kernel file you're use?

Please, how you use this parametr "kernel" or  --cgpukernel 1? And where? Type you config, please...
member
Activity: 388
Merit: 13
Soft power play tables?

Every time i used it, some of the gpus will have error 43 no matter what. 18.5.2.

No, voltage is set on custom bios.
newbie
Activity: 95
Merit: 0
Soft power play tables?

Every time i used it, some of the gpus will have error 43 no matter what. 18.5.2.
member
Activity: 388
Merit: 13
Did anyone notice a very annoying bug with AMD drivers since 18.2.1?

SRBminer doesn't properly identify cards anymore. On one rig, every card is a RX480, not a problem, since all of them are ellesmere (480, 580, 570).

However on another rig I have with a RX 570 and a RX 560, both are detected as RX560 and the ellesmere card gets an intensity of 29 with dismal performance...



With 18.2.1 drivers all works as expected



Thoughts?
newbie
Activity: 95
Merit: 0
I realised my config file is missing a comma and causing errors in the miner.
member
Activity: 277
Merit: 23
This is my setting:

RX580 Sapphire Nitro + (Samsung) 4gb

{
"cryptonight_type" : "normalv8",
"intensity" : 59,
"worksize" : 8,
"double_threads" : true
}

Wrosksize can 8 or 16 doesn't change much.

Best card 989 H/s, worst card 973 H/s

OC:

Core 1260
Voltage 900mV

Mem 2120
Voltage 900mV
full member
Activity: 1274
Merit: 105
Can someone help me to create a batch for set gpu and mem voltages?Huh

+ "startup_script" can be used to run a script (batch file) before miner starts. You can for example set clocks, voltages, etc. specific to that algo
I'm also interested in how to set GPU and memory clocks and voltages with SRBMiner...
Is it possible? Can't find any examples...
sr. member
Activity: 1484
Merit: 253
I think I saw messages here about the successful launch of srb on v8 on pitcairn, but I could not find it. Install recommended driver first and then try to use the settings that are in this message for tahiti.
Radeon R9 270X 4Gb (Pitcairn) with manual modded bios, Windows 10 x64 Pro, 18.10.1 driver. Gives 500 h/s on v8 with kernel 1, with kernel 2 speed slower.

Owners of 580 8Gb please share your settings and wich kernel file you're use?
newbie
Activity: 156
Merit: 0
Miner is very unstable on polaris cards , constant crashes and reboots on most of my rigs

no problem on 470, 570, 580 cards if you set good. you don't know to set good, sorry.
why even post troll

no trolling, written 100x times v7 settings not good for v8, you must find good settings, and v8 need more power.
v8 not v7 and not eth.

why hard to read previous posts
legendary
Activity: 1510
Merit: 1003
Miner is very unstable on polaris cards , constant crashes and reboots on most of my rigs
v8 is significantly more power hungry, check your power supply and cooling
full member
Activity: 1148
Merit: 132
Miner is very unstable on polaris cards , constant crashes and reboots on most of my rigs

no problem on 470, 570, 580 cards if you set good. you don't know to set good, sorry.
why even post troll
full member
Activity: 1148
Merit: 132
more juice and lower intensity, which cards?



mix of 470s 480s and 570s , all my cards are set really low core like 1130 mac or 1080 with the voltage around 900 works great on eth and had no issues on v7 using claymore.

mem is set from 1800 to 1925 max

with srb having lots of rigs randomly go down using the default picked intesities.  tried a fixed intensity of 50 and do I have to go even lower?

Jump to: