-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Question] How to get the private key for a generated address? #732
Comments
There's no way to extract private keys from the daemon currently. All key handling and signing are abstracted behind a set of core interfaces. Assuming a What use case do you have in mind? |
@Roasbeef Thanks for your swift reply!
Is it a security consideration or it just wasn't implemented?
I am looking at the possibility of replacing HiddenWallet's back end, which is custom code right now with |
Well it's just that we haven't added such an interface yet, not that we'll never do so. |
Well ww do have the |
Any progress on this? |
Hi there, any progress on enabling the extraction of private keys? |
Could we export the extended public Key? |
any update on this? I'd use private key extraction as well |
Hello people! Haved a any tools for export private key from Zap Wallet? |
There is a PR that adds a command line utility to extract the @jacohend you can find out the derivation path for the node public key here: https://github.com/lightningnetwork/lnd/blob/master/keychain/derivation.go |
I'm new and I didn’t understand anything |
bump, please allow export of private keys, or enable rbf in PSBT. |
Assuming I'm using the
lnd
daemon. I don't seem to find a way to do this. Maybe I can get the master extended private key somehow? Or am I supposed to do it manually? Find the wallet file, decrypt it and go on with my life?The text was updated successfully, but these errors were encountered: