Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller
by
shubaduba
on 28/05/2017, 10:43:29 UTC
First of all, thank you for this great MC tool. It saves a lot of time.

I've tried to add solo-mining coins to mine.
It works if launched manual, but MC doesnt show price, diff or Earn columns.

Here is my code:
 "SOLO-SIB": {"pricemode": 0, "cweight": 1, "fee":0,
        "algos": [{"active" : true,  "cname": "sibcoin", "priceid": "168", "tag": "SIB",  "algo": "sib", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ 192.168.2.231:9335 -u 1 -p 123 -i 22" }]

WTM is enabled in "general" :
 "wtmbuffer": true,
        "wtmsyncperiod": 2,
        "wtmextracoins":true,
        "wtmurl": "http://whattomine.com/coins.json",

Did I miss something?