Commit Graph

49 Commits (master)

Author SHA1 Message Date
Oliver Gugger 71b824e105
README+doc: update all docs 4 weeks ago
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`.
3 months ago
Felix Passenberg d9af0e36e5
doublespendinputs: remove RBF argument, RBF always on 3 months ago
Felix Passenberg 3b50a5ce16
doublespendinputs: allow RBF per default 3 months ago
Oliver Gugger 7e3ea44fd4
multi: standardize address checks 4 months ago
Oliver Gugger 5cf7fd60c4
multi: clean up after PRs 4 months ago
Oliver Gugger 7227c7f101
multi: add new pullanchor command 4 months ago
Oliver Gugger 0ebb732576
rescueclosed: clarify instructions
Fixes #102.
4 months ago
Yuck Fou 55208e0218
Update zombierecovery.md
Fix typo: Hou -> You
6 months ago
bitromortac 4f083e1c1d
multi: bump to lnd version v0.17.0-beta 6 months ago
Oliver Gugger f191d1bb91
multi: add new dropgraphzombies command 7 months ago
Oliver Gugger 909163b260
doc: update after adding signet 7 months ago
Oliver Gugger 4926ae2db8
doc+triggerforceclose: make command help more explicit 7 months ago
Oliver Gugger 88a715fca8
doc: update after changes in recoverloopin 11 months ago
Oliver Gugger 4e0c5ada63
multi: update repo/module from github.com/{guggero => lightninglabs}/chantools 11 months ago
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.
11 months ago
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.
11 months ago
Oliver Gugger 732217bbef
doc: add recoverloopin 1 year ago
Oliver Gugger 9fadec97a7
multi: add bitcoin-descriptors to genimportscript 1 year ago
Oliver Gugger f960dd07c4
doc: update docs 1 year ago
Oliver Gugger 3503b21182
multi: bump to lnd v0.16.0-beta.rc2 1 year ago
Oliver Gugger 083453ef5d
multi: add triggerforceclose command 1 year ago
Oliver Gugger 3ab5706bb5
docs: specify optionality of SCID 1 year ago
Oliver Gugger 0e856460a7
rescuetweakedkey: add new command rescuetweakedkey 1 year ago
Oliver Gugger 3d4c5c359e
multi: bump lnd channeldb version to v0.15.1-beta 2 years ago
AbelLykens 1dfde31073
Zombie recovery drawing (#45)
* Flow image

* PNG version

* Add flowchart, fix numbering

* Explain image is simplified
2 years ago
Oliver Gugger b857a1a693
README+doc: fix formatting and small nits 2 years ago
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
2 years ago
Oliver Gugger 6e34bfc661
closepoolaccount: add new command to close an expired pool account 2 years ago
Oliver Gugger a60be352cc
sweeptimelock: add feerate parameter to example command 2 years ago
Oliver Gugger a239f944d6
multi: update lnd dependency to v0.14.1-beta 2 years ago
Oliver Gugger 9000e82973
docs: re-generate docs 2 years ago
Feyynt 91c7b1861d
Update fix-commitment-tx.md 3 years ago
Feyynt 5998ee015a
Create fix-commitment-tx.md 3 years ago
Oliver Gugger ce3cc2ceef
genimportscript: add Electrum format, write result to file 3 years ago
Oliver Gugger 0821c35442
sweepremoteclosed: add command for sweeping closed channels 3 years ago
Oliver Gugger fe9233761e
fakechanbackup+rescueclosed: update description 3 years ago
Oliver Gugger dc10f2dd87
doc: re-generate docs 3 years ago
Oliver Gugger af356685c1
zombierecovery: add new commands for zombie channel recovery 3 years ago
Oliver Gugger 7a3c9a3f0b
derivekey: add new --identity flag for lnd identity_pubkey 3 years ago
Oliver Gugger f78b4e07b7
multi: remove optional --rootkey flag from examples 3 years ago
Oliver Gugger e8e7c641dc
rescueclosed: allow reading commit_points from log file 3 years ago
Oliver Gugger 53f886cf43
fakechanbackup: create fake backup from graph data 3 years ago
Oliver Gugger afdfbfbb02
doc: update docs after adding fakechanbackup 3 years ago
Oliver Gugger b07c7b2442
cmd+doc: add new dropchannelgraph command 3 years ago
Oliver Gugger 729e71f751
cmd: add migratedb command 3 years ago
Oliver Gugger e6fcb580a3
doc+cmd: generate description from commands 3 years ago
Oliver Gugger caf4da51c6
doc: generate docs with cobra 3 years ago
Oliver Gugger 438c8abf5a
doc: describe default recovery scenario 4 years ago