Post
Topic
Board Mining (Altcoins)
Re: lolMiner 0.5 Equihash Miner, Update: Sep 25th: More Speed & AION Mining
by
A-Bolt
on 25/09/2018, 20:57:26 UTC
I keep getting the same Error: ./user_config.json is not found or no valid configuration file (json parse fails)

                                                                                       ./user_config.json(15): expected '}' or ','

You forgot some closing "]" and "}" at the end:

Code:
{
        "DEFAULTS" : {
       "DEVICES" : "AUTO",
       "APIPORT" : 0
},

"EXAMPLE_BTCZ" :
{
             "COIN" : "BTCZ",
             "POOLS" : [
                  { "POOL" : "mine-btcz-na.equipool.1ds.us",
                   "PORT" : "50063",
                   "USER" : "t1h7WGHNLx8hY97UerETfDPVfVj9QqNM94d.lolMiner",
                   "PASS" : "minpayout=1000" }
                                           ]
        }
}