Author

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

jr. member
Activity: 158
Merit: 5
Why the MD5 checksum on the website www.srbminer.com and in the first post of this thread is different?
On the website www.srbminer.com MD5: f5fa1db91d56ea63b09343e724bc82fc *SRBMiner-CN-V1-6-8.zip
On this thread: MD5: 9a88b36a8ef2d4116b158c25d06721f6 *SRBMiner-CN-V1-6-8.zip

There have been 4 minor updates to the 1.6.8, what is the latest md5 in the download?
member
Activity: 204
Merit: 10
Hey Doc,

SRBMiner API call:
Code:
{    "rig_name": "GKMiner",    "cryptonight_type": "normalv7",    "miner_version": "1.6.8",    "driver_version": "24.20.11021.1000",    [u][b]"mining_time": 2[/b][/u],    "total_devices": 6,    "total_threads": 12,    "hashrate_total_now": 0,    "hashrate_total_1min": 0,    "hashrate_total_5min": 0,    "hashrate_total_30min": 0,    "hashrate_total_max": 0,    "pool": {        "pool": "asia.cryptonight-hub.miningpoolhub.com:20580",        "difficulty": 0,        [u][b]"time_connected": "1970-01-01 05:30:00",        "uptime": 1539850156[/b][/u],        "latency": 0,        "last_job_received": 1    },    "shares": {        "total": 0,        "accepted": 0,        "accepted_stale": 0,        "rejected": 0,        "avg_find_time": 0    },    "devices": [        {            "device": "GPU0",            "device_id": 0,            "model": "Radeon RX Vega",            "bus_id": 19,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 41,            "fan_speed_rpm": 3795        },        {            "device": "GPU1",            "device_id": 1,            "model": "Radeon RX Vega",            "bus_id": 13,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 40,            "fan_speed_rpm": 3743        },        {            "device": "GPU2",            "device_id": 2,            "model": "Radeon RX Vega",            "bus_id": 16,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 40,            "fan_speed_rpm": 3819        },        {            "device": "GPU3",            "device_id": 3,            "model": "Radeon RX Vega",            "bus_id": 9,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 38,            "fan_speed_rpm": 3833        },        {            "device": "GPU4",            "device_id": 4,            "model": "Radeon RX Vega",            "bus_id": 3,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 38,            "fan_speed_rpm": 3760        },        {            "device": "GPU5",            "device_id": 5,            "model": "Radeon RX Vega",            "bus_id": 6,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 39,            "fan_speed_rpm": 3809        }    ]}

This is an API call made after the miner has started("mining_time": 2), but before it is connected to the pool ("time_connected": "1970-01-01 05:30:00",        "uptime": 1539850156).
Can u fix this, so the Uptime shows 0 instead of the UNIX timestamp? Its throwing the charts crazy.
full member
Activity: 1274
Merit: 105
Why the MD5 checksums on the website www.srbminer.com and in the first post of this thread are different?
On the website www.srbminer.com MD5: f5fa1db91d56ea63b09343e724bc82fc *SRBMiner-CN-V1-6-8.zip
On this thread: MD5: 9a88b36a8ef2d4116b158c25d06721f6 *SRBMiner-CN-V1-6-8.zip
full member
Activity: 214
Merit: 100
What is the setting of R9 290/390 for the V8?
full member
Activity: 1148
Merit: 132

i have a hostID variable which i use to auto pick the worker name using the rig ID

{
"pools" :
[
{
      "pool" : "pool.supportxmr.com:7777",
      "wallet" : "sssssssssssssssssssssssss",
      "password" : %hostid%":[email protected]",
                
      "cryptonight_type" : "normalv7"
},
{
      "pool" : "pool.supportxmr.com:7777",
      "wallet" : "gggggggggggggggggggg",
      "password" : %hostid%":[email protected]",
                
      "cryptonight_type" : "normalv8"
}
]
}

tried it with qoutes and it puts just %hostid% on the pool , any ideas how to fix this ?
I have the variable set in the batch file and it does echo so i know its avaiable , if i remove the qoutes i get an error parsing the pools file.

Any ideas ? or do i have to just use comand line and not the pools file ?

If so any examples ?
newbie
Activity: 24
Merit: 0
For NiceHash v8 will everything be ok after the fork?
Now v7 - no problem, for v8:

Code:
[2018-10-18 09:02:18] socket_error: Socket closed
[2018-10-18 09:02:18] Connection to pool lost. Reconnecting in 10 seconds.

After the fork, do anything other than change of address (cryptonightv8.LOCATION.nicehash.com:3367) and algorithm (config-normalv8) to connect to the server?

Sorry for my bad English.
legendary
Activity: 3808
Merit: 1723
So there is no way to get it to work with older AMD drivers like 15.12 ? This is on Windows 7.

Basically starting the start.bat or the SRBMiner-CN.exe results in an instant exit and doesn't even provide an error. Checked the log file and nothing was created.

put a pause at the end of the start.bat so it won't close the window and you probably have a parse error in the config file.

Yes i've already tried this. Its basically completely blank. No error or anything. And there is no log file created either.

I am using AMD Drivers 15.12 on Windows 7. Wondering if anyone else has been succesful in getting these to work somehow.

are you using iGPU?

No its a headless  rig, doesn't even have iGPU on the motherboard.

did you try xmr-stak?  if that gets halted too then it's something messed up in drivers.  I had an issue with all miners stuck and it was due to Opencl/driver issue.

Yes I tried some odd version of XMR-stak and it works with V8 however the max I can get is around 400hs with an R9 280X.

Since a Vega gets like 2000hs and a RX 570 gets 900hs, it's a horrible speed. Might be time to pack up the GPUs unless the speeds improve.
full member
Activity: 729
Merit: 114
So there is no way to get it to work with older AMD drivers like 15.12 ? This is on Windows 7.

Basically starting the start.bat or the SRBMiner-CN.exe results in an instant exit and doesn't even provide an error. Checked the log file and nothing was created.

put a pause at the end of the start.bat so it won't close the window and you probably have a parse error in the config file.

Yes i've already tried this. Its basically completely blank. No error or anything. And there is no log file created either.

I am using AMD Drivers 15.12 on Windows 7. Wondering if anyone else has been succesful in getting these to work somehow.

are you using iGPU?

No its a headless  rig, doesn't even have iGPU on the motherboard.

did you try xmr-stak?  if that gets halted too then it's something messed up in drivers.  I had an issue with all miners stuck and it was due to Opencl/driver issue.
hero member
Activity: 848
Merit: 500
So there is no way to get it to work with older AMD drivers like 15.12 ? This is on Windows 7.

Basically starting the start.bat or the SRBMiner-CN.exe results in an instant exit and doesn't even provide an error. Checked the log file and nothing was created.

put a pause at the end of the start.bat so it won't close the window and you probably have a parse error in the config file.

Yes i've already tried this. Its basically completely blank. No error or anything. And there is no log file created either.

I am using AMD Drivers 15.12 on Windows 7. Wondering if anyone else has been succesful in getting these to work somehow.
Try 16.11.4 for win7.
legendary
Activity: 3808
Merit: 1723
So there is no way to get it to work with older AMD drivers like 15.12 ? This is on Windows 7.

Basically starting the start.bat or the SRBMiner-CN.exe results in an instant exit and doesn't even provide an error. Checked the log file and nothing was created.

put a pause at the end of the start.bat so it won't close the window and you probably have a parse error in the config file.

Yes i've already tried this. Its basically completely blank. No error or anything. And there is no log file created either.

I am using AMD Drivers 15.12 on Windows 7. Wondering if anyone else has been succesful in getting these to work somehow.

are you using iGPU?

No its a headless  rig, doesn't even have iGPU on the motherboard.
full member
Activity: 729
Merit: 114
So there is no way to get it to work with older AMD drivers like 15.12 ? This is on Windows 7.

Basically starting the start.bat or the SRBMiner-CN.exe results in an instant exit and doesn't even provide an error. Checked the log file and nothing was created.

put a pause at the end of the start.bat so it won't close the window and you probably have a parse error in the config file.

Yes i've already tried this. Its basically completely blank. No error or anything. And there is no log file created either.

I am using AMD Drivers 15.12 on Windows 7. Wondering if anyone else has been succesful in getting these to work somehow.

are you using iGPU?
legendary
Activity: 3808
Merit: 1723
So there is no way to get it to work with older AMD drivers like 15.12 ? This is on Windows 7.

Basically starting the start.bat or the SRBMiner-CN.exe results in an instant exit and doesn't even provide an error. Checked the log file and nothing was created.

put a pause at the end of the start.bat so it won't close the window and you probably have a parse error in the config file.

Yes i've already tried this. Its basically completely blank. No error or anything. And there is no log file created either.

I am using AMD Drivers 15.12 on Windows 7. Wondering if anyone else has been succesful in getting these to work somehow.
jr. member
Activity: 169
Merit: 1
What i am doing wrong?Sad  i have same cards rx580 4/8g same settings:1250/950 // 2200/950 same memory vendor, left on auto intensiry and they hash very differently. One is 950 and second 790,other with only 2100memory ia hashing 1030,other withb same frequency 840,etc.
How do you test your maximum for each card?
newbie
Activity: 29
Merit: 0
Vega 64 V8 (18.6.1 driver)
"worksize": 8, "intensity" : 123, "double_threads" : true, "persistent_memory": true, "bralock": 2
PPT + 1486/878 1100/878
2030 h/s

Don't actually understand what "persistent_memory" and "bralock" does but in some variants it give a less higher hashrate so I've left it here.
V8 really needs more power. It doesn't work with 875mV for me but with 878mV it seems ok.
full member
Activity: 1148
Merit: 132
Ok so I seem to get pretty much the same hashrate on v7 and v8 on my RX 570s.

59/8/2 for v7, 1225 core, 1940 mem = 955-960 h/s
57/16/2 for v8, 1225 core, 1940 mem = 955-960 h/s

Took me a while to achieve stability (one of my cards is starting to get flaky - EDIT: or is there any chance memory errors could be caused by bad risers?) but this seems to hold for now.

Next up: The Vega's.

Wish me luck...

Damn thats a crazy high hash rate for XMR what mem strapps u use ?
newbie
Activity: 14
Merit: 0
Set a specific config for the problematic GPU with overdriventool.

https://forums.guru3d.com/threads/overdriventool-tool-for-amd-gpus.416116/
The thing is I have on every card same settings:
Quote
Fan_Min=300
Fan_Max=2000
Fan_Target=75
Fan_Acoustic=1340
Power_Temp=85
full member
Activity: 1124
Merit: 136
How to reduce single RPM? I have 6 cards, all near 60 degrees, but fans one of them have much more RPM than anothers.



Set a specific config for the problematic GPU with overdriventool.

https://forums.guru3d.com/threads/overdriventool-tool-for-amd-gpus.416116/
jr. member
Activity: 288
Merit: 1
How to reduce single RPM? I have 6 cards, all near 60 degrees, but fans one of them have much more RPM than anothers.



check core voltage
newbie
Activity: 14
Merit: 0
How to reduce single RPM? I have 6 cards, all near 60 degrees, but fans one of them have much more RPM than anothers.

https://imgur.com/a/Tw8dBVI
member
Activity: 190
Merit: 59
you don't use this cheater miner it cheat 30% less profit, go to jce low hash low power your 1200w enough  Grin Grin Grin Grin

Another miner that I use is late to the V8 Vega miner party, so I am looking for alternative  Undecided
Jump to: