CarbonWallet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Explodicle (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
* Public code hosted on Github which anyone can audit. | * Public code hosted on Github which anyone can audit. | ||
[[Image:CarbonWallet-Screen.png|frame|border|screenshot of CarbonWallet]] | [[Image:CarbonWallet-Screen.png|left|frame|border|screenshot of CarbonWallet]] | ||
[[Category:Wallets]] |
Latest revision as of 00:04, 13 May 2014
CarbonWallet is a web based deterministic bitcoin wallet.
Main features:
- No server side storage, private keys are generated from the passphrase and only exist in the memory of the browser.
- Deterministic key generation: Write down the passphrase generated for you and it's all you need.
- Transactions are signed locally in the browser: Your private keys are not shared with the server. You do not have to trust the server with your money.
- Privacy: No need to register a passphrase is all that is required.
- Public code hosted on Github which anyone can audit.