Hush-flavored NOMP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
854 B

{
"enabled":true,
"coin": "COINNAMEVAR.json",
"address": "WALLETADDRVAR",
"zAddress": "",
"tAddress": "WALLETADDRVAR",
"walletInterval": 5,
"rewardRecipients": {},
"tlsOptions": { "enabled": false },
"paymentProcessing": { "enabled": false, "daemon": false },
"trackShares": { "disable": true },
"ports": {
"STRATUMPORTVAR": {
"tls":false,
"diff": 0.05,
"varDiff": {
"minDiff": 0.04,
"maxDiff": 16,
"targetTime": 15,
"retargetTime": 60,
"variancePercent": 30
}
}
},
"daemons": [{
"host": "127.0.0.1",
"port": RPCPORTVAR,
"user": "RPCUSERVAR",
"password": "RPCPASSVAR"
}],
"p2p": {
"enabled": true,
"host": "127.0.0.1",
"port": P2PPORTVAR,
"disableTransactions": true
},
"mposMode": { "enabled": false }
}