Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse arguments to "lncli unlock" #54

Open
olafmarcos opened this issue Aug 18, 2024 · 0 comments
Open

Parse arguments to "lncli unlock" #54

olafmarcos opened this issue Aug 18, 2024 · 0 comments

Comments

@olafmarcos
Copy link

I migrated an existing installation from linux with umbrel 0.5 to raspi with umbrel 1.2.2.

To accelerate the migration, i copied the Bitcoin fully synced blockchain to the new installation. In order to do, i stopped the services bitcoind and lnd after some minutes of running.

I guess the process of rescaning the addresses and chain for transactions from my wallet was broken and i can not resume it.

I started the lnd process with args reset-wallet-transactions=true but in the logs it tells that is rescaning for 0 addresses.

[INF] LNWL: Started rescan from block 0000000000000000000a487228e3d5b7b4e1a86xxx (height 661xxx) for 0 addresses

From the official recovery faq of lightning, i saw that we can specify the number of addresses to rescan with the argument "--recovery_window=2500" when unlocking the wallet. lncli unlock --recovery_window=2500

Where is it possible to specify this argument to unlock the wallet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant