Bitcoin Forum
May 24, 2024, 03:48:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 ... 164 »
1261  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: 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
1262  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: 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


1263  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: 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 Wink

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.
1264  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: 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.
1265  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 24, 2018, 07:17:50 AM
Is  SRBMIner supported monero7 algo? I'm mining XCash using xmr stak, But I can't get the hash power I wanted.. I saw some miner posting that their 580 gpu's got 800H-900H mine is also got 600H.

Of course it does, its much more superior than Xmr Stak.
Start here on how to set it up:

http://www.srbminer.com/start.html
1266  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 24, 2018, 07:16:59 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 Wink

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%


1267  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBPolaris V3.5 - BIOS editor for AMD RX4XX and RX5XX cards on: August 23, 2018, 09:54:57 AM
Latest and last ver. : V3.5

- Removed donation so no more waiting
- Added support for a few more cards
- This is the last version, happy modding
1268  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 23, 2018, 06:49:27 AM
I have not been able to use srbminer ,the config for and cards seems hard ,I couldn't find easy tutorial anywhere

Have you checked http://www.srbminer.com ?

Specifically http://www.srbminer.com/start.html
1269  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 22, 2018, 09:46:06 AM
doktor83,
i have some problem with hashrate on RX580 nitro+
i tried 18.3.4 and 18.6.1 drivers and also Blockchain drivers and result is same 830-860 h/s on v7 algo 1300/2100 or 1350/2200 - same result..
before that i was mining loki on CN-heavy and hashrate was about 1050-1100 H/s
what i do wrong?

580 8G card have higher hash on heavy then on v7
but people have hashrate nearly to 1100 H/s on CN-v7, how they do this???

I have a similar question because my RX480 have 840 H/s at 1310/2000MHz. A higher memory frequency does not increase speed.

Tried intensity 57-58 on v7?
1270  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 22, 2018, 09:15:30 AM
I will check this fast algo thing.

You guys have enough size for pagefile?
Same issue here. Plenty of size for the pagefile too.

Is this happening only on vegas?
Yes.
I can confirm my 14 RX 570's are mining CNfast at the exact same speed. It's the Vegas that are temperamental.

Is this happening on previous miner versions too? Can someone confirm.
1271  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 20, 2018, 08:43:04 AM
Hi, where can I get MD5 hashes for older versions?

Nowhere, i always put the md5 for the actual version only.
If you download from one of the official links from the first page you can be sure it's 100% legit.
1272  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 19, 2018, 07:54:51 PM
Yes, was a clean uninstall. I'm reinstalling Win 10.

make sure you clean cache folder in srbminer directory after installing 18.6.1 drivers. If you dont do that it will try to use the badly created kernels from the previous driver

thx doktor, fixed. bad cache file

You rule!

Glad i could help. If you need anything else i am here  Grin
1273  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 19, 2018, 05:23:45 PM
Yes, was a clean uninstall. I'm reinstalling Win 10.

make sure you clean cache folder in srbminer directory after installing 18.6.1 drivers. If you dont do that it will try to use the badly created kernels from the previous driver
1274  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 19, 2018, 03:14:15 PM
Hi everyone, I had to reinstall Win 10, now SRB miner it's mining, but share are not found.
Help please!



Use driver 18.6.1 or 18.3.4 and voila, shares will be found. Make sure to use ddu.

hi doktor, amazing software, works really fine, thank you for you work.

AMD drivers downgrade to 18.6.1 didn't fix my issue. SRB miner gives me the expected hashrate, but still no green lines

https://imgur.com/a/p4vVCCj

btw, I'm having the same issue with XMR STAK, hashes are failing. I have no idea how to solve this

did you first uninstall old driver with ddu ? (display driver uninstaller) this is very important
1275  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 19, 2018, 06:49:54 AM
Just wanted to chime in and say THANK YOU for the continued development and improvement of this miner. I've been using this for a few months now and it is rock solid. I always update to the latest version and am always pleased with the results.

More power to you and your miner. Have a great day!

Thank you for you kind words  Cool
1276  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 19, 2018, 05:04:30 AM
Hi everyone, I had to reinstall Win 10, now SRB miner it's mining, but share are not found.
Help please!



Use driver 18.6.1 or 18.3.4 and voila, shares will be found. Make sure to use ddu.
1277  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 17, 2018, 05:11:24 AM
Hey,

i got my first RX Vega Cards and have Problems to set them up, Driver is installed as on Page 1. Als settings are done but the Hashrate is for CN_Heavy only 700Hash by expected 1550...

What is to do here?

Thank you

Use soft pp table, set compute mode and use 2 threads.
1278  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 16, 2018, 07:53:49 PM
as all your intensities are same, drop the duplicateid stuff from cmd and put 2 threads in config. Algo switching doesnt like cmd parameters, i will try to fix that

I removed --enableduplicateguid from config but miner still close.

here's the crashlog
Code:
[2018-08-16 21:39:25] Miner version: 1.6.6
[2018-08-16 21:39:25] Windows version: 10.0 build 17134
[2018-08-16 21:39:25] Video driver version: 24.20.11021.1000

only 3 lines now

here's the start.bat

Code:
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
SRBMiner-CN.exe --sendallstales --config config-normalv7.txt --pools pools-algos.txt --logfile crashlog.txt --usealgoswitching
pause

i remove duplicate line from the config too

Code:
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"min_rig_speed" : 7500,
"min_rig_speed_duration" : 60,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 1, "intensity" : 77, "worksize" : 16, "threads" : 2},
{ "id" : 2, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 112, "worksize" : 16, "threads" : 2},
]

/* THERE ARE A LOT OF OPTIONS/PARAMETERS YOU CAN USE HERE */
/* YOU CAN FIND THEM IN THE README FILE */
}

If I remove the --usealgoswitching it will run

This is very interesting, cause everything looks ok. Good config, good driver (18.6.1), really strange i don't know what to think.
1279  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 16, 2018, 02:50:03 PM
I will check this fast algo thing.

You guys have enough size for pagefile?
Same issue here. Plenty of size for the pagefile too.

Is this happening only on vegas?
1280  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 16, 2018, 02:36:17 PM
Dok,

I have a problem when using algo switch

here's the crashlog.

[2018-08-16 21:04:46] Miner version: 1.6.6
[2018-08-16 21:04:46] Windows version: 10.0 build 17134
[2018-08-16 21:04:47] Video driver version: 24.20.11021.1000
[2018-08-16 21:04:52] AMD Platform ID: 0
[2018-08-16 21:04:52] AMD platform FOUND
[2018-08-16 21:04:52] Found 4 AMD devices
[2018-08-16 21:04:52] CPU AES-NI: TRUE
[2018-08-16 21:04:52] GPU0: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 34]
[2018-08-16 21:04:52] GPU1: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 34]
[2018-08-16 21:04:52] GPU2: Radeon RX Vega [gfx900] [8176 MB][Intensity 77.0][W: 16][T: 1][K: 1][BUS: 37]
[2018-08-16 21:04:52] GPU3: Radeon RX Vega [gfx900] [8176 MB][Intensity 77.0][W: 16][T: 1][K: 1][BUS: 37]
[2018-08-16 21:04:52] GPU4: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 41]
[2018-08-16 21:04:52] GPU5: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 41]
[2018-08-16 21:04:52] GPU6: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 45]
[2018-08-16 21:04:52] GPU7: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 45]
[2018-08-16 21:04:52] ADL is enabled
[2018-08-16 21:04:52] CryptonightV7 mode enabled
[2018-08-16 21:04:52] DevFee pool SET
[2018-08-16 21:04:52] DevFee address SET
[2018-08-16 21:04:52] Starting init of mining threads
[2018-08-16 21:04:53] Loading kernel for DEVICE BUS ID 34 ...
[2018-08-16 21:04:54] Stopping miner process
[2018-08-16 21:04:54] Loading kernel for DEVICE BUS ID 34 ...

If I run each algo seperately they run fine after compiling kernel. but if I use algoswitch, the miner closes itself.

as all your intensities are same, drop the duplicateid stuff from cmd and put 2 threads in config. Algo switching doesnt like cmd parameters, i will try to fix that
Pages: « 1 ... 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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!