🔍
What is a Bitcoin Wallet? (in Plain English) - YouTube
Channel: 99Bitcoins
[11]
Hello guys and gals, my name is Nate,
and welcome to Bitcoin Whiteboard Tuesday!
[16]
Every few weeks we’re going to send you
a cool new video, just like this one,
[20]
explaining some basic concepts around Bitcoin.
[23]
This way you can learn about Bitcoin yourself
[25]
or forward these videos to friends
or family members who have questions.
[29]
Today’s video is all about Bitcoin wallets
and how to choose the best one.
[34]
We’re going to cover a lot of topics like
mobile wallets, web wallets, desktop wallets,
[39]
paper wallets, brain wallets,
HD wallets, multisig wallets
[42]
and of course hardware wallets.
[45]
So even though we’ve got
a lot to talk about, don’t worry,
[48]
we’ll simplify it for you,
[49]
and in the end we’ll also help you choose
the best wallet for your needs.
[53]
Let’s get started.
[55]
A Bitcoin wallet is a program to
send and receive Bitcoins,
[58]
store Bitcoins and monitor Bitcoin balances.
[61]
Just like you need an email program like
Outlook or Gmail to manage your emails,
[65]
you need a Bitcoin wallet
to manage your Bitcoins.
[69]
Wallets interface with
the Bitcoin blockchain;
[71]
that global ledger of bitcoin transactions
that we talked about in our last video.
[76]
Wallets monitor Bitcoin addresses
on the blockchain
[79]
and update their own balance
with each transaction.
[81]
Now here’s one of the most important
things to remember about a wallet:
[85]
What defines a wallet is
where its private key is stored.
[89]
A Private key?
What does that mean?
[92]
Well, a private key is just a very long
string of numbers and letters
[96]
that acts as the password
to your Bitcoin wallet.
[99]
It’s from this number that
your wallet gets its power
[101]
to send your Bitcoins to other people.
[104]
You can also think of it like
[105]
the secret coordinates
for locating your Bitcoins.
[108]
In other words,
[109]
whoever knows your private key
has control over your Bitcoins.
[113]
The private key is also used to
generate your Bitcoin address.
[117]
This is just like your email address.
[119]
It’s something you want to give out to people
who want to send you Bitcoins.
[122]
However, even though the Bitcoin address
is generated through the private key,
[126]
there’s no way to figure out
what the private key is
[129]
just by examining a Bitcoin address.
[131]
To sum it up,
[132]
the wallet’s core function is the creation,
storage and use of the private key.
[137]
In other words it automates Bitcoin’s
complex cryptography for you.
[142]
As Bitcoin wallets evolved
[144]
HD wallets, or hierarchical
deterministic wallets, were created.
[148]
HD wallets generate an initial phrase
known as a seed or mnemonic phrase.
[154]
This seed is a string of common words
which you can memorize
[157]
instead of the long confusing private key.
[160]
If your wallet gets destroyed or stolen,
[162]
you can enter the seed in order to
reconstruct the private key.
[166]
Additionally, an HD wallet can create
many Bitcoin addresses from the same seed.
[172]
All of the transactions sent to
addresses created by the same seed
[175]
will be part of the same wallet.
[178]
Because these private keys and seeds
have complete power over your Bitcoins
[182]
they must be kept secret and safe.
[186]
If you fail to protect
your wallet’s private key or seed,
[189]
the bitcoins it controls
could be irretrievably lost.
[193]
A standard Bitcoin wallet will create
a wallet.dat file
[197]
containing its private key.
[199]
This file should be backed up
by copying it to a safe location
[203]
like an encrypted drive on your computer,
an external flash drive
[207]
or even copying it to a piece of paper
and hiding it away.
[211]
An HD wallet on the other hand
[213]
will supply you with a seed phrase
with up to 24 words
[216]
that you should write down in a safe place.
[219]
Okay. So much for wallet theory.
[222]
Let's move on to the different
Bitcoin wallets available to us.
[226]
Some wallets hold
a full copy of the Blockchain
[228]
in order to validate each
and every transaction.
[232]
These are also called full nodes.
[234]
Other wallets, also known as SPV wallets
or lite wallets,
[238]
don’t hold a full copy of the Blockchain.
[240]
They rely on full nodes
that they are connected to
[243]
in order to validate transactions.
[246]
SPV stands for Simple Payment Verification,
[250]
these wallets are faster
and consume less disk space.
[253]
Since the blockchain today is becoming
increasingly big in size
[257]
many wallets offer an SPV solution
for limited capacity devices
[261]
such as mobile phones, tablets and desktops.
[264]
Moving on to hot wallets.
[267]
A Hot wallet refers to
[268]
any form of Bitcoin wallet that is connected
in some way to the Internet.
[272]
This can be a wallet that is connected
to a web service,
[275]
a wallet installed on a computer
connected to the Internet
[278]
or even a wallet installed on
your mobile phone,
[281]
assuming you have data transfer
to and from your phone.
[284]
Hot wallets, although the most popular,
are also the least secure
[288]
since they allow access
to their inner workings
[290]
through internet connections.
[293]
Let's view the different
hot wallets available
[295]
starting with web services wallets.
[298]
Markets, exchanges, betting sites
and other Bitcoin services
[301]
frequently require you to deposit funds
into their online wallets
[305]
in order to conduct your business.
[307]
These web wallets are the least
secure option for storing Bitcoins
[311]
since you don’t have any access
to your private keys.
[314]
You’re basically asking someone else to
hold your coins for you.
[319]
Such wallets are also
more vulnerable to hackers
[321]
since they have many loopholes along the way.
[324]
For example, the website in question,
[326]
the device you’re using to
connect to the website
[328]
or the internet connection
can be monitored to steal your Bitcoins.
[333]
This forces you to rely upon
[335]
both the site operator’s honesty
and their security practices.
[339]
In the event of internal fraud
or external hacking,
[342]
your bitcoins will likely be
irretrievably lost.
[346]
On the other hand,
web wallets are highly convenient
[349]
as they allow you to buy, sell
and send Bitcoins at a moment’s notice.
[353]
More competent web wallet services
[356]
will provide Multi-Factor
Authentication options like
[358]
validating every account login
with a text message,
[361]
to guard against external hackers.
[364]
Even so, for storing any
significant amount of coins,
[367]
web wallets are not worth the risk.
[370]
That’s why we advise that you avoid
the number one newbie mistake
[374]
and never to keep your Bitcoins
in an exchange wallet.
[378]
Now let’s move on to desktop wallets.
[380]
These type of hot wallets store
your private key on your computer.
[384]
So as long as your computer is free of malware
or any security weaknesses
[389]
your Bitcoins are safe.
[390]
However, we all know that’s not
the case for most of us.
[394]
Today it’s hard to be 100% protected
[397]
and this makes desktop wallets
that are connected to the internet
[400]
a valuable target for hackers.
[403]
Moving on to mobile wallets.
[405]
These are wallets that store
your private key on your mobile phone.
[409]
Although many wallets are accessible
via mobile apps,
[412]
doing so presents the worst
possible scenario for security.
[416]
Mobile wallets offer low security
and terrible privacy,
[419]
given the potential association of
your Bitcoin wallet,
[422]
phone number and geo-location.
[425]
As phones are frequently
lost, broken or stolen,
[428]
it’s strongly advised that you enable
multi factor authentication,
[431]
password-protect your wallet
and create a private key backup.
[435]
Mobile wallets are highly convenient
[437]
and designed to provide
as much security as possible
[440]
in an insecure environment.
[441]
Nonetheless, substantial sums
should not be stored on a mobile wallet
[445]
unless used in tandem with
a hardware wallet
[448]
which we will discuss in a minute.
[450]
Now let’s talk about the most
secure form of Bitcoin wallets,
[454]
cold storage wallets.
[456]
Cold storage refers to any type of wallet
[458]
that is independent of
any Internet connection
[461]
and therefore cannot be hacked remotely.
[464]
Some examples of cold storage wallets are
[466]
hardware wallets, paper wallets
and brain wallets.
[469]
Let’s go over them now.
[471]
Paper wallets are just pieces of paper
with the private key or seed written on them.
[476]
By keeping your private key
on a piece of paper,
[478]
only someone who can
physically access that paper
[481]
can steal your Bitcoins.
[482]
However paper wallets are easily destroyed
[485]
and therefore it’s advisable to
create multiple copies
[488]
so that if one is lost
your Bitcoins can still be retrieved.
[492]
Another thing to consider is that
[494]
to send the Bitcoins you have on
your paper wallet to someone else
[497]
you will have to import the private key
into some form of digital Bitcoin wallet.
[501]
This is easily explained in one of
the many tutorials we have on the site.
[505]
The next form of cold storage
is hardware wallets.
[508]
These are physical devices
which safely stores your private key
[512]
such that it cannot be hacked
even if your device is compromised by malware.
[516]
You can even use them with
a public computer that you don’t trust.
[520]
Most hardware wallets provide a seed backup
[523]
in the event that the device itself
is lost or stolen.
[526]
To send your Bitcoins to someone
with a hardware wallet
[529]
you’ll need to have your hardware wallet
connected to a computer
[532]
and use some sort of web page
that allows control over the wallet.
[536]
Hardware wallets offer the optimal mix
between security and ease of use.
[541]
Their only limitation is that you need to keep
your hardware wallet on you at all times
[545]
in order to send the coins.
[547]
Lastly we come to brain wallets.
[550]
Brain wallets are just
a way to create a private key
[552]
out of a predetermined text or set of words.
[555]
So instead of getting
a randomly generated seed
[558]
you decide for yourself on a passphrase
[560]
and use some basic algorithms to generate
a private key from that passphrase.
[564]
However Brain Wallets
have a significant disadvantage,
[567]
they have a higher probability
of being hacked.
[570]
This is because people are
usually very predictable
[573]
in what to use as passwords
or supposedly random text
[576]
and hackers have a way of knowing that.
[579]
Some tests have been done
[580]
where simple passwords have been used for
brain wallets and deposited with funds.
[584]
They have been quickly stolen.
[586]
Also one Bitcoin user
lost 4 Bitcoins from his wallet
[589]
after using a brain wallet private key
generated from an unknown Afrikaans poem.
[594]
This proves that even if you think
you’ve found
[596]
some obscure text for a passphrase
you’re still in danger of being hacked.
[601]
Now before I show you exactly
how you should choose a Bitcoin wallet
[604]
I want to talk about
one more important feature
[607]
some Bitcoin wallets have – Multisig.
[610]
Multisig stands for multisignature,
[613]
a wallet that allows sending of Bitcoins
only with the approval of enough private keys,
[617]
out of a set of predefined keys.
[619]
Don’t worry… I’ll explain.
[622]
Let’s say that Alice, Bob and Charlie
all want to open a business together
[626]
and invest some of their Bitcoins –
[628]
but none of them actually want
only one person
[630]
to have the private keys to this money.
[633]
So they each get one key
[634]
and use a multisig wallet that requires
two out of three of those keys.
[639]
This way none of them can
run away with the money alone,
[642]
but they also don’t need
all three of them to pay the expense.
[645]
For example,
if Alice wants to run with the money,
[648]
she can’t because she only has one key.
[651]
But if Bob is missing and Alice and Charlie
want to pay an expense,
[655]
they can do it with their two keys.
[657]
Multisig doesn’t have to be
only two out of three –
[660]
it can be almost any combination.
[662]
For example, a couple wants to have
a shared account
[665]
and decide that only if both of them agree
they can spend the money,
[669]
or a Company’s board of directors that
allows payments only by vote of the majority.
[674]
Multisig is often used for escrow services
[676]
where 2 parties decide on a transaction
that requires 2 out of 3 keys.
[681]
If the seller and buyer don’t agree,
[683]
a trusted 3rd party will arbitrate
and release the funds.
[687]
You did it!
[687]
Now you know all there is to know
about Bitcoin wallets,
[691]
so let’s see how to choose
the best wallet for your needs.
[695]
The first thing you need to know is that
[696]
different people will use different
Bitcoin wallets for different purposes.
[700]
For example, if I need to store
a large amount of Bitcoin safely
[704]
I will use a different wallet
[706]
than if I just want to have
some small Bitcoin change
[708]
to pay for a cup of coffee.
[710]
Usually wallets vary on a scale of
security vs convenience
[714]
and you need to decide
where you want to be on that scale.
[717]
Some of the questions
you should ask yourself include:
[720]
How many Bitcoins will I be storing?
[722]
How frequently will I use the wallet?
[724]
Can I afford to pay for a hardware wallet?
Do I need to carry the wallet around with me?
[729]
Do I need to share
the wallet with someone else?
[731]
Am I tech savvy?
How much do I value my privacy?
[735]
Do I trust myself to safeguard my wallet
[737]
or do I want to give some 3rd party
the task of doing so?
[742]
Depending on the answers to these questions
[744]
it should be easier
for you to choose a wallet.
[746]
Most of the popular Bitcoin wallets
[748]
are listed on our Bitcoin
wallets page on the site,
[751]
so now it’s just a matter of choosing
the best wallet for your needs.
[756]
Before we conclude
[757]
keep in mind that you may want to
use more than one wallet.
[760]
For example, you can use a hardware wallet
for large sums of Bitcoins
[764]
and also have a mobile wallet
with a small balance on it for daily payments.
[768]
This way even if your mobile phone
breaks or gets stolen
[771]
you’re not risking a lot of money.
[774]
So I hope you’ve enjoyed today’s lesson of
Bitcoin Whiteboard Tuesday
[777]
and I can’t wait to see you in our next video.
[779]
If you still have any questions
or comments on the video
[782]
feel free to leave them
in the comment section below
[784]
and I’ll see you… in a bit.
Most Recent Videos:
You can go back to the homepage right here: Homepage





