Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.1
by
UnclWish
on 25/03/2018, 22:43:01 UTC
/* This is just an example, edit it and remove comment lines (the slash and star) !! */
"gpu_conf" :
[
{ "id" : 0, "intensity" : 13, "double_threads" : true},
{ "id" : 1, "intensity" : 13, "double_threads" : true},
{ "id" : 2, "intensity" : 13, "double_threads" : true},
{ "id" : 3, "intensity" : 13, "double_threads" : true},
{ "id" : 4, "intensity" : 13, "double_threads" : true},
{ "id" : 5, "intensity" : 12, "double_threads" : true},
]

/* Make sure not to delete this last blank line */

this is how the end of the config looks like

Try download this example config and run it :

https://mega.nz/#F!yJxTTZpK!ZA6WVs3kIfcw_slX3dgw1Q

In the new version, everything turned out. I would very much like that you could make additional pools in the config. It's real?

I also tried to do this, but nothing happened Smiley
"gpu_conf" :
[
{ "id" : 0, "intensity" : 13, "double_threads" : true},
{ "id" : 1, "intensity" : 13, "double_threads" : true},
{ "id" : 2, "intensity" : 13, "double_threads" : false},
{ "id" : 2, "intensity" : 12, "double_threads" : false},

{ "id" : 3, "intensity" : 13, "double_threads" : true},
{ "id" : 4, "intensity" : 12, "double_threads" : true},
]
Why you two times point the same gpu?