btcLiveTools is a bash script that makes setting up a Debian Live CD environment for bitcoin use very quick and simple. It carries out the following tasks when installing your preferred bitcoin software:
- Downloads the installation files from the software author.
- Downloads the installation file signature files or hash files from the author.
- Imports the author's public pgp key from pgp.mit.edu.
- Validates that the downloaded files are genuine using the author's public key. If the validation fails the script fails with an error message.
- The dependencies, if there are any, are downloaded using the default Debian repositories using apt.
- The software installer for the software chosen will be ran.
Currently btcLiveTools provides the option to install the following software:
A Debian CD or usb running the following:
OR for 64-bit processors:
btcLiveTools has been tested using Debian Live 7.2 amd64 Gnome and Debian Live 7.2 i386 Xfce however it should run fine on any Debian 7.2 live cd regardless of the desktop environment.
Move the file btcLiveTools.sh to the directory of your choice and then run the following from terminal:
sudo chmod 777 btcLiveTools.sh
From the same directory as btcLiveTools.sh run the following:
sudo ./btcLiveTools.sh
You will then be prompted for the tools you would like to install.
You can get a list of optional command line arguments by running the following:
sudo ./btcLiveTools.sh help
Debian screensaver lock you out? The password is "live"
Errors? Are you running btcLiveTools from a Debian Live 7.2 cd, usb or VM?
Depends on Debian Live 7.2, otherwise you might need to modify the script to get it to work with your preferred distro.
After completing an install of one of the supported packages the script assumes everything was a success, which should be the case if using Debian 7.2, however if there was a failure the script will erroneously return a success message.
btcLiveTools only simplifies the proper installation of various software, it is still up to you to properly encrypt, backup keys/wallet files and use the software like somebody who knows what they are doing.
Copyright (C) 2013, Bitmagi.com [email protected] License GNU GPL v3 See http://www.gnu.org/licenses/gpl.txt