Post
Topic
Board Bitcoin Discussion
Re: bitBuntu LiveCD R2
by
N0
on 14/04/2013, 04:59:07 UTC
For reference, Armory is trivial to build in Ubuntu.  It is five terminal commands:

  • sudo apt-get install git-core build-essential pyqt4-dev-tools swig libqtcore4 libqt4-dev python-qt4 python-dev python-twisted python-psutil
  • git clone git://github.com/etotheipi/BitcoinArmory.git
  • cd BitcoinArmory
  • make
  • python ArmoryQt.py

It's not terribly large, either.  The offline bundle has all dependencies included to run on an offline computer and is 25 MB.  

I'll check again for next release but I think when I checked it didn't look like it will offer any extra features.
I'm trying to make this iso small enough to fit on a regular cd but maybe its to large any way now.

no TOR or text-mode browser? aww Sad
I guess Tor is important and I'll try to add it. but why would you need a text mode browser what the advantages ?


Not really expecting an answer but I'll ask anyway...

Does anyone know how you would make a USB bootable live version of this for Mac?  Don't judge!

 Lips sealed
you have unetbootin http://unetbootin.sourceforge.net/
which will turn any livecd iso to a bootable usb.
let me know if you manage to use it and if the usb runs on mac (it shouldn't matter but I don't have a mac to test it on)