Export Xpubkey from Bitcoin Core Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?from Bitcoin Core to SPV clientExport Private Keys from Bitcoin-QTWhat bitcoin wallets support bip32 extended public key export?Does Bitcoin Core support watch-only wallets?During transaction getting 'Insufficient funds' message from Bitcoin coreBitcoin core - Listtransactions doesn't show fee of received transactionswhich private key to export from electrum?Can I export a xpub/zpub/ypub key in bitcoin core?How is the ExtraNonce calculated in Bitcoin CoreBitcoin core read-only
How does the math work when buying airline miles?
Project Euler #1 in C++
What is this clumpy 20-30cm high yellow-flowered plant?
Should I use a zero-interest credit card for a large one-time purchase?
What is the font for "b" letter?
Should I follow up with an employee I believe overracted to a mistake I made?
Why is my ESD wriststrap failing with nitrile gloves on?
Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?
Why do we need to use the builder design pattern when we can do the same thing with setters?
Is CEO the "profession" with the most psychopaths?
Drawing without replacement: why is the order of draw irrelevant?
What is the topology associated with the algebras for the ultrafilter monad?
Performance gap between vector<bool> and array
Using audio cues to encourage good posture
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Do I really need to have a message in a novel to appeal to readers?
Disembodied hand growing fangs
AppleTVs create a chatty alternate WiFi network
Illegal assignment from sObject to Id
How does light 'choose' between wave and particle behaviour?
Find 108 by using 3,4,6
Is there a kind of relay only consumes power when switching?
Would the Life Transference spell be unbalanced if it ignored resistance and immunity?
Why aren't air breathing engines used as small first stages?
Export Xpubkey from Bitcoin Core
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?from Bitcoin Core to SPV clientExport Private Keys from Bitcoin-QTWhat bitcoin wallets support bip32 extended public key export?Does Bitcoin Core support watch-only wallets?During transaction getting 'Insufficient funds' message from Bitcoin coreBitcoin core - Listtransactions doesn't show fee of received transactionswhich private key to export from electrum?Can I export a xpub/zpub/ypub key in bitcoin core?How is the ExtraNonce calculated in Bitcoin CoreBitcoin core read-only
How do I export my HD wallet's Xpubkey in Bitcoin Core?
Do I construct it using the value of "hdseedid" returned by getwalletinfo
?
bitcoin-core hd-wallet xpub
add a comment |
How do I export my HD wallet's Xpubkey in Bitcoin Core?
Do I construct it using the value of "hdseedid" returned by getwalletinfo
?
bitcoin-core hd-wallet xpub
add a comment |
How do I export my HD wallet's Xpubkey in Bitcoin Core?
Do I construct it using the value of "hdseedid" returned by getwalletinfo
?
bitcoin-core hd-wallet xpub
How do I export my HD wallet's Xpubkey in Bitcoin Core?
Do I construct it using the value of "hdseedid" returned by getwalletinfo
?
bitcoin-core hd-wallet xpub
bitcoin-core hd-wallet xpub
asked 7 hours ago
GeremiaGeremia
2,37312457
2,37312457
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It does not have one.
Bitcoin Core uses hardened derivation, so there is no way to compute the addresses it will use externally.
Support for that will likely be added in upcoming versions, but likely won't be the default (there are security risks when using non-hardened derivation).
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "308"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f86127%2fexport-xpubkey-from-bitcoin-core%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It does not have one.
Bitcoin Core uses hardened derivation, so there is no way to compute the addresses it will use externally.
Support for that will likely be added in upcoming versions, but likely won't be the default (there are security risks when using non-hardened derivation).
add a comment |
It does not have one.
Bitcoin Core uses hardened derivation, so there is no way to compute the addresses it will use externally.
Support for that will likely be added in upcoming versions, but likely won't be the default (there are security risks when using non-hardened derivation).
add a comment |
It does not have one.
Bitcoin Core uses hardened derivation, so there is no way to compute the addresses it will use externally.
Support for that will likely be added in upcoming versions, but likely won't be the default (there are security risks when using non-hardened derivation).
It does not have one.
Bitcoin Core uses hardened derivation, so there is no way to compute the addresses it will use externally.
Support for that will likely be added in upcoming versions, but likely won't be the default (there are security risks when using non-hardened derivation).
answered 7 hours ago
Pieter WuillePieter Wuille
48.5k3100163
48.5k3100163
add a comment |
add a comment |
Thanks for contributing an answer to Bitcoin Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f86127%2fexport-xpubkey-from-bitcoin-core%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown