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.
 
 
 
 
 
 

77 lines
1.6 KiB

{
"enabled":false,
"coin":"hush.json",
"address":"t-address-#1",
"zAddress":"pool-z-address",
"tAddress":"same-as-t-address-#1",
"invalidAddress":"z-address-ValidAddressOfYourChoosingThatsNotThePoolZAddress",
"pubkey":"pubkey-of-t-address-#1 (./hush-cli validateaddress t-address-#1)",
"walletInterval":1,
"rewardRecipients":{
"pool-operators-z-address-with-1.5-percent":1.5,
"2nd-pool-operators-z-address-with-0.5-percent":0.5,
"can-remove-these-if-only-solo-mining":0.1
},
"ac_founders":{
"RHushEyeDm7XwtaTWtyCbjGQumYyV8vMjn":0.3125
},
"tlsOptions":{
"enabled":false,
"serverKey":"",
"serverCert":"",
"ca":""
},
"paymentProcessing":{
"enabled":false,
"minConf":10,
"paymentMode":"prop",
"_comment_paymentMode":"prop, pplnt",
"paymentInterval":3600,
"_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
}
}