diff --git a/config.json b/config.json index f030851..dcf961b 100644 --- a/config.json +++ b/config.json @@ -77,16 +77,16 @@ "interval": 600, "maxAddresses": 50, "mixin": 3, - "transferFee": 5000000000, - "minPayment": 100000000000, + "transferFee": 50000000, + "minPayment": 1000000000, "maxTransactionAmount": 0, - "denomination": 100000000000 + "denomination": 1000000000 }, "blockUnlocker": { "enabled": true, "interval": 30, - "depth": 60, + "depth": 10, "poolFee": 2, "devDonation": 0.1, "coreDevDonation": 0.1,