Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.4.6
by
btcshiner
on 22/04/2018, 08:11:10 UTC
Trying this miner for the first time.  It doesn't like my config.  What am I doing wrong?  It tells me I have a parse error

"cryptonight_type" : "normalv7",

"intensity" : 0,


"double_threads" : true,

"target_temperature" : 0,

"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
   { "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2}, <<-- shouldn't have a comma. took this out
}
] <-- probably a brace here

look in quote Smiley

I added a bracket same result.

I also tried one like this  I'm on 1.4.6

{
"cryptonight_type" : normal7,
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 0,
"pool_use_tls" : false,
"pool" : "xmr-us-east1.nanopool.org:14433",
"wallet" : 4"4zEcts1D3JBxqiPBa2qkZZFQToQXGo58ZhwH1G2vgun8zYSieibhzGLLUgXTe9wu2d3GaUyaPXQ1f2e 6raxmoT83kpKDkc",
"password" : "x",
"location" : "europe",
"log_file" : "",
}
]