Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller
by
Giraudy
on 07/06/2017, 13:03:29 UTC
Is it possible to add the Siamining.com pool?
The API is very similar to the Nanopool API.

beta 1.7.1.1 & 1.7.0.6

 Link1:
https://drive.google.com/open?id=0Bz8-ln3QUcV4U3kzVXFzMUI0VUE

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A


Added zencash for Suprnova
Added network connection check by launch
Added siamining.com pool

Code:
     "Siamining": {
        "poolenabled": true,
        "account": "YOUR WALLET",
        "worker": "1070",
        "weight": 1.0,
        "nobalance": false,
        "nospeed": false,
        "nospeedworker": false,
        "sparam1": "",
        "sparam2": "eu.siamining.com",
        "sparam3": "stratum+tcp://",

         "algos": [

           {"active" : true, "cname": "sia", "tag": "sc",   "algo": "siamining", "folder": "_APARAM1_", "cweight": 1, "fee": 2, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3__SPARAM2_:3333 -u _ACCOUNT_ -p _WORKER_ "  }
           
  ]