Author

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

hero member
Activity: 2548
Merit: 626
hi why i can't setting api for monitoring rig
every time I attach a API config to config txt always force close

Because you have a typo in the config, probably missing a , somewhere between the parameters
newbie
Activity: 1
Merit: 0
hi why i can't setting api for monitoring rig
every time I attach a API config to config txt always force close
hero member
Activity: 2548
Merit: 626
1.8.8.2 driver

all card use GPU and MEM 900mv
3/vega56(64bios)+1vega64LE - All samsung mem.

all work -v7 and heavy/tube haven
must disable/enable and first start with 60int 1 min and start again with 56 int.

i try v7- stelite - tube- loki - haven - fast(msr)- aloy and arto

all give better HR

TUBE

Heavy-LOKI

FAST-MSR

V7-graft and STL Arto give a little less

Alooy give 4300Hr


You tried v.1.6.4 that compiles .srb files on 18.8.2 ?
Or used .srb files compiled on older drivers on 18.8.2 ?
newbie
Activity: 24
Merit: 0
Having a hard time configure, before i just open config.txt anfd ez, now its always giving me error, i open config and delert all and leave only config-heavy and error, i pass my config of old srb and tryed other things and always error or starting with cryptonightv7, can i have some help how to put mining at heavy.

1. Download 1.6.7
2. Unzip
3. Open start.bat with notepad
4. Change this : SRBMiner-CN.exe --config Config\config-normalv7.txt --pools pools.txt --logfile %LOGTIME%
5. To this: SRBMiner-CN.exe --config Config\config-heavy.txt --pools pools.txt --logfile %LOGTIME%
6. Open pools.txt and add your pool and wallet :

Code:
{
"pools" :
[
{"pool" : "loki.miner.rocks:5555", "wallet" : "change-this-to-your-wallet", "password" : "x"}
]
}

7. Run start.bat


Thanks a lot
newbie
Activity: 417
Merit: 0
1.8.8.2 driver

all card use GPU and MEM 900mv
3/vega56(64bios)+1vega64LE - All samsung mem.

all work -v7 and heavy/tube haven
must disable/enable and first start with 60int 1 min and start again with 56 int.

i try v7- stelite - tube- loki - haven - fast(msr)- aloy and arto

all give better HR

TUBE
https://image.prntscr.com/image/Jp-k48THT9yIn7yFKRhgTg.jpg
Heavy-LOKI
https://image.prntscr.com/image/bOaOOgeiSc6jxyvPQo8Ajg.jpg
FAST-MSR
https://image.prntscr.com/image/Ib70HEHXSLm23-6hMBuGcw.jpg
V7-graft and STL Arto give a little less
https://image.prntscr.com/image/U4hCUapySoC5sb7e9V4o4w.jpg
Alooy give 4300Hr
newbie
Activity: 71
Merit: 0
Remote Api not working on this version?
{
"cryptonight_type" : "normalv7",
"intensity" : 58,
"double_threads" : true
"api_enabled": true,
"api_port": 3333,

}

Error in Config\config-normalv7.txt (ParseError)
Presione una tecla para continuar . . .

solved {
"cryptonight_type" : "normalv7",
"intensity" : 58,
"api_enabled": true,
"api_port": 3333,
"double_threads" : true
}

Change order
member
Activity: 123
Merit: 10
Isn't there a Monero fork in the works supposed to go live very soon?
Cryptonight v2?
I thought XMR was supposed to fork on 1st September... Maybe I got that wrong.

Have you got a new miner version ready in any case?

EDIT: I found it. September 16th. There's some time left. Bleh. 16th of Sep was correct... but 2017! Cheesy

I thought it is October this year. The last fork was in April.
newbie
Activity: 71
Merit: 0
Remote Api not working on this version?
{
"cryptonight_type" : "normalv7",
"intensity" : 58,
"double_threads" : true
"api_enabled": true,
"api_port": 3333,

}

Error in Config\config-normalv7.txt (ParseError)
Presione una tecla para continuar . . .
member
Activity: 204
Merit: 10
Bro, can u look into compatibility issues with miningrigrentals.com? The shares are not getting accepted. Thx !
newbie
Activity: 78
Merit: 0
i don't understand why some of my rx570s shows low hashrate after miner starts and when i use switch-off (by press 0-9) button on every card that show low hashrate it works good and hashrate is better
srbminer 1.6.7
adrenalin 18.6.1 & 18.3.4
win10 x64 1709
jr. member
Activity: 158
Merit: 5
Hi Doktor,

Accoding to you recomendation I changed drivers to Adr.18.6.1(prev. was blockchain)
and faced with hash rate double decreased.
Iw was ~1900h/s on old drivers, but now it ~830h/s for rx570-4 on CN fast.
Compute mode enabled(SRBMiner-CN.exe --setcomputemode).

Please, help. Ireaaly dont want to return to blockchain drv.

use compute mode

He also needs to make sure he runs SRB with administrator privileges, for the compute mode to be enabled.

newbie
Activity: 15
Merit: 0
Since the V1.6.7 the miner won't start when I use this setting :

"gpu_conf" :
[
   {
     "id" : 0,
     "intensity" : 122,
     "worksize" : 8,
     "threads" : 1,
    
   },
   {
     "id" : 0,
     "intensity" : 124,
     "worksize" : 8,
     "threads" : 1,
   },
]


Thanks
newbie
Activity: 44
Merit: 0
Hi Doktor,

Accoding to you recomendation I changed drivers to Adr.18.6.1(prev. was blockchain)
and faced with hash rate double decreased.
Iw was ~1900h/s on old drivers, but now it ~830h/s for rx570-4 on CN fast.
Compute mode enabled(SRBMiner-CN.exe --setcomputemode).

Please, help. Ireaaly dont want to return to blockchain drv.

use compute mode
newbie
Activity: 44
Merit: 0
Guys,why do I have about 100h less hashrate on V7 than Heavy algo on RX470 8gb?
newbie
Activity: 154
Merit: 0
What about hashrate for Vega 56 on monero per card !!!

u can see many information about vega on previous pages
hero member
Activity: 2548
Merit: 626
Having a hard time configure, before i just open config.txt anfd ez, now its always giving me error, i open config and delert all and leave only config-heavy and error, i pass my config of old srb and tryed other things and always error or starting with cryptonightv7, can i have some help how to put mining at heavy.

1. Download 1.6.7
2. Unzip
3. Open start.bat with notepad
4. Change this : SRBMiner-CN.exe --config Config\config-normalv7.txt --pools pools.txt --logfile %LOGTIME%
5. To this: SRBMiner-CN.exe --config Config\config-heavy.txt --pools pools.txt --logfile %LOGTIME%
6. Open pools.txt and add your pool and wallet :

Code:
{
"pools" :
[
{"pool" : "loki.miner.rocks:5555", "wallet" : "change-this-to-your-wallet", "password" : "x"}
]
}

7. Run start.bat
newbie
Activity: 24
Merit: 0
Having a hard time configure, before i just open config.txt anfd ez, now its always giving me error, i open config and delert all and leave only config-heavy and error, i pass my config of old srb and tryed other things and always error or starting with cryptonightv7, can i have some help how to put mining at heavy.
hero member
Activity: 2548
Merit: 626
What about hashrate for Vega 56 on monero per card !!!

what about it ?
newbie
Activity: 16
Merit: 0
What about hashrate for Vega 56 on monero per card !!!
newbie
Activity: 33
Merit: 0
Hi Doktor
I use a rig from video cards r7 370, r7 265
in the latest versions of the miner you have to use the kernel version 2
When using it, there is a significant drop in performance
compared with older versions prior to version 1.6.5 that used the kernel 1
is there any way to fix this?
Thank you
Jump to: