Commit Graph

139 Commits (b857a1a693bda44b2315b0a7abc146380a3d973f)
 

Author SHA1 Message Date
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 68eeabf198
root: bump version to 0.10.4 2 years ago
Oliver Gugger 3fd5218252
lnd: fix key derivation for good 2 years ago
Oliver Gugger 34263d7728
root: bump version to 0.10.3 2 years ago
Oliver Gugger ece46945b1
lnd: fix another bug in key derivation
Turns out, the same "we create a default account immediately but any
other account is loaded from the DB" rule applies to the coin type key
too.
2 years ago
Oliver Gugger 942075218c
zombierecovery: add done pairs to matching 2 years ago
Oliver Gugger fec029a6b6
root: bump version to 0.10.2 2 years ago
Oliver Gugger af563bb1c6
lnd: replicate btcwallet's key derivation exactly
There's this special case in lnd's wallet (btcwallet) where
the coin type and account keys are always serialized as a
string and encrypted, which actually fixes the key padding
issue that makes the difference between DeriveNonStandard and
Derive. To replicate lnd's behavior exactly, we need to
serialize and de-serialize the extended key at the coin type
and account level (depth = 2 or depth = 3). This does not
apply to the default account (id = 0) because that is always
derived directly.
2 years ago
Oliver Gugger d67675e68f
closepoolaccount: add more logging 2 years ago
Oliver Gugger 9601d5893e
Merge pull request #38 from a455bcd9/patch-1
Update README.md
2 years ago
Antoine Dusséaux 11c4d4dbde
Update README.md
Note on safety
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 2f5f081518
lnd+signrescuefunding: use DeriveNonStandard to be compatible with lnd 2 years ago
Oliver Gugger a239f944d6
multi: update lnd dependency to v0.14.1-beta 2 years ago
Oliver Gugger 050253ec90
mod: fix dependabot alert 3 years ago
Oliver Gugger a1d6ae8bae
sweeptimelockmanual: refactor and implement new ECDH format
We need to implement the new ECDH based revocation root format.
3 years ago
Oliver Gugger 9000e82973
docs: re-generate docs 3 years ago
Oliver Gugger 629d381c3e
rescuefunding: fix local vs. remote chan cfg 3 years ago
Oliver Gugger d1eb72b7d9
root: bump version to 0.9.4 3 years ago
Oliver Gugger 04b5cd8b49
rescuefunding: add option that doesn't require DB 3 years ago
Oliver Gugger 73276ae98f
Merge pull request #34 from Feyynt/patch-2
Update fix-commitment-tx.md
3 years ago
Feyynt 91c7b1861d
Update fix-commitment-tx.md 3 years ago
Oliver Gugger cb42bd1a94
fakechanbackup: fix onion address parsing
Fixes #24 by correctly parsing Tor addresses that contain a .onion
hostname.
3 years ago
Oliver Gugger 0242b40f63
README: link to signature fix document 3 years ago
Oliver Gugger 45f6543346
Merge pull request #32 from Feyynt/patch-1
Create 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 98aabb89b3
rescueclosed: fix crash for nil commit point 3 years ago
Oliver Gugger 328f48d1f7
dropchannelgraph: allow removing single channel 3 years ago
Oliver Gugger dc10f2dd87
doc: re-generate docs 3 years ago
Oliver Gugger 883705f2f0
multi: update lnd version to v0.13.1-beta 3 years ago
Oliver Gugger 46d79f5b80
sweeptimelock: refactor as preparation for next feature 3 years ago
Oliver Gugger 2d1c83ca65
Merge pull request #20 from nicolasburtey/patch-1
fix segfault
3 years ago
nicolasburtey 4ed8e63326
fix segfault 3 years ago
Oliver Gugger b1286e7e3c
multi: update lnd to 0.12.1-beta, add deletepayments command 3 years ago
Oliver Gugger b0fd539557
root: bump version to 0.8.5 3 years ago
Oliver Gugger de26dcab6f
signrescuefunding: fix nil pointer issue 3 years ago
Oliver Gugger 994b669a0c
lnd+walletinfo: return more verbose error on DB timeout
Fixes #18. Any bbolt database has a unique lock, meaning it cannot be
opened by two processes at the same time. The simple "timeout" error
that is returned if opening fails is not very informative though.
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 3a06ffe259
rescueclosed: support static_remote_key outputs 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 5aa69d38ab
Merge pull request #17 from AbelLykens/patch-1
Ask for forceclose = remote close
3 years ago
AbelLykens 883567e7aa
Ask for forceclose = remote close
Wording
3 years ago