Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.0
by
Ale-x1
on 09/04/2018, 07:39:21 UTC
Okay, there's one thing I cannot understand and that is how to setup the .bat file Cheesy I copied the following thing to the config.txt file:

Code:
{
"cryptonight_type" : NORMAL
"intensity" : 0,
"double_threads" : TRUE,
"target_temperature" : 45,
"pool_use_tls" : FALSE,
"pool" : "etn-eu1.nanopool.org:13333",
"wallet" : "xxx",
"password" : "x",
"location" : "EUROPE",
"log_file" : "IF YOU WANT TO LOG MINER OUTPUT PUT A FILENAME HERE"
}

I did not make any changes in the .bat file, because I wasn't too sure if I should be doing it. When I start the bat file, it loads something and afterwards I receive an error in the config.txt file (ParseError). Can anyone explain what do I exactly need to do to fix this issue?
Just add comma
Quote
,
after "cryptonight_type" : NORMAL