Question for Etho, will the full version of Armory be coming out on 32 bit soon?
Thanks!
Sorry BitAvenue. Unfortunately, my efforts have failed at getting Armory to work on
Windows 32-bit. It does work in Linux 32-bit, though.
It might be another month before I can even start thinking about fixing this. It will be fixed, but it might not be until I get native networking (and thus have to rework my blockchain code, anyway).
P.S. -- my screenname is "Eto"... it's actually: e-to-the-i-pi
Ok, thanks for your replies, for me it was important to get to the bottom of the physical handling of the keys.
One final line of questions, your tutorial recommends "Load Armory on the offline computer"
http://bitcoinarmory.com/index.php/using-offline-wallets-in-armoryDo you have a recommended method for this? Is it the same method for Armory s/ware updates and dependency updates, etc? Should the offline computer have OS installed from a DVD/CD and OS s/ware updates done via USB? I mean how rigorous is the "offline" status of this machine? Like "absolutely never been connected" ... or something less so maybe?
I was just discussing this with someone else. I usually recommend using Linux, setting up the system online and disconnect before you create your first wallet. But, with my recent release of .deb files, I found it's a lot easier now to setup everything from entirely offline... it's only 30 MB of downloads!
I'm waiting for some more testing/feedback before I completely release it. But if you are experienced with Linux and have a spare online linux system, this can be super easy:
(1) Load the offline OS (preferably Ubuntu 10.04 / 32-bit, since I'll eventually be distributing offline packages for that).
(2) Go to Synaptic package manager and search-for-and-mark-for-installation: "python-qt4" and "python-twisted"
(3) File-->Generate Download Script
(4) It will create a bash script of wget commands for
all dependencies: about 30 of them.
(5) Take to online linux system, double-click, Run In Terminal.
(6) Take back to offline system and "Add Downloaded Packages" from Synaptic (below the "Generate Download Script")
That will install all the dependencies, and then you only have to run the .deb file I posted. I will eventually be releasing a single .tar.gz that includes all these debs, along with Armory itself, so you only need to move one file and everything will work!