Bitcoin Forum
May 02, 2024, 04:09:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [HOWTO] Creating a secure encrypted USB Drive Wallet  (Read 207 times)
Phoenix80 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 18, 2019, 02:48:41 PM
Last edit: July 18, 2019, 02:59:52 PM by Phoenix80
 #1

This is  a secure way to store your bitcoins on an encrypted USB drive.
 
What you will need?
 
1. USB Flash with minimum 8GB capacity
2. a DVD and DVD burner
3. a linux distro (I select AntiX Base, will tell you why...)
  
Creating Wallet:
 
- Download AntiX Base ISO from (https://antixlinux.com/download/), I used AntiX Base because it is lightweight, can encrypt entire drive and is bootable in old computers so you can access your wallet on almost any computer/laptop.
 
Note: You can use AntiX Full version or use any other distro like Tails or Ubuntu but disk encryption may not be available on installation step and you should do it yourself later (and make sure do it!).
 
- Burn linux ISO on a DVD/CD and reboot into linux:
  
https://i.imgur.com/dQrU5gI.jpg
 
- plug USB into PC and select Install:
 
https://i.imgur.com/7a7Gzzq.jpg
 
- in AntiX installer window click on Next, select USB disk drive, click on 'auto-install using entrie disk`, check `Encrypt` and type strong password:
 
https://i.imgur.com/k0t4az3.jpg
 
- click next, confirm installation and wait until installation complete.

- Now reboot but this time, "boot from USB Drive" not DVD!

- Type encrypted disk password and create user at first boot.
 
- select Web Browser from AntiX menu:

https://i.imgur.com/QE3fzFL.jpg
 
- Download Electrum Appimage version and it's signature from (https://electrum.org). (To download signature, right click on and select `Save Link As`)
 
https://i.imgur.com/PzpS61Q.jpg

- Open Terminal from menu and type:
 
Code:
cd Downloads
mv electrum-* ..
cd ..
chmod +x electrum-*.AppImage
Code:
gpg --recv-keys 2BD5824B7F9470E6
gpg --verify electrum-3.3.8-x86_64.AppImage.asc electrum-3.3.8-x86_64.AppImage

- make sure you see following message from last gpg command otherwise you downloaded fake electrum!
 
Code:
gpg: Good signature from "Thomas Voegtlin (https://electrum.org) <thomasv@electrum.org>"

- That's all. you can access Electrum from `Files` in AntiX desktop and securely create and use your wallet.
 
1714666166
Hero Member
*
Offline Offline

Posts: 1714666166

View Profile Personal Message (Offline)

Ignore
1714666166
Reply with quote  #2

1714666166
Report to moderator
1714666166
Hero Member
*
Offline Offline

Posts: 1714666166

View Profile Personal Message (Offline)

Ignore
1714666166
Reply with quote  #2

1714666166
Report to moderator
1714666166
Hero Member
*
Offline Offline

Posts: 1714666166

View Profile Personal Message (Offline)

Ignore
1714666166
Reply with quote  #2

1714666166
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714666166
Hero Member
*
Offline Offline

Posts: 1714666166

View Profile Personal Message (Offline)

Ignore
1714666166
Reply with quote  #2

1714666166
Report to moderator
1714666166
Hero Member
*
Offline Offline

Posts: 1714666166

View Profile Personal Message (Offline)

Ignore
1714666166
Reply with quote  #2

1714666166
Report to moderator
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10526



View Profile
July 19, 2019, 05:27:22 AM
 #2

this is best if you turn it into your cold storage otherwise just encrypting the USB is not really giving you much of a security in my opinion. and to do that you need to disconnect your network inside the installed OS so that it can never connect to the internet.
you might also want to disable some extra stuff including guest login,...

as for the choice of OS i personally dislike anything that is not popular (i haven't heard of) and since i am barely familiar with Linux i prefer sticking to the popular ones because it is always easier to fix a problem with them since they also have the biggest communities.
in this case an alternative to AntiX could be different flavors of Ubuntu. for example the most similar one would be XUbuntu which is using the same DE called Xfce so it is similarly light and can be used on older computers while it has all the features that come with Ubuntu.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pmalek
Legendary
*
Offline Offline

Activity: 2758
Merit: 7125



View Profile
July 19, 2019, 09:08:49 AM
 #3

What about the BitLocker encryption that comes with Windows 10. It can be used to encrypt hard drives as well as USB drives. I know that people are not big fans of Microsoft when it comes to privacy but has anyone tested BitLocker and are there any security concerns?

Sorry for going a bit off topic but my question is sill about USB encryption.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
NeuroticFish
Legendary
*
Offline Offline

Activity: 3654
Merit: 6371


Looking for campaign manager? Contact icopress!


View Profile
July 19, 2019, 09:43:53 AM
 #4

Well, if you use BitLocker you'll have to go though some workaround if you'll want to see that USB under Linux afterwards.

I don't know this AntiX, but at least it seems to have an out-of-the-box solution (for itself).
But I didn't use (nor research much about) BitLocker, I can't tell more...

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Phoenix80 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 13, 2019, 06:47:11 PM
 #5

this is best if you turn it into your cold storage otherwise just encrypting the USB is not really giving you much of a security in my opinion. and to do that you need to disconnect your network inside the installed OS so that it can never connect to the internet.
you might also want to disable some extra stuff including guest login,...

as for the choice of OS i personally dislike anything that is not popular (i haven't heard of) and since i am barely familiar with Linux i prefer sticking to the popular ones because it is always easier to fix a problem with them since they also have the biggest communities.
in this case an alternative to AntiX could be different flavors of Ubuntu. for example the most similar one would be XUbuntu which is using the same DE called Xfce so it is similarly light and can be used on older computers while it has all the features that come with Ubuntu.
encrypted USB is physically more secure and yes of course if use it for cold storage you should disconnect from network.
AntiX full disk encryption is so easy for beginners, others need some commands and partition configuration.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!