Skip to content

Commit 12bf477

Browse files
committed
change default value for --btc-min-tx-interval from 10 minutes to 1 hour
1 parent 2e0a21e commit 12bf477

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

contrib/systemd/bitcoind-ready.sh

Whitespace-only changes.

contrib/systemd/otsd.service

Whitespace-only changes.

otsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ parser.add_argument("--btc-min-confirmations", metavar='N', type=int,
6363
default=6,
6464
help="Confirmations required before we save a Bitcoin timestamp permanently, must be greater than 1 (default: %(default)d)")
6565
parser.add_argument("--btc-min-tx-interval", metavar='SECONDS', type=int,
66-
default=600,
66+
default=3600,
6767
help="Minimum interval between timestamp transactions (default: %(default)d seconds)")
6868
parser.add_argument("--btc-max-fee", metavar='FEE', type=float,
6969
default=0.001,

0 commit comments

Comments
 (0)