Difference between revisions of "Crypto Wallets"

From Miscellany
Line 41: Line 41:
 
: This article lists a vast array of wallets -- hardware, software and even paper -- and compares their features.
 
: This article lists a vast array of wallets -- hardware, software and even paper -- and compares their features.
  
===[https://coindiligent.com/best-cryptocurrency-wallets Seven "Best" Wallets of 2020]===
+
===[https://coindiligent.com/best-cryptocurrency-wallets Nine "Best" Wallets of 2020]===
  
: An article with some how-to-use information for each of seven wallets they deem the best of this year
+
: An article with some how-to-use information for each of nine wallets they deem the best of this year
  
 
----
 
----

Revision as of 17:10, 2 August 2020

Crypto Wallets explained

Public-Private Key Encryption

A crypto currency wallet is essentially a public-private key protected file, paired with an application that manages the keys. The app will generate both a public and a private key which are associated with one another. Here is what a key looks like (example only, not a real key):
9e87525f8e42094781895327H83S8929Crd89E8ke5
Wallets might be kept in a computer file or app, either on your own computer, your smartphone or tablet, or in the cloud, or on a hardware device like a thumbdrive. While the wallet file can be copied, the actual "contents" are just an address to assets stored on one or more public ledgers (a different ledger for each kind of coin), so copying a wallet, sadly, doesn't mean you are multiplying your assets. But it might be a good idea to make copies to keep in several places as long as those places are secure. If someone else can access your wallet and your private key, they can also control your crypto assets, and you probably don't want that to happen.

Private Key & Seed Phrases

The private key, as the name implies, should not be shared with anyone and is used to open the wallet. It is very important to keep that in a secure place, like an encrypted password app (I like 1Password, but there are others). Both keys are long strings of alphanueric characters, so it's unlikely you would be able to memorize them, but the apps also usually generate a random-seeming list of human-readable words that can be used to retrieve a wallet, called the "seed phrase". This should also be kept safe since it can be used to regenerate the private key.
This is what a seed phrase looks like. The words themselves have no particular meaning, but the order they appear in does matter. If you get them out of sequence or misspell one, they won't work. This is only an example, not a real seed phrase:
globe  yellow  item  pool
question  dog  bullet  solve
choice  ray  glide  nominal

Public Key

The public key is a string of numbers you can give to someone else, or use at a crypto currency exchange, which is essentially an address where you can receive crypto currency. One important aspect of private keys is that most blockchains require that you can only transfer crypto currency into an account that matches the sending and receiving coin. So, if you want to transfer, say, ETH (Ethereum currency) from an exchange into your wallet, you need to use a public key that your wallet's app generates for that specific blockchain. If you try to send ETH to a wallet using a key generated for Bitcoin (BTC), it will be lost. In some cases it may be possible to retrieve incorrectly addressed currency by contacting someone who maintains the blockchain, but it is by no means guaranteed to succeed, so be careful and avoid the problem in the first place! Refer to the documentation for your wallet to see how to create a coin-specific public key to use.

A Selection of Wallets

MetaMask

A crypto currency wallet that also serves as a gateway to blockchain apps (DApps), MetaMask is available as a browser extension or a mobile app.

Uphold

A crypto wallet that also functions as an exchange for a broad selection of currencies, both crypto and fiat. Available on the Web or mobile.

Samsung Blockchain Wallet

Available on Samsung Galaxy devices. Now includes handling for Decentraland Marketplace DApp.

70 Crypto Wallets compared

This article lists a vast array of wallets -- hardware, software and even paper -- and compares their features.

Nine "Best" Wallets of 2020

An article with some how-to-use information for each of nine wallets they deem the best of this year

Back to Crypto Currency