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.
 
 
 
 
 
 

36 lines
865 B

{
"enabled":true,
"coin": "hush.json",
"address": "t-address-#1",
"zAddress": "your-pool-z-address",
"tAddress": "t-address-#2",
"invalidAddress":"t-address-#3",
"walletInterval": 5,
"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
},
"tlsOptions": { "enabled": false },
"paymentProcessing": { "enabled": false, "daemon": false },
"trackShares": { "disable": true },
"ports": {
"3333": {
"diff": 262144
}
},
"daemons": [{
"host": "127.0.0.1",
"port": 18031,
"user": "username-set-in-HUSH3.conf",
"password": "password-set-in-HUSH3.conf"
}],
"p2p": {
"enabled": true,
"host": "127.0.0.1",
"port": 18030,
"disableTransactions": true
},
"mposMode": { "enabled": false }
}