Bitcoin Forum
May 07, 2024, 05:51:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Wallet software / Re: [HOWTO] Creating a secure encrypted USB Drive Wallet on: November 13, 2019, 06:47:11 PM
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.
2  Bitcoin / Wallet software / Re: Coinomi Wallet - Looking For Honest Reviews on: November 13, 2019, 06:24:34 PM
coinomi is fine for small amount but avoid using exchange feature, it is buggy!
3  Bitcoin / Wallet software / [HOWTO] Creating a secure encrypted USB Drive Wallet on: July 18, 2019, 02:48:41 PM
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:
  

 
- plug USB into PC and select Install:
 

 
- in AntiX installer window click on Next, select USB disk drive, click on 'auto-install using entrie disk`, check `Encrypt` and type strong password:
 

 
- 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:


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


- 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.
 
4  Economy / Services / Re: I will make Telegram Bots with required functionality. on: July 18, 2019, 06:52:11 AM
could you PM me price?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!