Added example config files for different types of coins (hashes and POS)

This commit is contained in:
Matt 2014-03-27 13:11:52 -06:00
parent f60f9e41e9
commit fc56d94092
4 changed files with 30 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"disabled": false,
"disabled": true,
"coin": "galleon.json",
"address": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz",

View File

@ -2,6 +2,30 @@
"disabled": true,
"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",
"blockRefreshInterval": 1000,
"txRefreshInterval": 20000,

View File

@ -4,7 +4,7 @@
"shareProcessing": {
"internal": {
"enabled": true,
"enabled": false,
"validateWorkerAddress": true,
"paymentInterval": 10,
"minimumPayment": 100.001,

View File

@ -7,11 +7,11 @@
"enabled": true,
"validateWorkerAddress": true,
"paymentInterval": 10,
"minimumPayment": 100.001,
"minimumPayment": 70,
"minimumReserve": 10,
"feePercent": 0.02,
"feePercent": 0.05,
"feeCollectAccount": "feesCollected",
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
"feeReceiveAddress": "mppaGeNaSbG1Q7S6V3gL5uJztMhucgL9Vh",
"feeWithdrawalThreshold": 5,
"daemon": {
"host": "localhost",
@ -36,7 +36,7 @@
},
"address": "mfsm1ckZKTTjDz94KonZZsbZnAbm1UV4BF",
"address": "n4jSe18kZMCdGcZqaYprShXW6EH1wivUK1",
"blockRefreshInterval": 1000,
"txRefreshInterval": 20000,
"connectionTimeout": 600,