You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/chantools_pullanchor.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@ chantools pullanchor \
25
25
### Options
26
26
27
27
```
28
-
--anchoraddr stringthe address of the anchor output (p2wsh output with 330 satoshis)
29
-
--apiurl string API URL to use (must be esplora compatible) (default "https://blockstream.info/api")
30
-
--bip39 read a classic BIP39 seed and passphrase from the terminal instead of asking for lnd seed format or providing the --rootkey flag
31
-
--changeaddr string the change address to send the remaining funds to
32
-
--feerate uint32 fee rate to use for the sweep transaction in sat/vByte (default 30)
33
-
-h, --help help for pullanchor
34
-
--rootkey string BIP32 HD root key of the wallet to use for deriving keys; leave empty to prompt for lnd 24 word aezeed
35
-
--sponsorinput string the input to use to sponsor the CPFP transaction; must be owned by the lnd node that owns the anchor output
28
+
--anchoraddr stringArray the address of the anchor output (p2wsh or p2tr output with 330 satoshis) that should be pulled; can be specified multiple times per command to pull multiple anchors with a single transaction
29
+
--apiurl string API URL to use (must be esplora compatible) (default "https://blockstream.info/api")
30
+
--bip39 read a classic BIP39 seed and passphrase from the terminal instead of asking for lnd seed format or providing the --rootkey flag
31
+
--changeaddr string the change address to send the remaining funds to
32
+
--feerate uint32 fee rate to use for the sweep transaction in sat/vByte (default 30)
33
+
-h, --help help for pullanchor
34
+
--rootkey string BIP32 HD root key of the wallet to use for deriving keys; leave empty to prompt for lnd 24 word aezeed
35
+
--sponsorinput string the input to use to sponsor the CPFP transaction; must be owned by the lnd node that owns the anchor output
0 commit comments