Added example config files for different types of coins (hashes and POS)
This commit is contained in:
parent
f60f9e41e9
commit
fc56d94092
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"disabled": false,
|
"disabled": true,
|
||||||
"coin": "galleon.json",
|
"coin": "galleon.json",
|
||||||
|
|
||||||
"address": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz",
|
"address": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz",
|
||||||
|
|||||||
@ -2,6 +2,30 @@
|
|||||||
"disabled": true,
|
"disabled": true,
|
||||||
"coin": "helixcoin.json",
|
"coin": "helixcoin.json",
|
||||||
|
|
||||||
|
"shareProcessing": {
|
||||||
|
"internal": {
|
||||||
|
"enabled": true,
|
||||||
|
"validateWorkerAddress": true,
|
||||||
|
"paymentInterval": 10,
|
||||||
|
"minimumPayment": 70,
|
||||||
|
"minimumReserve": 10,
|
||||||
|
"feePercent": 0.05,
|
||||||
|
"feeCollectAccount": "feesCollected",
|
||||||
|
"feeReceiveAddress": "mppaGeNaSbG1Q7S6V3gL5uJztMhucgL9Vh",
|
||||||
|
"feeWithdrawalThreshold": 5,
|
||||||
|
"daemon": {
|
||||||
|
"host": "localhost",
|
||||||
|
"port": 19332,
|
||||||
|
"user": "litecoinrpc",
|
||||||
|
"password": "testnet"
|
||||||
|
},
|
||||||
|
"redis": {
|
||||||
|
"host": "localhost",
|
||||||
|
"port": 6379
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"address": "H9xyrh45LzLX4uXCP6jG6ZGrWho8srUgiG",
|
"address": "H9xyrh45LzLX4uXCP6jG6ZGrWho8srUgiG",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
"shareProcessing": {
|
"shareProcessing": {
|
||||||
"internal": {
|
"internal": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"validateWorkerAddress": true,
|
"validateWorkerAddress": true,
|
||||||
"paymentInterval": 10,
|
"paymentInterval": 10,
|
||||||
"minimumPayment": 100.001,
|
"minimumPayment": 100.001,
|
||||||
|
|||||||
@ -7,11 +7,11 @@
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"validateWorkerAddress": true,
|
"validateWorkerAddress": true,
|
||||||
"paymentInterval": 10,
|
"paymentInterval": 10,
|
||||||
"minimumPayment": 100.001,
|
"minimumPayment": 70,
|
||||||
"minimumReserve": 10,
|
"minimumReserve": 10,
|
||||||
"feePercent": 0.02,
|
"feePercent": 0.05,
|
||||||
"feeCollectAccount": "feesCollected",
|
"feeCollectAccount": "feesCollected",
|
||||||
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
|
"feeReceiveAddress": "mppaGeNaSbG1Q7S6V3gL5uJztMhucgL9Vh",
|
||||||
"feeWithdrawalThreshold": 5,
|
"feeWithdrawalThreshold": 5,
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"address": "mfsm1ckZKTTjDz94KonZZsbZnAbm1UV4BF",
|
"address": "n4jSe18kZMCdGcZqaYprShXW6EH1wivUK1",
|
||||||
"blockRefreshInterval": 1000,
|
"blockRefreshInterval": 1000,
|
||||||
"txRefreshInterval": 20000,
|
"txRefreshInterval": 20000,
|
||||||
"connectionTimeout": 600,
|
"connectionTimeout": 600,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user