Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Wallet Guide feedback #1038
Comments
|
In an offline wallet setup, no private key should ever leave the offline part---so your statement that "child private keys and master public key [are] all are stored in networked wallet" is incorrect with regard to the child private keys. I just read the linked doc and I don't see how you came to this conclusion, but if you can point out the specific sentence that confused you, I'd be happy to clarify it.
Starting Bitcoin Core in offline mode is as simple as starting it on a computer with no Internet connection; this is also true of all other offline wallets I've used (Electrum and Armory). I would be happy to link to up-to-date documentation about this, but I don't know of any that mentions Bitcoin Core's new watch-only support. (I hope to write some, but that's at least a month down my todo list.) |
harding
added
the
Dev Docs
label
Aug 30, 2015
jangorecki
commented
Sep 3, 2015
Hm... I was thinking the child private key is stored in networked wallet. Thanks for clarification. Closing the issue. |
jangorecki commentedAug 30, 2015
On the following page: https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/_includes/guide_wallets.md#offline-wallets
There is following text
According the info on reddit here it looks like above info is not true because child private keys and master public key (all are stored in networked wallet) are sufficient to compromise offline wallet.
A minor suggestion I would also regarding point 1:
This line could include the link to a page or manual describing how to start official client in offline mode.