How can wallets users know their private keys?

0

Why don't some bitcoin wallets give the private keys to its users? Is it safe to use these wallets? Is there any way for the users to know their private keys without the need to contact the wallets companies?

Gamal Thomas

Posted 2017-09-02T17:11:44.830

Reputation: 159

could you provide example of these wallets? Sometimes the priv keys are hidden behind some submenus (bitcoin core, electrum, ...)pebwindkraft 2017-09-02T19:16:03.147

Thanx for replying, I was thinking in Electrum.Gamal Thomas 2017-09-02T19:46:26.813

Electrum can export the private keys. Most of the web wallets can't.MCCCS 2017-09-03T07:56:26.503

Answers

0

Electrum: pulldown menu "wallet", "Priv keys", --> export.

The idea to hide priv keys is linked to the security of the system. If the privkey is immedeatly "visible/accessible", the risk of unwanted access (be it malware, be it other people) is high, as the knowledge of the key allows for access to your funds. So the majority of wallets hide the priv key behind some access logic. There are passwords and seeds as most common layers, to be able to open the wallet, and then find the priv key behind a menu.

Yes, generally these wallets are save to use. On the opposite side there are so called "online wallets", offered by some providers. These wallets usually don't give you access to your priv key, and as such you have to trust these companies, that they have stored the priv key correctly (and safe) for you.

pebwindkraft

Posted 2017-09-02T17:11:44.830

Reputation: 4 568

Can you elaborate a bit more? OP asked more questions about the safety of private keys as well.Pieter Wuille 2017-09-04T18:47:13.990