Search found 64 matches

by pmc
Fri Oct 18, 2013 9:10 am
Forum: Technical Support
Topic: Build instructions on the wiki
Replies: 9
Views: 6130

Re: Build instructions on the wiki

You can simply remove boost_chrono from src/Makefile, that's what I do in my packages: https://build.opensuse.org/package/show/home:p_conrad:coins/namecoin This is what I do in the build scripts: sed -i '/.-l \(z\|boost_chrono\|dl\|gthread\)/d' src/Makefile sed -i '/lrt/d' namecoin-qt.pro It also re...
by pmc
Sun Oct 06, 2013 9:45 am
Forum: General Discussion
Topic: Namecoin-Qt 3.72 - Chinese Translation Added
Replies: 83
Views: 47116

Re: Namecoin-Qt BETA with Namespace Registration 3.71

This article has a decent summary of the issues: http://bitcoinmagazine.com/5858/linux-distribution-packaging-and-bitcoin/ very interesting, thanks! The reasoning in the article is basically this: subtle changes in external libraries can lead to different views on what the network-wide consensus sh...
by pmc
Sat Oct 05, 2013 3:03 pm
Forum: General Discussion
Topic: Namecoin-Qt 3.72 - Chinese Translation Added
Replies: 83
Views: 47116

Re: Namecoin-Qt BETA with Namespace Registration 3.71

My understanding is that for blockchain-based software like Bitcoin/Namecoin, static linking has some security benefits. Which? Any pointers? Then why are only some libraries linked statically while others aren't? The general downside (also security-wise) is that if there's a bug in the library you...
by pmc
Fri Oct 04, 2013 9:12 am
Forum: General Discussion
Topic: Namecoin-Qt 3.72 - Chinese Translation Added
Replies: 83
Views: 47116

Re: Namecoin-Qt BETA with Namespace Registration 3.71

Hi, I've created openSUSE + debian packages: https://build.opensuse.org/package/show/home:p_conrad:coins/namecoin I had to fix a few things to get this working: 1. There's quite a few non-void functions that don't always set proper return values. Patch: https://build.opensuse.org/package/view_file/h...