diff --git a/pool_configs/galleon_example.json b/pool_configs/galleon_example.json index 470361a..b195a66 100644 --- a/pool_configs/galleon_example.json +++ b/pool_configs/galleon_example.json @@ -1,5 +1,5 @@ { - "disabled": false, + "disabled": true, "coin": "galleon.json", "address": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz", diff --git a/pool_configs/helixcoin_example.json b/pool_configs/helixcoin_example.json index 75f412c..6eb6e76 100644 --- a/pool_configs/helixcoin_example.json +++ b/pool_configs/helixcoin_example.json @@ -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, diff --git a/pool_configs/hobonickels_example.json b/pool_configs/hobonickels_example.json index 144fd24..3e57c63 100644 --- a/pool_configs/hobonickels_example.json +++ b/pool_configs/hobonickels_example.json @@ -4,7 +4,7 @@ "shareProcessing": { "internal": { - "enabled": true, + "enabled": false, "validateWorkerAddress": true, "paymentInterval": 10, "minimumPayment": 100.001, diff --git a/pool_configs/litecoin_example.json b/pool_configs/litecoin_example.json index 6efb22f..27e68fc 100644 --- a/pool_configs/litecoin_example.json +++ b/pool_configs/litecoin_example.json @@ -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,