2021-05-01 20:10:09 +00:00
|
|
|
## chantools zombierecovery findmatches
|
|
|
|
|
|
|
|
[0/3] Match maker only: Find matches between registered nodes
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Match maker only: Runs through all the nodes that have
|
|
|
|
registered their ID on https://www.node-recovery.com and checks whether there
|
|
|
|
are any matches of channels between them by looking at the whole channel graph.
|
|
|
|
|
|
|
|
This command will be run by guggero and the result will be sent to the
|
|
|
|
registered nodes.
|
|
|
|
|
|
|
|
```
|
|
|
|
chantools zombierecovery findmatches [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
|
|
|
```
|
|
|
|
chantools zombierecovery findmatches \
|
|
|
|
--registrations data.txt \
|
2023-04-11 14:34:48 +00:00
|
|
|
--ambosskey <API key>
|
2021-05-01 20:10:09 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2023-04-11 14:34:48 +00:00
|
|
|
--ambossdelay duration the delay between each query to the Amboss GraphQL API (default 4s)
|
|
|
|
--ambosskey string the API key for the Amboss GraphQL API
|
2021-05-01 20:10:09 +00:00
|
|
|
--apiurl string API URL to use (must be esplora compatible) (default "https://blockstream.info/api")
|
|
|
|
-h, --help help for findmatches
|
|
|
|
--registrations string the raw data.txt where the registrations are stored in
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
|
|
|
-r, --regtest Indicates if regtest parameters should be used
|
2023-09-18 13:09:44 +00:00
|
|
|
-s, --signet Indicates if the public signet parameters should be used
|
2021-05-01 20:10:09 +00:00
|
|
|
-t, --testnet Indicates if testnet parameters should be used
|
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [chantools zombierecovery](chantools_zombierecovery.md) - Try rescuing funds stuck in channels with zombie nodes
|
|
|
|
|