Bitcoin Forum
April 25, 2024, 03:09:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Creating an offline Electrum wallet using a bootable USB Linux key  (Read 6499 times)
kermit42 (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 15, 2014, 09:36:25 AM
 #1

Creating an offline Electrum wallet using a bootable USB Linux key

I'd never used Linux before so this took me a lot of effort to learn from scratch - hopefully this helps someone.

If it can get moved to the Electrum subforum (or if I can get permission to post there myself), that would be awesome.

1.   Download and install Linux Live USB creator
a.   Google “Linux Live” and click the official website (www.linuxliveusb.com)
b.   Click “Download LiLi”
c.   Install in Windows this Linux Live bootable USB creation software

2.   Download the latest version of Ubuntu
a.   Google “Ubuntu” and click the official website (www.ubuntu.com)
b.   Click the download link, and download “Ubuntu desktop”
c.   Download Ubuntu 13.10 (Saucy Salamander) (an ISO file)

3.   Create your bootable Ubuntu key
a.   Insert a blank USB stick
b.   In Windows, run the Linux Live USB creator software
i.   Select the blank USB stick
ii.   Select the ISO option and point it to the Ubuntu ISO file you downloaded earlier
iii.   Leave the persistence set to Live mode
iv.   Check “Format the key in FAT32”
v.   Click the lightning bolt to start creating the key

4.   Boot into Linux from the key on a computer connected to the internet (Ethernet is easiest)

5.   Install new software in Linux/Ubuntu
Note this replaces the non-working instructions on the Electrum website to type “sudo apt-get install python-qt4 python-pip” & “sudo apt-get install python-slowaes”
a.   Hit Control-Alt-T to enter the terminal window then enter
i.   cd ~
ii.   wget –P Downloads/ http://python-distribute.org/distribute_setup.py
iii.   sudo python Downloads/distribute_setup.py
iv.   sudo easy_install pip
v.   sudo easy_install slowaes

6.   Install Electrum using the exact command currently found on the official Electrum website
a.   Note this starts with “sudo pip install https://download.electrum.org/Electrum/Ele...” and ends with an md5 checksum.

7.   In Ubuntu disable the option that says “Enable networking” for extra security

8.   Shutdown and reboot the USB stick on a computer that has no access to the internet

9.   Run Electrum for the first time and create a new wallet, write down your seed with a pen and paper as backup.

10.   Be secure with the new wallet that contains the private key
a.   Export the Master Public Key onto a different USB stick (not the bootable one) and import it into the copy of Electrum you run on your online computer.
b.   Never again plug the bootable USB stick into any computer that can connect to the internet, nor leave it plugged into any computer at all except when booting from it.
c.   Google “Electrum offline signing” to learn how to create send transactions using the online computer then transfer them using a DIFFERENT USB stick for signing on the offline computer.
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714057781
Hero Member
*
Offline Offline

Posts: 1714057781

View Profile Personal Message (Offline)

Ignore
1714057781
Reply with quote  #2

1714057781
Report to moderator
1714057781
Hero Member
*
Offline Offline

Posts: 1714057781

View Profile Personal Message (Offline)

Ignore
1714057781
Reply with quote  #2

1714057781
Report to moderator
NullOp
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
August 19, 2014, 02:53:09 AM
 #2

How does that work if persistence is set to live mode? That means all changes are lost when you power off. The usb stick you create will lose the python installation.
btcguys
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
August 19, 2014, 02:58:35 AM
 #3

also, you can use Universal-USB-Installer-1.9.5.2 in windows to create live USB (it is faster and easier) and download Electrum linux file from https://electrum.org/download.html and install it offline.

using following commands:
boot in linux
move Electrum-1.9.8.tar.gz to desktop
cd Desktop
tar xvzf Electrum-1.9.8.tar.gz
cd Electrum-1.9.8
./electrum

*cd Desktop is case sensitive in linux
ropbat
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
August 19, 2014, 03:28:35 AM
 #4

Good guide got to be useful for most people!
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!