Results 53 comments of Joseph Bisch

The OS X build (via osxbuild/build-app.py) was also tested.

@achow101 - As I was an intern at ATI when I was developing this PR, I believe that it is not eligable to be merged into Goatpig's tree due to...

These lines detail what is wrong with installing Armory itself: ``` dpkg: dependency problems prevent configuration of armory: armory depends on libstdc++6 (>= 4.7); however: Version of libstdc++6 on system...

There are also Ubuntu build instructions [on the official Armory website](https://bitcoinarmory.com/building-from-source/).

Hi @JeremyRand! I am working on Namecoin integration in Armory. I would love it if you or someone from the Namecoin team could help me out. I got all the...

It's good that the rebase is progressing well. There is no need to implement BDB specific code (because the underlying format on disk is the same). But I did need...

It looks to me from [these lines](https://github.com/namecoin/namecoin/blob/namecoinq/src/main.h#L1012) that Namecoin still starts with the version and then the hash of the previous block. You can see for example that [this block](http://pastebin.com/Fqmn3CX0)...

I gave up on the Namecoin support in Armory, because I am not good with C++. I made a [final post with the diff](https://bitcointalk.org/index.php?topic=854252.msg9532362#msg9532362) of what I have so far....

See [my namecoin branch](https://github.com/josephbisch/BitcoinArmory/tree/namecoin) (based off of the dev branch, like Armory Technologies, Inc wants).