Skip to content

Commit 29e31cd

Browse files
committed
chore: more usage docs
1 parent 7b00a1f commit 29e31cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/side-cars/fee-estimate.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
####################################
44
# Usage
55
#
6+
# $ # one-shot fee-rate calculation
67
# $ ./fee-estimate.sh
78
# 161
89
#
10+
# $ # Check fees every 5 seconds and update `satoshis_per_byte` in `/path/to/miner.toml`
11+
# $ ./fee-estimate.sh watch /path/to/miner.toml 5
12+
#
13+
# $ # Run unit tests and report result (0 means success)
914
# $ ./fee-estimate.sh test; echo $?
1015
# 0
1116
####################################

0 commit comments

Comments
 (0)