diff --git a/pool_configs/zcash_example.json b/pool_configs/zcash_example.json index fc17c41..33b1eea 100644 --- a/pool_configs/zcash_example.json +++ b/pool_configs/zcash_example.json @@ -11,7 +11,7 @@ "tAddress": "", "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", - "walletInterval": 10, + "walletInterval": 2.5, "rewardRecipients": { "": 0.2, diff --git a/pool_configs/zcash_testnet_example.json b/pool_configs/zcash_testnet_example.json index 07f84f6..6340845 100644 --- a/pool_configs/zcash_testnet_example.json +++ b/pool_configs/zcash_testnet_example.json @@ -12,7 +12,7 @@ "tAddress": "", "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", - "walletInterval": 10, + "walletInterval": 2.5, "rewardRecipients": { "": 0.2, diff --git a/pool_configs/zclassic_example.json b/pool_configs/zclassic_example.json index 475dcb0..b7851e7 100644 --- a/pool_configs/zclassic_example.json +++ b/pool_configs/zclassic_example.json @@ -11,7 +11,7 @@ "tAddress": "tmLqYHEnCiL4dpktEKdAKeRjPdkxNtJVWfb", "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", - "walletInterval": 10, + "walletInterval": 2.5, "rewardRecipients": { },