Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller
by
nanomo
on 28/03/2016, 03:52:39 UTC
I'm trying this out for the first time and I need to know what to put for -p x.


 },
  "ZPOOL.ca": {
    "account": "wallet address ",
    "pricemode": 1,
    "balancemode": 0,
    "btcfee": 2,
    "sparam1": "-o stratum+tcp://mine.zpool.ca",
    "sparam2": "-p x",
    "algos": [
      {
        "algo": "x11",
        "folder": "_APARAM1_",
        "command": "_APARAM2_",
        "arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_"
      },

-----------------------------------------------------------------------------------------------------------

Is it this?

 },
  "ZPOOL.ca": {
    "account": "wallet address ",
    "pricemode": 1,
    "balancemode": 0,
    "btcfee": 2,
    "sparam1": "-o stratum+tcp://mine.zpool.ca",
    "sparam2": "-p -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4",
    "algos": [
      {
        "algo": "x11",
        "folder": "_APARAM1_",
        "command": "_APARAM2_",
        "arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_"
      },


Thx

you have a double "-p -p"