You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Cryptocurrency wallet

From EverybodyWiki Bios & Wiki

An example paper printable bitcoin wallet consisting of one bitcoin address for receiving and the corresponding private key for spending.

A cryptocurrency wallet stores the public and private keys which can be used to receive or spend a cryptocurrency. A wallet can contain multiple public and private key pairs.[1] As of January 2018, there are over thirteen hundred cryptocurrencies; the first and best known is bitcoin.[2] The cryptocurrency itself is not in the wallet. In case of bitcoin and cryptocurrencies derived from it, the cryptocurrency is decentrally stored and maintained in a publicly available ledger called the blockchain.[3]:93 Every piece of cryptocurrency has a private key. With the private key, it is possible to digitally sign a transaction and write it in the public ledger, effectively spending the associated cryptocurrency.[4]

Wallet access[edit]

When choosing a wallet, the owner must keep in mind who is supposed to have access to (a copy of) the private keys and thus potentially has access to the cryptocurrency. Just like with a bank, the user needs to trust the provider to keep the cryptocurrency safe. Trust was misplaced in the case of the Mt. Gox exchange, which 'lost' most of their clients' bitcoins. Downloading a cryptocurrency wallet from a wallet provider to a computer or phone does not automatically mean that the owner is the only one who has a copy of the private keys. For example with Coinbase, it is possible to install a wallet on a phone and to also have access to the same wallet through their website. A wallet can also have known or unknown vulnerabilities.[5] A supply chain attack is one way of a vulnerability introduction. In extreme cases even a computer which is not connected to any network can be hacked.[6] For receiving cryptocurrency, access to the receiving wallet is not needed. The sending party only needs to know the destination address. Anyone can send cryptocurrency to an address. Only the one who has the private key of the corresponding address can use it.[7]

Backup[edit]

A backup of a wallet can come in different forms like:

  • A (encrypted) file like wallet.dat or wallet.bin which contains all the private keys.
  • A mnemonic sentence from which the root key can be generated, from which all the private keys can be recreated. Preferably these words could be remembered or written down and stored on other physical locations.
  • A private key like: KxSRZnttMtVhe17SX5FhPqWpKAEgMT9T3R6Eferj3sx5frM6obqA (see the picture).

When the private keys and the backup are lost then that cryptocurrency is lost forever. When using a webwallet, the private keys are managed by the provider. When owning cryptocurrency, those trusted with managing the private keys should be carefully selected. An (encrypted) copy of the wallet should be kept in a trusted place. Preferably off-line.[7] Some people 'write' their mnemonic sentence or private key on metal, because it is robust.[8]

Wallet characteristics[edit]

Multicurrency[edit]

Some wallets support multiple cryptocurrencies.

Software wallet[edit]

They come in different forms like:

  • An application installed locally on a computer, telephone or tablet (see the picture).
  • When using a web wallet the private keys are managed by a trusted third party. Some web-based wallet providers use two-factor (like Google Authenticator) for extra security. In that case a keylogger is not enough for a hacker to steal the credentials and get access to the wallet.[9][not in citation given]
  • Cryptocurrency exchanges link the user's wallet to their centrally managed wallet(s). For example: When trading bitcoins between users on the Kraken exchange, the trades are written in their private ledger (off-chain transaction). Only when a user wants to enter his cryptocurrency into the exchange or when he wants to take his cryptocurrency out of the exchange, the transaction is written onto the public bitcoin blockchain (on-chain transaction).

In order to initiate or verify a transaction, the cryptocurrency wallet connects to a client (node) on the network to process the request. There are several types of clients like: full clients, headers-only clients, thin clients and mining clients. Some of them can process transactions and some of them also have their own wallet functionality.[10] Full clients verify transactions directly on their local copy of the blockchain.[10] Lightweight clients consult full clients.[11]

Hardware wallet[edit]

An actual bitcoin transaction from a web based cryptocurrency exchange to a hardware wallet.

They are considered secure, because the private keys never leave the physical wallet. They are born (created), live (transaction signing) and die (deleted) inside the hardware wallet.[12] If a hardware wallet uses a mnemonic sentence for backup, then the users should not electronically store the mnemonic sentence, but write it down and store in a separate physical location. Storing the backup electronically lowers the security level to a software wallet level. Hardware wallets have models that require the user to physically press or touch the wallet in order to sign a transaction, the destination address and the amount of coins. The private keys remain safe inside the hardware wallet. Without the private key a signed transaction cannot be altered successfully. Some hardware wallets have a display (see the picture) where the user can enter a pin to open the wallet and where the transaction can be verified before being signed. When reading a mnemonic sentence from the physical display of the hardware wallet a screencapture of an infected computer will not reveal the mnemonic sentence.[13][not in citation given][14][15][not in citation given]

Watch-only wallet[edit]

With a watch only wallet someone can keep track of all transactions. Only the address (public key) is needed. Thus the private key can be kept safe in another location.[10]

Multisignature wallet[edit]

With a multisignature (multisig) wallet multiple users have to sign (with their private key) for a transaction out of that wallet (public key address).[16][17][18]

Brain wallet[edit]

With a brain wallet someone remembers the information to regenerate the private and public key pair(s), like a mnemonic sentence.[19][20]

Hot vs. cold wallets[edit]

Terms also used in the context of cryptocurrency wallets are hot and cold wallets. Hot wallets are connected to the internet while cold wallets are not. With a hot wallet cryptocurrency can be spent at any time. A cold wallet has to be 'connected' to the internet first. As long as something is connected to the internet, it is vulnerable to an attack. The short version is that software wallets (where the device is turned on or the wallet software is running) are considered hot wallets. A (not connected) hardware wallet is considered a cold wallet.[21]

Deep cold storage[edit]

Deep cold storage is the process of storing cryptocurrencies in cold wallets that were never connected to the Internet or any kind of network. Additionally the private keys associated with this system are generated offline. The process gained main stream attention, when Regal RA DMCC,[22] (the first cryptocurrency licensed company in the middle east) took it a couple of steps further by storing the cold wallets in the Almas Tower vault below sea level along with the company's gold bullion and insured the cryptocurrencies for full value.

Key derivation[edit]

Deterministic wallet[edit]

With a deterministic wallet a single key can be used to generate an entire tree of key pairs.[23] This single key serves as the root of the tree. The generated mnemonic sentence or word seed is simply a more human-readable way of expressing the key used as the root, as it can be algorithmically converted into the root private key. Those words, in that order, will always generate the exact same root key. A word phrase could consist of 24 words like: begin friend black earth beauty praise pride refuse horror believe relief gospel end destroy champion build better awesome. That single root key is not replacing all other private keys, but rather is being used to generate them. All the addresses still have different private keys, but they can all be restored by that single root key. The private keys to every address it has ever given out can be recalculated given the root key. That root key, in turn, can be recalculated by feeding in the word seed. The mnemonic sentence is the backup of the wallet. If a wallet supports the same (mnemonic sentence) technique, then the backup can also be restored on a third party software or hardware wallet.

A mnemonic sentence is considered secure. It creates a 512-bit seed from any given mnemonic. The set of possible wallets is 2512. Every passphrase leads to a valid wallet. If the wallet was not previously used it will be empty.[3]:104

Non-deterministic wallet[edit]

In a non-deterministic wallet, each key is randomly generated on its own accord, and they are not seeded from a common key. Therefore, any backups of the wallet must store each and every single private key used as an address, as well as a buffer of 100 or so future keys that may have already been given out as addresses but not received payments yet.[3]:94

See also[edit]

Notes[edit]


This article "Cryptocurrency wallet" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.

References[edit]

  1. Liu, Yi; Li, Ruilin; Liu, Xingtong; Wang, Jian; Zhang, Lei; Tang, Chaojing; Kang, Hongyan (29 October 2017). "An efficient method to enhance Bitcoin wallet security". 11th IEEE International Conference on Anti-counterfeiting, Security, and Identification (ASID). IEEE. Retrieved 1 September 2018.
  2. McGoogan, Sara; Field, Matthew. "What is cryptocurrency, how does it work and what are the uses?". The Telegraph. Retrieved 14 September 2017.
  3. 3.0 3.1 3.2 Antonopoulos, Andreas (12 July 2017). Mastering Bitcoin: Programming the Open Blockchain. O'Reilly Media, Inc. ISBN 9781491954386. Retrieved 14 September 2017. Search this book on
  4. Juchisth, Smith. "Wat is cryptocurrency? Een introductie in de blockchain". Cryptostart (in Nederlands). Retrieved 9 December 2017.
  5. "Wallet vulnerabilities". cnn.com.
  6. Air-gap jumpers on cyber.bgu.ac.il
  7. 7.0 7.1 "How to store your bitcoins - bitcoin wallets - CoinDesk".
  8. "Cryo Card Review: Nearly Indestructible Bitcoin Cold Storage - CoinAlert". coinalert.eu.
  9. "How Bitcoin Companies Keep Your Funds Safe". CoinDesk. 25 November 2014.
  10. 10.0 10.1 10.2 Skudnov, Rostislav. "Bitcoin Clients" (PDF). theseus.org. Retrieved 23 February 2018.
  11. "Lightweight clients on iacr.org" (PDF).
  12. Private keys generated, used and deleted on a hardware wallet on hackernoon.com
  13. Burton, Charlie. "So, you've bought Bitcoin. Now what?".
  14. "The 3 Best Hardware Wallets For Bitcoin of 2018 ( ++ Altcoins)". 15 November 2017.
  15. Torpey, Kyle. "Bitcoin Hardware Wallet Review: Ledger May Have Caught Up to Trezor With Nano S". www.nasdaq.com. Nasdaq. Retrieved 5 December 2017.
  16. "The best multisignature wallets for 2016 » Brave New Coin". 13 January 2016.
  17. "Zendesk". support.ledgerwallet.com.
  18. "Bitcoin, Litecoin, & Ethereum Vault".
  19. "How to create a brain wallet - CoinDesk". 10 June 2013.
  20. Matonis, Jon. "Brainwallet: The Ultimate in Mobile Money".
  21. "Bitcoin Glossary".
  22. "World's First Deep Cold Storage for Crypto-Commodities Launched by Regal Assets in Dubai | News - DMCC". DMCC. Retrieved 2018-04-02.
  23. Gutoski, Gus; Stebila, Douglas. "Hierarchical deterministic Bitcoin wallets that tolerate key leakage" (PDF). iacr.org. International Association for Cryptologic Research. Retrieved 2 November 2018.

External links[edit]