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

xucli unlock enhancements #1332

Closed
kilrau opened this issue Nov 12, 2019 · 4 comments
Closed

xucli unlock enhancements #1332

kilrau opened this issue Nov 12, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request for-market-makers P2 mid priority

Comments

@kilrau
Copy link
Contributor

kilrau commented Nov 12, 2019

After #1090 is done, a crashing lnd or raiden (xud stays running) should be unlocked automatically by securely preserving the pw in-memory.

@kilrau kilrau added enhancement New feature or request P2 mid priority for-market-makers labels Nov 12, 2019
@sangaman
Copy link
Collaborator

I have verified that this should actually already be working, it works for me in local tests. Can you try this in one of your environments? Simply bring down lnd and then bring it back up and see if it unlocks automatically.

@kilrau
Copy link
Contributor Author

kilrau commented Nov 14, 2019

Not for me (xud-docker mainnet):

mainnet > status2
┌───────────┬──────────────────────────────────────────┐
│ SERVICE   │ STATUS                                   │
├───────────┼──────────────────────────────────────────┤
│ bitcoind  │ Ready                                    │
├───────────┼──────────────────────────────────────────┤
│ lndbtc    │ Ready                                    │
└───────────┴──────────────────────────────────────────┘
mainnet > restart lndbtc
Restarting mainnet_lndbtc_1 ... done
mainnet > status2
┌───────────┬──────────────────────────────────────────┐
│ SERVICE   │ STATUS                                   │
├───────────┼──────────────────────────────────────────┤
│ bitcoind  │ Ready                                    │
├───────────┼──────────────────────────────────────────┤
│ lndbtc    │ Wallet locked. Unlock with xucli unlock. │
└───────────┴──────────────────────────────────────────┘

@sangaman
Copy link
Collaborator

OK thanks, I will have to debug to see why it's not working on docker.

@kilrau
Copy link
Contributor Author

kilrau commented Jan 15, 2020

Working fine for me now. Closing.

@kilrau kilrau closed this as completed Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request for-market-makers P2 mid priority
Projects
None yet
Development

No branches or pull requests

2 participants