Browse Source

Add 'pool_configs/hush.json'

My working config (payments not yet tested, but finds and submits blocks)
dev-fekt
fekt 2 years ago
parent
commit
df18d715c9
  1. 86
      pool_configs/hush.json

86
pool_configs/hush.json

@ -0,0 +1,86 @@
{
"enabled": false,
"coin": "hush.json",
"address": "t-address-#1",
"zAddress": "z-address-#1",
"tAddress": "same-as-t-address-#1",
"pubkey": "pubkey-of-t-address-#1 (./hush-cli validateaddress t-address-#1)",
"walletInterval": 1,
"rewardRecipients": {
"pool-operators-t-address-with-1.5-percent": 1.5,
"2nd-pool-operators-t-address-with-0.5-percent": 0.5,
"can-remove-these-if-only-solo-mining": 0.1
},
"ac_founders": {
"RHushEyeDm7XwtaTWtyCbjGQumYyV8vMjn": 0.31250000
},
"tlsOptions": {
"enabled": false,
"serverKey": "",
"serverCert": "",
"ca": ""
},
"paymentProcessing": {
"enabled": false,
"minConf": 100,
"paymentMode": "prop",
"_comment_paymentMode": "prop, pplnt",
"paymentInterval": 43200,
"_comment_paymentInterval": "Interval in seconds to check and perform payments.",
"minimumPayment": 1,
"maxBlocksPerPayment": 3,
"daemon": {
"host": "127.0.0.1",
"port": 18031,
"user": "username-set-in-HUSH3.conf",
"password": "password-set-in-HUSH3.conf"
}
},
"ports": {
"3333": {
"tls": false,
"diff": 0.5,
"varDiff": {
"minDiff": 0.04,
"maxDiff": 272,
"targetTime": 15,
"retargetTime": 60,
"variancePercent": 30
}
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 18031,
"user": "username-set-in-HUSH3.conf",
"password": "password-set-in-HUSH3.conf"
}
],
"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 18030,
"disableTransactions": true
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "hush",
"checkPassword": true,
"autoCreateWorker": false
}
}
Loading…
Cancel
Save