-
Notifications
You must be signed in to change notification settings - Fork 404
Comments
Support HD derivation of master blinding key#232
Open
instagibbs wants to merge 1 commit intoElementsProject:elements-0.14.1 from
Open
Support HD derivation of master blinding key #232instagibbs wants to merge 1 commit intoElementsProject:elements-0.14.1 from
instagibbs wants to merge 1 commit intoElementsProject:elements-0.14.1 from
Conversation
Contributor
jtimon
commented
Sep 7, 2018
what's the status on this? perhaps it can be a backport now?
Contributor
Author
instagibbs
commented
Sep 10, 2018
Huh I thought I had done this long ago. I'll rebase it.
@instagibbs
instagibbs
force-pushed
the
hdblindkey
branch
from
September 10, 2018 13:16
b06494b to
bc15198
Compare
Contributor
Author
instagibbs
commented
Sep 10, 2018
rebased and changed to m/0'/2' to not collide with future changepath in newer versions of Core wallet/
Contributor
Author
instagibbs
commented
Sep 10, 2018
Also note that this key will also by lost if the user doesn't update post-encrypting their wallet and their wallet.dat is lost.
Contributor
Author
instagibbs
commented
Mar 25, 2019
This needs porting to master
delta1
pushed a commit
to delta1/elements
that referenced
this pull request
Apr 9, 2023
...let loaded 0237d95 qt: Add Load PSBT functionaliy with nowallet (Prateek Sancheti) Pull request description: This PR provides a fix to the issue mentioned in ElementsProject#232. Currently, the **_Load PSBT_** functionality works well in case a wallet is loaded but does nothing when a wallet isn't loaded. If a function cannot work without a wallet being loaded, it is disabled by default (It is unclickable as shown in the image). For e.g. One cannot `Close Wallet` or `Backup Wallet` or `Sign Messages` without a wallet being loaded. And hence they are disabled. But if you notice, `Load PSBT` options are not disabled by default even when a wallet isn't loaded. >  As mentioned by hebasto in the issue description : ``` <hebasto> achow101: does "File" -> "Load PSBT from {file|clipboard}" make any sense when no wallet is loaded? <achow101> hebasto: yes, for finalize and sending ``` This means **_Load PSBT_** should be working just as similar whether wallets are being loaded or not. After making the required changes to the code, The **_Load PSBT_** works as expected even with no wallet loaded and the PSBT is finalized. | Master | PR | |-------------|---------------| |  |  | Close ElementsProject#232 ACKs for top commit: achow101: re-ACK 0237d95 hebasto: ACK 0237d95, tested on Linux Mint 20.2 (Qt 5.12.8). Tree-SHA512: 8d928c5bfd3c2b286ddcacd0b367c872de8bc3d3d9d82280faeadc60d738b86af328c060b5763ade364c9b386b23f95580c2eb1147b16373fbb713170c100350
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
For new wallets.
The key is generated as a hardcoded path
m/0'/2'. Considerations:Therefore I used a special fixed derivation path that will not collide with normal wallet usage, and have the raw key stored in public like before. Steps to recover the blinding keys exactly mirrors the process of the regular keys: Store the
wallet.datbefore and after crypting.