From e127ddacb7f9c0c1d96a8364726b63bf78229594 Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 13 Jan 2017 10:19:37 +1300 Subject: [PATCH] updated readme and example config --- README.md | 1 + config/example-outgoing.default.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5159ba2..5ec3faa 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Here are the detailed explaination of what the settings control and their defaul | `OUTGOING.minAmount` | `int` | true | 10 | minimum transaction size the server will accept | | `OUTGOING.maxAmount` | `int` | true | 10000 | maximum transaction size the server will accept | | `OUTGOING.navPoolAmount` | `int` | true | 50000 | the size of the NAV pool, all funds exceeding this value get sent to the NAVTech fee address | +| `OUTGOING.txFeePayoutMin` | `int` | true | 100 | the minimum fee amount to accrue before sending a payout to the anonTxFeeAddress | | `OUTGOING.anonTxFeeAddress` | `string` | true | `none` | NAV address used to collect the server processing fee. | | `OUTGOING.notificationEmail` | `string` | true | `none` | email address error notifications will be sent to | | `OUTGOING.smtp` | `object` | true | `none` | contains the settings to send notification emails via smtp | diff --git a/config/example-outgoing.default.json b/config/example-outgoing.default.json index 9376382..e42c3ec 100644 --- a/config/example-outgoing.default.json +++ b/config/example-outgoing.default.json @@ -20,6 +20,7 @@ "minAmount": 10, "maxAmount": 10000, "navPoolAmount": 50000, + "txFeePayoutMin": 100, "anonTxFeeAddress": "NAVCOIN_TX_FEE_ADDRESS", "notificationEmail": "youremail@gmail.com", "smtp": {