Skip to content

Commit e2d918e

Browse files
committed
phonewallet: add level up
1 parent a6cbcb0 commit e2d918e

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

phonewallet.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Phone as a wallet
22

3-
How to store bitcoin on a clean Android or iPhone secured with multisignature in the Blockstream Green Wallet
3+
A guide to store bitcoin on a clean Android or iPhone secured with multisignature in the Blockstream Green Wallet.
44

5-
A recommendation to people who are looking into how to take custody of their first satoshis and not running their own node yet
5+
A recommendation to people who are looking into how to take custody of their first satoshis and not running their own node yet.
66

77
## Why a phone?
88
* generic hardware (there is no suggestion of it containing valuable keys)
@@ -28,11 +28,12 @@ A recommendation to people who are looking into how to take custody of their fir
2828
* apply the most strict privacy settings and log in to only the bare minimum services
2929
* apply the strongest possible PIN or passphrase to the lock screen (store in a password manager), avoid biometrics
3030
* download the Blockstream Green wallet from the [App Store](https://apps.apple.com/us/app/green-bitcoin-wallet/id1402243590) / [Play Store](https://play.google.com/store/apps/details?id=com.greenaddress.greenbits_android_wallet) / [F-droid](https://f-droid.org/en/packages/com.greenaddress.greenbits_android_wallet/) / [GitHub](https://github.com/Blockstream/green_android/releases)
31-
* set up Green Wallet with the 6 character PIN and [Two-Factor Authentication (2FA)](https://help.blockstream.com/hc/en-us/articles/900001388366-What-does-Blockstream-Green-s-multisig-protect-from-)
31+
* [set up Green Wallet](https://help.blockstream.com/hc/en-us/articles/900002327003-How-do-I-create-a-new-wallet-) with the 6 character PIN and [Two-Factor Authentication (2FA)](https://help.blockstream.com/hc/en-us/articles/900001388366-What-does-Blockstream-Green-s-multisig-protect-from-)
3232

3333
## Further advice
34-
* if using email don't login to the email account on the same device - use a dedicated, unique, pseudonymous email with end-to-end encrypted providers like [Protonmail](https://protonmail.com/) or [TutaNota](https://tutanota.com/)
35-
* if using TOTP authentication (Google Authenticator / Authy) don't store it on the same device
34+
* Set up a password manager. [Bitwarden](https://bitwarden.com/) is a good open-source option with default free encrypted cloud storage and self hosting ability.
35+
* if using email do not login to the email account on the same device - use a dedicated, unique, pseudonymous email with end-to-end encrypted providers like [Protonmail](https://protonmail.com/) or [TutaNota](https://tutanota.com/) - store the login in a password manager
36+
* if using TOTP authentication (Google Authenticator / Authy) don't run it on the same device and store the secret in a password manager
3637
* always connect through Tor, it is built in to Green (helps avoiding connecting the IP address with the bitcoin stored while querying Blockstream's server)
3738
* carefully note the 24 words seed down to paper ([pencil lasts more then ink](https://en.bitcoin.it/wiki/Seed_phrase#Paper_and_Pencil_Backup)) / etch into metal and store in a safe place
3839
* it is the safest to store the phone switched off (the encryption key leaves the memory and not only protected by the lockscreen)
@@ -41,7 +42,7 @@ A recommendation to people who are looking into how to take custody of their fir
4142
## Watch-only wallet
4243
* on an other device (can be a day-to-day used phone or desktop) set up Blockstream Green in [watch only mode](https://help.blockstream.com/hc/en-us/articles/900003101806-What-is-watch-only-mode-)
4344
* the watch only wallet can be used to generate addresses and monitor the funds on the blockchain.
44-
* there is no risk of losing the funds if the watch-only device is lost/stolen/compromised (it only contains the public keys, not touching the private ones)
45+
* there is no risk of losing the funds if the watch-only device is lost, stolen or compromised (it only contains the public keys, not touching the private ones)
4546

4647
## Using a custom firmware
4748
* a locked bootloader is a must - check on Android with:
@@ -50,10 +51,21 @@ A recommendation to people who are looking into how to take custody of their fir
5051
* [GrapheneOS](https://grapheneos.org/) compatible with Pixel devices
5152
* [CalyxOS](https://calyxos.org/) for Pixels and the Xiaomi Mi A2
5253

53-
## More reading:
54+
## Resources
55+
* [Video setup](https://help.blockstream.com/hc/en-us/categories/900000056183-Blockstream-Green/)
5456

5557
* [Blockstream Green docs](https://help.blockstream.com/hc/en-us/categories/900000056183-Blockstream-Green/)
5658

59+
* [GreenAddress Recovery](https://github.com/greenaddress/garecovery)
60+
5761
* [How secure is full-disk encryption technology on LineageOS, or Android phones in general?](https://security.stackexchange.com/questions/210994/how-secure-is-full-disk-encryption-technology-on-lineageos-or-android-phones-in)
5862

59-
* [GreenAddress Recovery](https://github.com/greenaddress/garecovery)
63+
## Level up
64+
65+
* [Single seed multi-location backup schemes](https://github.com/openoms/bitcoin-tutorials/blob/master/backups/README.md)
66+
The aim is to create 3 packages of cryptographically secure backups where the funds cannot be recovered from any single package, but can be recovered with the combination of any two.
67+
Can be thought of as a physical 2-of-3 multisig solution.
68+
69+
* [10x Security Bitcoin Guide](https://btcguide.github.io/)
70+
How to store bitcoin without any single point of failure.
71+
Multisig security is a difference in kind and not in degree. It affords you the ability to avoid loss while making 1 (or more) catastrophic failures in securing your bitcoin. By using a security system that is fault-tolerant, you can move much faster (with less caution) through each step and still attain far higher levels of security vs any single-key system. This guide will show you how.

0 commit comments

Comments
 (0)