Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller
by
Giraudy
on 13/07/2017, 15:00:26 UTC
Hello,

I have three questions:

1) What are the options for the "ExchangeName" field?
Quote
{"tag": "xlr", "wallet": "YOUR_WALLET", "exchange": "ExchangeName"}

2) What is the use of the WTM-coinname section?
Quote
"WTM-Solaris": {"account": "YOUR ACCOUNT","worker": "1070", "pricemode": 0, "cweight": 1.0, "fee":0,"sparam1": "","sparam2": "",
        "algos": [{"active" : false, "cname": "solaris", "tag":"xlr", "algo": "nist5", "priceid": "179", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ stratum+tcp://pool.solariscoin.com:3032 -u _ACCOUNT_._WORKER_ -p x" }]
   
}

3) Is there some way to have the program check and display the balances of the wallets?

Thank you very much for such a great tool Smiley

1. Here is an option with separated wallets in config.  You set the wallet and exchange in "wallets" segment of config
Code:
    {"tag": "btc", "wallet": "18SvPrC5iJ4gBeZM", "exchange": "Cryptopia"},
and then in pool coin string just set tag in wallet place
Code:
{"active" : true, "wallet": "BTC", "tag": "BTC","algo": "sha256", "cweight":1, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3556 -u _ACCOUNT_ -p _WORKER_" },

Exchange means that exchange rate will be downloaded from the API of this Exchange and it will affect the balance calculation. If not set, exchange rate will be taken from pools API, if provided.

2. Pools in config are hardcoded, because of links to API requests. But you easily can add any coin tracked by Whattomine on any pool via this service. You'll obtain the profitability data, but no balance and speed data from pool.

3. For pools from default config it should be, if you fill apikey and userid with your own.