Refactor Seed+SCB recovery/rescan
See original GitHub issueRecovering from seed (& SCB) needs a refactor. The idea is here to put the lnd & cl into a recovery mode where they are the started everytime with resetting on-chain transaction history and going into rescan when booted/restarted until they run trhu one time in a row and then get set back to normal mode.
So the scripts lnd.backup.sh & cl.backup.sh with get an recovery option for mainnet/testnet/signet and the background process will check for the recovery to finish.
Notes for lnd:
lncli getrecoveryinfo
lnd --reset-wallet-transactions
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
How can I recover a wallet using the mnemonic seed?
Go to the folder containing monero-wallet-cli and run "./monero-wallet-cli --restore-deterministic-wallet", entering your mnemonic seed when prompted. NOTE that ...
Read more >Refactoring programs - Rocket Software Documentation
Refactoring changes the internal structure of a program without modifying its external behavior or existing functionality. You usually refactor a program to ...
Read more >To Rehost or Refactor - LinkedIn
You still need to provide local device support, printing, scanning and lots more. Your big footprint may move, but you still have a...
Read more >A topological refactoring design strategy yields highly stable ...
Here, we demonstrate the utility of a topological refactoring strategy to design novel granulopoietic proteins starting from the ...
Read more >BTCRecover
BTCRecover is an open source wallet password and seed recovery tool. ... For wallet password or passphrase recovery, it is primarily useful if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

When running the LND-REPAIR and REST with SEED+SCB I got the following error message after uploading the SCB:
and as for first test … the “rescan” afterthis does not finish - will keep runnnig over night to see results.
The problem is that the macaroon owner is bitcoin:bitcoin and root (doing the background scan) is not in group bitcoin. Will add root user to group bitcoin in beginning of background.scan script.