We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b00a1f commit 29e31cdCopy full SHA for 29e31cd
contrib/side-cars/fee-estimate.sh
@@ -3,9 +3,14 @@
3
####################################
4
# Usage
5
#
6
+# $ # one-shot fee-rate calculation
7
# $ ./fee-estimate.sh
8
# 161
9
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)
14
# $ ./fee-estimate.sh test; echo $?
15
# 0
16
0 commit comments