-del
Need assistance with bitcoin core
2 replies 74 views
The chaincode of the master private key is derived from a 256 bit seed following BIP 32: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#user-content-Master_key_generation
The seed itself is discarded once the master private key is computed as it is extraneous information that is never used once the master private key is produced.
It is unclear to me what problem you are actually trying to solve. None of what you described makes any sense, and it seems like this is an XY Problem. Please describe what it is you are trying to achieve, not what it is you think the way to the solution is.
As I said in my post, the seed itself is no longer stored in a descriptor wallet as it is used only once to generate the master private key.
When the descriptors are created, the master public key for the master private key is computed and that public key is encoded into the descriptor. The chaincode is not secret data, so it is included directly in the master public key in the descriptor.
The private key is then extracted from the master private key and stored separately by itself. The master private key is reconstructed as needed by using the master public key from a descriptor and replacing the public key with the stored private key.
?Reply
Sign in to reply to this topic
Related topics
- Bitcoin Core displaying coins (UTXOs) in a new tab 13
- Ways to earn some sats by contributing to bitcoin core development 5
- What can I do to fix this Bitcoin Core error? 8
- How do you protect your Bitcoin Core wallet? 19
- issues with bitcoin core database read error 2
- Curious about the 'Services' section in the peers of Bitcoin Core 6