Created
October 14, 2014 09:57
-
-
Save pmitchev/90c4da8578168791043c to your computer and use it in GitHub Desktop.
Dashcoin pool payment config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "payments": { | |
| "enabled": true, | |
| "interval": 30, | |
| "maxAddresses": 5, | |
| "mixin": 3, | |
| "transferFee": 1500000000, | |
| "minPayment": 1000000000000, | |
| "maxTransactionAmount": 50000000000000, | |
| "denomination": 100000000000 | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment