Compare commits

..

4 Commits

Author SHA1 Message Date
Oliver Gugger a6cd3ab04c
findlostchannel: add new command to ask all nodes about a channel 1 month ago
Oliver Gugger cc284baa67
Merge pull request #132 from lightninglabs/triggerforceclose
triggerforceclose: make compatible with all nodes, add Tor support
1 month ago
Oliver Gugger 6acc81815e
root: bump version to v0.13.1 1 month ago
Oliver Gugger e3285daf5b
triggerforceclose: support Tor connections 1 month ago

@ -30,7 +30,7 @@ const (
// version is the current version of the tool. It is set during build.
// NOTE: When changing this, please also update the version in the
// download link shown in the README.
version = "0.13.0"
version = "0.13.1"
na = "n/a"
// lndVersion is the current version of lnd that we support. This is

@ -30,6 +30,7 @@ chantools triggerforceclose \
-h, --help help for triggerforceclose
--peer string remote peer address (<pubkey>@<host>[:<port>])
--rootkey string BIP32 HD root key of the wallet to use for deriving the identity key; leave empty to prompt for lnd 24 word aezeed
--torproxy string SOCKS5 proxy to use for Tor connections (to .onion addresses)
--walletdb string read the seed/master root key to use fro deriving the identity key from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
```

Loading…
Cancel
Save