Author

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

sr. member
Activity: 425
Merit: 250
Hi,
I have 6xRX480 cards and I mining into https://supportxmr.com/. Can someone give the settings of config.txt file.
Thanks.
hero member
Activity: 848
Merit: 500
Hi! what version of drivers is best for this miner, with AMD R9 290, R9 390 video card? thanks..
try 16.11.4 for win7 and 16.11.5 for win10.
newbie
Activity: 23
Merit: 0
Hi! what version of drivers is best for this miner, with AMD R9 290, R9 390 video card? thanks..
hero member
Activity: 2548
Merit: 626
its not his fault im the guilty one here, as im so tired that i uploaded a messed up config.txt.
I re uploaded the zip, corrected that. Sorry guys,time for me to rest a little Cheesy
When are you going to reupload the corrected version? Thank you.

Read the post again. You'll find the answer

Just an info, next stop is the failover pools, after that i go on ADL (temperature, clocks, voltage etc..) this one will be an interesting trip Smiley, then API that gives back basic data.

May I request the reboot script.  At times the miner hangs the app doesn't auto-close.  Having an independent script reboot the system itself will be helpful.

you mean when it hangs like with the Warning: threadx hashing speed is 0 (x) message?
it goes to 4 checks, after that it should shut down and the script takes it over and restarts the miner.

you can edit it to restart the whole system if you would like that
hero member
Activity: 2548
Merit: 626
V1.3.1
- 'gpu_conf' is now a little more advanced , added worksize and threads option, for more fine tuning
- Intensity now goes from 0-300 , because on Lite and LiteV7 some cards can go more than 200
- Changed color scheme a little bit
- Some optimisations for Hawaii cards (290, 290x, 390, 390x), set intensity to 0 and double_threads to true, or play with manual settings in the 'gpu_conf' part

Note:
You can still use the old config style for 'gpu_conf' i f you want (id, intensity, double_threads). If mixing double_threads and threads, threads will win and be accepted  Grin

Nice, will check it out after work.

Any optimization for 380 and 380x cards?

nothing yet, maybe try :

{ "id" : 0, "intensity" : 32, "worksize" : 8, "threads" : 2}
full member
Activity: 729
Merit: 114
its not his fault im the guilty one here, as im so tired that i uploaded a messed up config.txt.
I re uploaded the zip, corrected that. Sorry guys,time for me to rest a little Cheesy
When are you going to reupload the corrected version? Thank you.

Read the post again. You'll find the answer

Just an info, next stop is the failover pools, after that i go on ADL (temperature, clocks, voltage etc..) this one will be an interesting trip Smiley, then API that gives back basic data.

May I request the reboot script.  At times the miner hangs the app doesn't auto-close.  Having an independent script reboot the system itself will be helpful.
hero member
Activity: 2548
Merit: 626
newbie
Activity: 59
Merit: 0
Hi all,
srbminer doesn't run. It says 'config.txt parse error'. I have doublechecked the config file, but cannot find where I am wrong.

Thank you.

start.bat is unmodified.

P.S
claymore cryptonight runs fine.

Code:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 47,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Gpu target temperature, leave it on 0 if you don't want to use this option  */
"target_temperature" : 60,

/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,

/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part  */
"pool" : "xmr-asia1.nanopool.org:14444",

/* Address of you wallet  */
"wallet" : "48uBGByHY6FdkwQE73depXLvoMYADDRESSHERE",

/* Password for your wallet, probably just x  */
"password" : "x",

/* Location for devfee servers, to get better latency  */
"location" : "asia",

/* If you want to log console output, put a filename here  */
"log_file" : "",

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

*/"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

You've */ messed up in gpu_conf of your script. 

its not his fault im the guilty one here, as im so tired that i uploaded a messed up config.txt.
I re uploaded the zip, corrected that. Sorry guys,time for me to rest a little Cheesy
When are you going to reupload the corrected version? Thank you.

PS
I was a fool. I didn’t notice the past tense.
full member
Activity: 364
Merit: 106
ONe Social Network.
[2018-04-09 16:18:49] GPU0:    1503.0 H/S [T: 60c, RPM: 2684]
[2018-04-09 16:18:49] GPU1:    1484.0 H/S [T: 60c, RPM: 2684]
[2018-04-09 16:18:49] GPU2:    1329.0 H/S [T: 59c, RPM: 1149]
[2018-04-09 16:18:49] GPU3:    1509.0 H/S [T: 59c, RPM: 1149]
[2018-04-09 16:18:49] Total:   5825.0 H/S

awesome speed on heavy with vega 56...the 1,3khs card has monitor plugged in
hero member
Activity: 2548
Merit: 626
Just an info, next stop is the failover pools, after that i go on ADL (temperature, clocks, voltage etc..) this one will be an interesting trip Smiley, then API that gives back basic data.
hero member
Activity: 2548
Merit: 626
Hi all,
srbminer doesn't run. It says 'config.txt parse error'. I have doublechecked the config file, but cannot find where I am wrong.

Thank you.

start.bat is unmodified.

P.S
claymore cryptonight runs fine.

Code:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 47,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Gpu target temperature, leave it on 0 if you don't want to use this option  */
"target_temperature" : 60,

/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,

/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part  */
"pool" : "xmr-asia1.nanopool.org:14444",

/* Address of you wallet  */
"wallet" : "48uBGByHY6FdkwQE73depXLvoMYADDRESSHERE",

/* Password for your wallet, probably just x  */
"password" : "x",

/* Location for devfee servers, to get better latency  */
"location" : "asia",

/* If you want to log console output, put a filename here  */
"log_file" : "",

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

*/"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

You've */ messed up in gpu_conf of your script. 

its not his fault im the guilty one here, as im so tired that i uploaded a messed up config.txt.
I re uploaded the zip, corrected that. Sorry guys,time for me to rest a little Cheesy
full member
Activity: 729
Merit: 114
Hi all,
srbminer doesn't run. It says 'config.txt parse error'. I have doublechecked the config file, but cannot find where I am wrong.

Thank you.

start.bat is unmodified.

P.S
claymore cryptonight runs fine.

Code:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 47,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Gpu target temperature, leave it on 0 if you don't want to use this option  */
"target_temperature" : 60,

/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,

/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part  */
"pool" : "xmr-asia1.nanopool.org:14444",

/* Address of you wallet  */
"wallet" : "48uBGByHY6FdkwQE73depXLvoMYADDRESSHERE",

/* Password for your wallet, probably just x  */
"password" : "x",

/* Location for devfee servers, to get better latency  */
"location" : "asia",

/* If you want to log console output, put a filename here  */
"log_file" : "",

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

*/"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

You've */ messed up in gpu_conf of your script. 
newbie
Activity: 59
Merit: 0
Hi all,
srbminer doesn't run. It says 'config.txt parse error'. I have doublechecked the config file, but cannot find where I am wrong.

Thank you.

start.bat is unmodified.

P.S
claymore cryptonight runs fine.

Code:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 47,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Gpu target temperature, leave it on 0 if you don't want to use this option  */
"target_temperature" : 60,

/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,

/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part  */
"pool" : "xmr-asia1.nanopool.org:14444",

/* Address of you wallet  */
"wallet" : "48uBGByHY6FdkwQE73depXLvoMYADDRESSHERE",

/* Password for your wallet, probably just x  */
"password" : "x",

/* Location for devfee servers, to get better latency  */
"location" : "asia",

/* If you want to log console output, put a filename here  */
"log_file" : "",

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

*/"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}
jr. member
Activity: 54
Merit: 1
Mining ETN at nanopool with RX580 8GB , intensity 60 on each card 890h/s! Is there anyway I can further tweak it or that's the maximum? Do you guys have some BIOS mods for RX580 Sapphire Nitro+ Special Edition's with Micron memory for cryptonight algorithm? I am currently mining it with my ETH, which may be causing this not optimal speed.
It is low, RX570 gives 890-900 H/s.
member
Activity: 125
Merit: 10
please can you give me command line ubuntu16?i am noob  Grin
thnks

I am also very noob gays  Grin
just monitor it  Cheesy
newbie
Activity: 10
Merit: 0
Mining ETN at nanopool with RX580 8GB , intensity 60 on each card 890h/s! Is there anyway I can further tweak it or that's the maximum? Do you guys have some BIOS mods for RX580 Sapphire Nitro+ Special Edition's with Micron memory for cryptonight algorithm? I am currently mining it with my ETH, which may be causing this not optimal speed.
in the first message of this topic there is a link to a different BIOS
newbie
Activity: 65
Merit: 0
Mining ETN at nanopool with RX580 8GB , intensity 60 on each card 890h/s! Is there anyway I can further tweak it or that's the maximum? Do you guys have some BIOS mods for RX580 Sapphire Nitro+ Special Edition's with Micron memory for cryptonight algorithm? I am currently mining it with my ETH, which may be causing this not optimal speed.
hero member
Activity: 935
Merit: 1001
I don't always drink...
I can confirm that Vega 56 works with Intensity 112 with monero7.  Gets same output as XMR-STAK.
The potential here is looking good.
full member
Activity: 588
Merit: 103
It would be nice if we can set GPU and MEM clock directly from config file. Can you please add that in future version?
newbie
Activity: 61
Merit: 0
V1.3.1
- 'gpu_conf' is now a little more advanced , added worksize and threads option, for more fine tuning
- Intensity now goes from 0-300 , because on Lite and LiteV7 some cards can go more than 200
- Changed color scheme a little bit
- Some optimisations for Hawaii cards (290, 290x, 390, 390x), set intensity to 0 and double_threads to true, or play with manual settings in the 'gpu_conf' part

Note:
You can still use the old config style for 'gpu_conf' i f you want (id, intensity, double_threads). If mixing double_threads and threads, threads will win and be accepted  Grin

Nice, will check it out after work.

Any optimization for 380 and 380x cards?
Jump to: