I'm trying this out for the first time and I need to know what to put for -p x.
EDIT:I fix a mistake in the file but 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 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