Post
Topic
Board Armory
Re: Armory 0.96.2 is out (SegWit enabled)
by
homsts
on 30/08/2017, 06:04:00 UTC
I'm running Ubuntu 16.04.  The debs will not install (my GCC version does not match either) and the build steps just simply fail.  I'm probably missing something here...

All this as root:

git clone https://github.com/goatpig/BitcoinArmory.git
cd BitcoinArmory
git checkout v0.96.2
git tag -v v0.96.2
make

On make I get:

make: *** No targets specified and no makefile found.  Stop.

On the git tag command I get:

object 95dc55907f26cf79fdec7f8efa4228f7efd696cc
type commit
tag v0.96.2
tagger goatpig <moothecowlord@gmail.com> 1504047291 +0200

v0.96.2
gpg: Signature made Tue 29 Aug 2017 04:54:51 PM MDT using RSA key ID 4922589A
gpg: Can't check signature: public key not found
error: could not verify the tag 'v0.96.2'

(Previously I tried to add a key in Kleopatra but that didn't seem to help...)

Any ideas?  Can't access my bitcoin since segwit.   Huh