abg00
Jr. Member
Offline
Activity: 288
Merit: 1
|
|
August 24, 2018, 07:28:39 AM |
|
Srbminer is good but I can't configure it using old GPUs like hd7870
use kernel 2
|
|
|
|
dragonmike
|
|
August 24, 2018, 10:02:51 AM |
|
Doktor, can I give you an enhancement request please? === Sequential log files === (just like in Claymore's miner) The miner should generate a new, separate log file every time it starts. It makes troubleshooting soooooo much easier. Having to go through one huge ass logfile is such a pain in the ass. Thanks I second this request. It seems like the log file gets overwritten on pc (and miner) restart (with miner auto start enabled via windows startup command), which I have to do sometimes when my pc hangs, so I can’t see what might be the cause. You can do this easily in the start.bat file, actually i will put that as default in the start.bat in next version. Make your .bat looks like this: 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 set LOGTIME=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2% set LOGTIME=%LOGTIME: =% set LOGTIME=%LOGTIME:,=.%.txt set EXE=SRBMiner-CN.exe %EXE% --sendallstales --config config.txt --pools pools.txt --logfile %LOGTIME% Hmmm... That would cut off a log after a given amount of time... but would that create a new log file after each crash/reboot? You essentially want the log to end when a critical event occurred and resulted in a miner crash/restart/reboot.
|
|
|
|
igotek
|
|
August 24, 2018, 10:27:45 AM |
|
amd rx570 4gb Adrenalin 18.6.1 Windows x64 SRBMiner cannot control fan RPM speed. Could you help me to set fan rpm speed ? -08-24 04:33:00] Loading kernel for DEVICE BUS ID 4 ... [2018-08-24 04:33:02] Loading kernel for DEVICE BUS ID 13 ... [2018-08-24 04:33:03] Loading kernel for DEVICE BUS ID 13 ... [2018-08-24 04:33:04] Loading kernel for DEVICE BUS ID 2 ... [2018-08-24 04:33:05] Loading kernel for DEVICE BUS ID 2 ... [2018-08-24 04:33:07] ADL initialised successfully! [2018-08-24 04:33:07] Main pool: stellite.miner.rocks:4005 [2018-08-24 04:33:08] Connected to stellite.miner.rocks:4005 [2018-08-24 04:33:08] User logged in [2018-08-24 04:33:08] Pool difficulty: 15000 [2018-08-24 04:33:08] Pool sent a new job (ID: 664982362726187) [2018-08-24 04:33:08] Pool difficulty: 298946 [2018-08-24 04:33:08] Pool sent a new job (ID: 992600393566405) {
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy, marketcash */
"cryptonight_type" : "stellitev4", "double_threads" : true, "shutdown_temperature" : 90, "reboot_script" : "reboot-windows.bat",
"gpu_conf" : [ { "id" : 0, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 1, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 2, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 3, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 4, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 5, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 6, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 7, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 8, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 9, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 10, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 11, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 },
] }
|
I cannot live, I cannot die, trapped in myself. Hold my breath as I wish for death. Oh please god, help me !
|
|
|
dragonmike
|
|
August 24, 2018, 10:29:52 AM |
|
amd rx570 4gb Adrenalin 18.6.1 Windows x64 SRBMiner cannot control fan RPM speed. Could you help me to set fan rpm speed ? -08-24 04:33:00] Loading kernel for DEVICE BUS ID 4 ... [2018-08-24 04:33:02] Loading kernel for DEVICE BUS ID 13 ... [2018-08-24 04:33:03] Loading kernel for DEVICE BUS ID 13 ... [2018-08-24 04:33:04] Loading kernel for DEVICE BUS ID 2 ... [2018-08-24 04:33:05] Loading kernel for DEVICE BUS ID 2 ... [2018-08-24 04:33:07] ADL initialised successfully! [2018-08-24 04:33:07] Main pool: stellite.miner.rocks:4005 [2018-08-24 04:33:08] Connected to stellite.miner.rocks:4005 [2018-08-24 04:33:08] User logged in [2018-08-24 04:33:08] Pool difficulty: 15000 [2018-08-24 04:33:08] Pool sent a new job (ID: 664982362726187) [2018-08-24 04:33:08] Pool difficulty: 298946 [2018-08-24 04:33:08] Pool sent a new job (ID: 992600393566405) {
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy, marketcash */
"cryptonight_type" : "stellitev4", "double_threads" : true, "shutdown_temperature" : 90, "reboot_script" : "reboot-windows.bat",
"gpu_conf" : [ { "id" : 0, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 1, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 2, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 3, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 4, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 5, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 6, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 7, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 8, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 9, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 10, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 }, { "id" : 11, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500 },
] } If I were you I'd use Overdriventool to set your clock and fan speed parameters. Let the miner do the mining stuff. At least, that's what I try to do as much as possible.
|
|
|
|
doktor83 (OP)
|
|
August 24, 2018, 10:40:16 AM |
|
amd rx570 4gb
Adrenalin 18.6.1
Windows x64
SRBMiner cannot control fan RPM speed. Could you help me to set fan rpm speed ?
Try adding "adl_type" 2 in gpu_conf like : { "id" : 0, "intensity" : 59, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3500, "adl_type" : 2 }Maybe that will work for you.
|
|
|
|
doktor83 (OP)
|
|
August 24, 2018, 10:40:58 AM |
|
Doktor, can I give you an enhancement request please? === Sequential log files === (just like in Claymore's miner) The miner should generate a new, separate log file every time it starts. It makes troubleshooting soooooo much easier. Having to go through one huge ass logfile is such a pain in the ass. Thanks I second this request. It seems like the log file gets overwritten on pc (and miner) restart (with miner auto start enabled via windows startup command), which I have to do sometimes when my pc hangs, so I can’t see what might be the cause. You can do this easily in the start.bat file, actually i will put that as default in the start.bat in next version. Make your .bat looks like this: 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 set LOGTIME=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2% set LOGTIME=%LOGTIME: =% set LOGTIME=%LOGTIME:,=.%.txt set EXE=SRBMiner-CN.exe %EXE% --sendallstales --config config.txt --pools pools.txt --logfile %LOGTIME% Hmmm... That would cut off a log after a given amount of time... but would that create a new log file after each crash/reboot? You essentially want the log to end when a critical event occurred and resulted in a miner crash/restart/reboot. This will create a logfile with the current date and time, every time you start the miner.
|
|
|
|
dragonmike
|
|
August 24, 2018, 11:04:35 AM |
|
Doktor, can I give you an enhancement request please? === Sequential log files === (just like in Claymore's miner) The miner should generate a new, separate log file every time it starts. It makes troubleshooting soooooo much easier. Having to go through one huge ass logfile is such a pain in the ass. Thanks I second this request. It seems like the log file gets overwritten on pc (and miner) restart (with miner auto start enabled via windows startup command), which I have to do sometimes when my pc hangs, so I can’t see what might be the cause. You can do this easily in the start.bat file, actually i will put that as default in the start.bat in next version. Make your .bat looks like this: 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 set LOGTIME=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2% set LOGTIME=%LOGTIME: =% set LOGTIME=%LOGTIME:,=.%.txt set EXE=SRBMiner-CN.exe %EXE% --sendallstales --config config.txt --pools pools.txt --logfile %LOGTIME% Hmmm... That would cut off a log after a given amount of time... but would that create a new log file after each crash/reboot? You essentially want the log to end when a critical event occurred and resulted in a miner crash/restart/reboot. This will create a logfile with the current date and time, every time you start the miner. Aha. That's more like it then! I shall try it out presto!
|
|
|
|
jimmyD30
Jr. Member
Offline
Activity: 64
Merit: 1
|
|
August 24, 2018, 05:22:18 PM |
|
You can do this easily in the start.bat file, actually i will put that as default in the start.bat in next version. Make your .bat looks like this:
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 set LOGTIME=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2% set LOGTIME=%LOGTIME: =% set LOGTIME=%LOGTIME:,=.%.txt set EXE=SRBMiner-CN.exe %EXE% --sendallstales --config config.txt --pools pools.txt --logfile %LOGTIME%
Thank you! I’ll try it soon too.
|
|
|
|
hesido
Jr. Member
Offline
Activity: 158
Merit: 5
|
|
August 24, 2018, 09:27:08 PM |
|
Hi all, made a proxy switching coins auto and manual - forked from Seb's Cryptonote proxy. What's more, for SRB users, you can also use algo switching. It allows you to use any pool for coin switching, not just monero ocean. I'll be doing a tutorial in a couple of days. Until then if you want to try out, here it is: https://github.com/hesido/cryptonote-switching-relay-proxyAnother advantage is that you are in full control of coin switchings most primary settings (obviously which coins to mine, minimum mine time, check interval time, and it even accounts for miner's down time when switching algos.) You can ask me questions in direct messages (so as not to clutter here)
|
|
|
|
CanErik
|
|
August 24, 2018, 10:43:06 PM |
|
Hi;
I am new in SBminer. I am testing miner with Arto algorithm but I am not sure about the hashrate. What is the optimum hashrate with RX580 GPU's?
Kind regards
I don't know whether I am hitting optimal hash rates, but this is what I get on 6xRX580 8gb: CN-arto 6.4 kH/s CN-litev7 13.5 CN-alloy 3.2 CN-heavy 6.8 CN-fast 12.5 CN-v7 6.5 Hi; Thank you for the info. Can you share your config and driver version please? I can't get higer hash rate than 2,2kH/s with Adrenalin 18.6.1 and Adrenalin 18.3.4. but I can get 4kH/s with 18.8.1 but only 2 minute than it's reboot. Kind regards
|
|
|
|
john1010
|
|
August 25, 2018, 03:09:26 AM |
|
Do you have any suggested intensity for RX 570/580 8GB and 4GB cards? I'm currently using Intensity 59 for my mixed card. I hope someone would share the right intensity. Thanks
|
|
|
|
ViWe
Newbie
Offline
Activity: 57
Merit: 0
|
|
August 25, 2018, 09:43:38 PM |
|
Hi;
I am new in SBminer. I am testing miner with Arto algorithm but I am not sure about the hashrate. What is the optimum hashrate with RX580 GPU's?
Kind regards
I don't know whether I am hitting optimal hash rates, but this is what I get on 6xRX580 8gb: CN-arto 6.4 kH/s CN-litev7 13.5 CN-alloy 3.2 CN-heavy 6.8 CN-fast 12.5 CN-v7 6.5 Hi; Thank you for the info. Can you share your config and driver version please? I can't get higer hash rate than 2,2kH/s with Adrenalin 18.6.1 and Adrenalin 18.3.4. but I can get 4kH/s with 18.8.1 but only 2 minute than it's reboot. Kind regards Driver 18.6.1 GPU 1340 MHz/1050 mV Mem 2065 MHz/880 mV Config for Arto: "cryptonight_type" : "artocash", "intensity" : 81, "double_threads" : true,
|
|
|
|
ViWe
Newbie
Offline
Activity: 57
Merit: 0
|
|
August 25, 2018, 09:44:34 PM |
|
Do you have any suggested intensity for RX 570/580 8GB and 4GB cards? I'm currently using Intensity 59 for my mixed card. I hope someone would share the right intensity. Thanks
Which algo? One post up is what I use for Arto
|
|
|
|
doktor83 (OP)
|
|
August 26, 2018, 07:15:16 AM |
|
Guys with FAST algo on Vega's and hashrate drop after some time, can you try :
Intensity: 112 Worksize: 16 Threads: 2
|
|
|
|
punk.zink
|
|
August 26, 2018, 08:43:14 AM |
|
Do you have any suggested intensity for RX 570/580 8GB and 4GB cards? I'm currently using Intensity 59 for my mixed card. I hope someone would share the right intensity. Thanks
RX 570/580 8GB Heavy intensity : 56 Cn-V7 intensity : 112 Double threads : true reported hashrate : 1000H/s - 1100H/s
|
| █▄ | R |
▀▀▀▀▀▀▀██████▄▄ ████████████████ ▀▀▀▀█████▀▀▀█████ ████████▌███▐████ ▄▄▄▄█████▄▄▄█████ ████████████████ ▄▄▄▄▄▄▄██████▀▀ | LLBIT | ▀█ | THE #1 SOLANA CASINO | ████████████▄ ▀▀██████▀▀███ ██▄▄▀▀▄▄█████ █████████████ █████████████ ███▀█████████ ▀▄▄██████████ █████████████ █████████████ █████████████ █████████████ █████████████ ████████████▀ | ████████████▄ ▀▀▀▀▀▀▀██████ █████████████ ▄████████████ ██▄██████████ ████▄████████ █████████████ █░▀▀█████████ ▀▀███████████ █████▄███████ ████▀▄▀██████ ▄▄▄▄▄▄▄██████ ████████████▀ | ........5,000+........ GAMES ......INSTANT...... WITHDRAWALS | ..........HUGE.......... REWARDS ............VIP............ PROGRAM | . PLAY NOW |
|
|
|
CanErik
|
|
August 26, 2018, 03:15:32 PM |
|
Hi;
I am new in SBminer. I am testing miner with Arto algorithm but I am not sure about the hashrate. What is the optimum hashrate with RX580 GPU's?
Kind regards
I don't know whether I am hitting optimal hash rates, but this is what I get on 6xRX580 8gb: CN-arto 6.4 kH/s CN-litev7 13.5 CN-alloy 3.2 CN-heavy 6.8 CN-fast 12.5 CN-v7 6.5 Hi; Thank you for the info. Can you share your config and driver version please? I can't get higer hash rate than 2,2kH/s with Adrenalin 18.6.1 and Adrenalin 18.3.4. but I can get 4kH/s with 18.8.1 but only 2 minute than it's reboot. Kind regards Driver 18.6.1 GPU 1340 MHz/1050 mV Mem 2065 MHz/880 mV Config for Arto: "cryptonight_type" : "artocash", "intensity" : 81, "double_threads" : true, Hi; Once again thank you. I don't know why, these settings are not work with me. System crash after 5 minutes of miner startup. I guess something wrong with my OS or setup. Kind regards
|
|
|
|
AVP
Newbie
Offline
Activity: 96
Merit: 0
|
|
August 27, 2018, 02:43:32 AM |
|
Does SRBMiner support setting Core & Memory clocks via BAT or CONFIGs similar to how Clayrmore does it?
|
|
|
|
ultimatenany
Newbie
Offline
Activity: 3
Merit: 0
|
|
August 27, 2018, 07:26:18 AM |
|
Hello guys, i'm triying mining with this SRBMiner Version 1.6.6 i have one ASUS R9 270x 2GB OC. the pool is Qrl.herominers and i have 343 h/s reporting with normalv7 algo, but i don't see acepted shares, after 1 hour i just keep whatching "Pool sent a new job..." ad nothing more. what can i do ?
|
|
|
|
doktor83 (OP)
|
|
August 27, 2018, 08:11:35 AM |
|
Hello guys, i'm triying mining with this SRBMiner Version 1.6.6 i have one ASUS R9 270x 2GB OC. the pool is Qrl.herominers and i have 343 h/s reporting with normalv7 algo, but i don't see acepted shares, after 1 hour i just keep whatching "Pool sent a new job..." ad nothing more. what can i do ?
you should use 18.3.4 or 18.6.1 drivers
|
|
|
|
hesido
Jr. Member
Offline
Activity: 158
Merit: 5
|
|
August 27, 2018, 10:02:50 AM |
|
Hello guys, i'm triying mining with this SRBMiner Version 1.6.6 i have one ASUS R9 270x 2GB OC. the pool is Qrl.herominers and i have 343 h/s reporting with normalv7 algo, but i don't see acepted shares, after 1 hour i just keep whatching "Pool sent a new job..." ad nothing more. what can i do ?
you should use 18.3.4 or 18.6.1 drivers Is it because they screwed up the OpenCL libraries or something to that tune?
|
|
|
|
|