{"id":658,"date":"2015-10-30T19:25:49","date_gmt":"2015-10-30T19:25:49","guid":{"rendered":"http:\/\/192.168.1.102\/?p=658"},"modified":"2015-11-19T02:57:09","modified_gmt":"2015-11-19T02:57:09","slug":"build-bitcoind-from-source-fedora-22","status":"publish","type":"post","link":"https:\/\/digitalsos.net\/?p=658","title":{"rendered":"Build bitcoind from source Fedora 22"},"content":{"rendered":"<p>Disclaimer &#8211; this does NOT work. \u00a0It&#8217;s close, but no love.<\/p>\n<p>As usual there are no good instructions on the net to do this.<\/p>\n<p>First get the source, I already had git installed and I&#8217;m actually building Feathercoin instead of bitcoin but it should be the same for both. \u00a0Also I&#8217;m presuming that you already installed the build-essentials like gcc. \u00a0If not at a minium you should have done:<\/p>\n<pre><code>sudo dnf install automake gcc-c++ openssl-devel gcc make<\/code><\/pre>\n<p>Go to the folder or make a new folder like bitcoin then<\/p>\n<pre>git clone\u00a0https:\/\/github.com\/FeatherCoin\/Feathercoin.git<\/pre>\n<p>Now we need to get and compile Berkeley DB 4.8<\/p>\n<pre>wget\u00a0http:\/\/download.oracle.com\/berkeley-db\/db-4.8.30.tar.gz\r\ntar -xvzf\u00a0db-4.8.30.tar.gz\r\nGo to \/build_unix\/\r\n..\/dist\/configure --prefix=\/usr\/local --enable-cxx\r\nmake\r\n(as root) make install<\/pre>\n<p>Install the boost C++ files, and the qrencode, And if you want the GUI also add the protobuf:<\/p>\n<pre>sudo dnf install boost-devel\u00a0qrencode-devel\u00a0protobuf-devel<\/pre>\n<p>Now you can run the standard build process thats listed under doc\/build-linux.md<\/p>\n<pre>.\/autogen.sh\r\n.\/configure\r\nmake<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Disclaimer &#8211; this does NOT work. \u00a0It&#8217;s close, but no love. As usual there are no good instructions on the net to do this. First get the source, I already had git installed and I&#8217;m actually building Feathercoin instead of bitcoin but it should be the same for both. \u00a0Also I&#8217;m presuming that you already<\/p>\n<div class=\"read-more-wrapper\"><a class=\"read-more\" href=\"https:\/\/digitalsos.net\/?p=658\" title=\"Read More\"> <span class=\"button \">Read More<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[7,19],"tags":[38],"class_list":["post-658","post","type-post","status-publish","format-standard","hentry","category-bitcoin","category-linux","tag-feathercoin"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pgxmGV-aC","_links":{"self":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts\/658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=658"}],"version-history":[{"count":5,"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts\/658\/revisions"}],"predecessor-version":[{"id":667,"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts\/658\/revisions\/667"}],"wp:attachment":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}