Oliver Gugger
ad7943909f
multi: update lnd to v0.18.4-beta
2024-12-27 13:57:33 +01:00
Oliver Gugger
ff331d3a92
cmd+doc: fix typo
2024-12-27 12:44:28 +01:00
Oliver Gugger
5c15eae2cb
root+doc: change default API server to api.node-recovery.com
...
The blockstream API is too unstable or blocks users after too few
requests. This commit changes the default API server to
api.node-recovery.com (hosted by guggero).
2024-10-28 13:18:12 +01:00
Boris Nagaev
223cc02de1
go.mod: update lnd to v0.18.3-beta
...
Also updated versions of modules inside LND repo (lnd/sqldb etc) to the versions
used by v0.18.3-beta.
Fixed few build errors caused by changes in APIs.
Ran "make docs" and updated the comments in go.mod and cmd/chantools/root.go
adding the instruction to run "make docs" after changing LND version.
2024-09-20 09:55:50 -03:00
Martin Berger
22cd413b1c
Fixed typo in chantools_zombierecovery.md
2024-07-04 21:58:14 +02:00
Boris Nagaev
7bd21fba58
update dependencies (LND v0.18.0-beta and co)
...
Updated versions:
- lnd: v0.17.4-beta -> v0.18.0-beta
- lnd/kvdb: v1.4.4 -> v1.4.8
- lnd/tor: v1.1.2 -> v1.1.3
- lnd/healthcheck: v1.2.3 -> v1.2.4
- lnd/tlv: v1.1.1 -> v1.2.6
- neutrino: v0.16.0 -> v0.16.1-0.20240425105051-602843d34ffd
- neutrino/cache: v1.1.1 -> v1.1.2
- lndclient: v0.17.4-1 -> v0.18.0-2
- loop: v0.26.6-beta -> v0.28.3
- loop/swapserverrpc: v1.0.5 -> v1.0.8
- pool: v0.6.2-beta.0.20230329135228-c3bffb52df3a ->
v0.6.5-beta.0.20240531084722-4000ec802aaa
- pool/auctioneerrpc: v1.0.7 -> v1.1.2
- aperture: v0.1.21-beta.0.20230705004936-87bb996a4030 -> v0.3.2-beta
- replace of protobuf: v1.30.0-hex-display -> v1.33.0-hex-display
- Go: 1.21 -> 1.22.3
Pool version v0.6.5-beta.0.20240531084722-4000ec802aaa was used because it uses
LND v0.18.0-beta, not v0.18.0-beta.rc3.
Fixed imports and API changes.
Updated Go version in README.
Updated LND version in cmd/chantools/root.go.
Ran `make docs`.
2024-06-18 11:01:52 -03:00
Oliver Gugger
e3285daf5b
triggerforceclose: support Tor connections
2024-04-29 09:54:02 +02:00
Oliver Gugger
179773fdb9
triggerforceclose: make cmd compatible with all nodes
2024-04-28 16:03:00 +02:00
Oliver Gugger
71b824e105
README+doc: update all docs
2024-03-27 18:22:50 +01:00
sputn1ck
3fbf8d0bd2
signmessage: add signmessage cmd
...
This commit adds the signmessage command which allows a user to sign a
message with the nodes identity key, similiar to `lncli signmessage`.
2024-02-06 10:38:47 +01:00
Felix Passenberg
d9af0e36e5
doublespendinputs: remove RBF argument, RBF always on
2024-01-29 16:13:23 +01:00
Felix Passenberg
3b50a5ce16
doublespendinputs: allow RBF per default
2024-01-26 02:40:59 +01:00
Oliver Gugger
7e3ea44fd4
multi: standardize address checks
2024-01-04 09:23:12 +01:00
Oliver Gugger
5cf7fd60c4
multi: clean up after PRs
2023-12-29 09:35:38 +01:00
Oliver Gugger
7227c7f101
multi: add new pullanchor command
2023-12-28 14:45:14 +01:00
Oliver Gugger
0ebb732576
rescueclosed: clarify instructions
...
Fixes #102 .
2023-12-15 10:02:56 +01:00
Yuck Fou
55208e0218
Update zombierecovery.md
...
Fix typo: Hou -> You
2023-11-12 10:19:42 +00:00
bitromortac
4f083e1c1d
multi: bump to lnd version v0.17.0-beta
2023-10-16 14:26:57 +02:00
Oliver Gugger
f191d1bb91
multi: add new dropgraphzombies command
2023-09-18 15:22:23 +02:00
Oliver Gugger
909163b260
doc: update after adding signet
2023-09-18 15:09:44 +02:00
Oliver Gugger
4926ae2db8
doc+triggerforceclose: make command help more explicit
2023-09-14 11:24:14 +02:00
Oliver Gugger
88a715fca8
doc: update after changes in recoverloopin
2023-06-02 13:02:12 +02:00
Oliver Gugger
4e0c5ada63
multi: update repo/module from github.com/{guggero => lightninglabs}/chantools
2023-06-02 13:02:11 +02:00
sputn1ck
aad46d3e64
rbfinputs: add rbfinputs command
...
This commit adds a new command to the chantools tool which allows
users to RBF inputs. In case a channel opening transaction is stuck
in the mempool, this command can be used to RBF spend the inputs
of the channel opening transaction to a different address.
2023-06-02 10:31:42 +02:00
sputn1ck
4b804f7024
multi: fix overflow on feerate
...
As we multiply the feerate by 1000, if the uint16 feerate is set higher
than 66 we would encounter an overflow and as such we could never
have a higher feerate than 65.
2023-06-02 10:27:22 +02:00
Oliver Gugger
732217bbef
doc: add recoverloopin
2023-04-28 09:24:18 +02:00
Oliver Gugger
9fadec97a7
multi: add bitcoin-descriptors to genimportscript
2023-04-21 11:02:11 +02:00
Oliver Gugger
f960dd07c4
doc: update docs
2023-04-11 16:37:20 +02:00
Oliver Gugger
3503b21182
multi: bump to lnd v0.16.0-beta.rc2
2023-03-09 08:59:55 +01:00
Oliver Gugger
083453ef5d
multi: add triggerforceclose command
2023-02-25 14:18:43 +01:00
Oliver Gugger
3ab5706bb5
docs: specify optionality of SCID
2023-01-09 09:35:36 +01:00
Oliver Gugger
0e856460a7
rescuetweakedkey: add new command rescuetweakedkey
2022-11-16 16:31:31 +01:00
Oliver Gugger
3d4c5c359e
multi: bump lnd channeldb version to v0.15.1-beta
2022-09-11 19:21:18 +02:00
AbelLykens
1dfde31073
Zombie recovery drawing ( #45 )
...
* Flow image
* PNG version
* Add flowchart, fix numbering
* Explain image is simplified
2022-05-20 11:58:52 +02:00
Oliver Gugger
b857a1a693
README+doc: fix formatting and small nits
2022-05-02 15:26:26 +02:00
AbelLykens
b8d5e07e3e
Initial Zombie recovery steps ( #44 )
...
* Suggested doc zombierecovery
* Add file format, and option to skip steps.
As suggested by guggero
* Ignore active channels
Someone could receive a notification from node-recovery about active channels.
* Add all suggestions by @guggero; more noob friendly
* Some more context @ file part
2022-05-02 14:57:26 +02:00
Oliver Gugger
6e34bfc661
closepoolaccount: add new command to close an expired pool account
2021-12-20 11:28:59 +01:00
Oliver Gugger
a60be352cc
sweeptimelock: add feerate parameter to example command
2021-12-20 11:28:30 +01:00
Oliver Gugger
a239f944d6
multi: update lnd dependency to v0.14.1-beta
2021-12-13 10:34:26 +01:00
Oliver Gugger
9000e82973
docs: re-generate docs
2021-11-11 13:32:19 +01:00
Feyynt
91c7b1861d
Update fix-commitment-tx.md
2021-09-30 14:46:40 +02:00
Feyynt
5998ee015a
Create fix-commitment-tx.md
2021-09-23 17:30:34 +02:00
Oliver Gugger
ce3cc2ceef
genimportscript: add Electrum format, write result to file
2021-08-29 22:04:53 +02:00
Oliver Gugger
0821c35442
sweepremoteclosed: add command for sweeping closed channels
2021-08-29 18:29:05 +02:00
Oliver Gugger
fe9233761e
fakechanbackup+rescueclosed: update description
2021-08-13 13:10:43 +02:00
Oliver Gugger
dc10f2dd87
doc: re-generate docs
2021-07-26 11:06:47 +02:00
Oliver Gugger
af356685c1
zombierecovery: add new commands for zombie channel recovery
2021-05-02 21:30:31 +02:00
Oliver Gugger
7a3c9a3f0b
derivekey: add new --identity flag for lnd identity_pubkey
2021-05-02 17:45:47 +02:00
Oliver Gugger
f78b4e07b7
multi: remove optional --rootkey flag from examples
2021-05-02 17:44:54 +02:00
Oliver Gugger
e8e7c641dc
rescueclosed: allow reading commit_points from log file
2021-05-02 15:52:43 +02:00