"ZPOOL": {
"account": "my address",
"pricemode": 1,
"balancemode": 0,
"btcfee": 2,
"sparam1": "-o stratum+tcp://mine.zpool.ca",
"sparam2": "-p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 c=BTC",
"algos": [
{
"algo": "x11",
"folder": "_APARAM1_",
"command": "_APARAM2_",
"arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_ -d 0,1,2"
},
{
"algo": "x13",
"folder": "_APARAM1_",
"command": "_APARAM2_",
"arguments": "_APARAM3_ _SPARAM1_:3633 -u _ACCOUNT_ _SPARAM2_ -d 0,1,2"
-----------------------------------------------------------------------------------------------------------------------------------
On my conf file.... what is the correct way to put the multi algo? Is this correct? Or do I need to put just -p x11=9.3 and on the next algo ( x13 ) put x13=7.5 ? Any help plz Thx
I get ,', error.
Or like this.
"ZPOOL": {
"account": "walletaddress",
"pricemode": 1,
"balancemode": 0,
"btcfee": 2,
"sparam1": "-o stratum+tcp://mine.zpool.ca",
"sparam2": "-p",
"algos": [
{
"algo": "x11",
"folder": "_APARAM1_",
"command": "_APARAM2_",
"arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_ x11=9.3 -d 0,1,2"
},
{
"algo": "x13",
"folder": "_APARAM1_",
"command": "_APARAM2_",
"arguments": "_APARAM3_ _SPARAM1_:3633 -u _ACCOUNT_ _SPARAM2_ x13=7.5 -d 0,1,2"
},