Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [Guide] Build FeathercoinD & Feathercoin-QT v0.9.6.1 on Ubuntu

    Guides
    ubuntu 16.04 howto ubuntu ubuntu 14.04 linuxmint
    5
    17
    21357
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wrapper
      wrapper Moderators @AcidD last edited by wrapper

      @aciddude said:
      @wrapper - Did you manage to get 15.10 working ? I’m wondering if I should give this a shot and write another guide or maybe you guys can give me something else to do that’s a better use of my time ?

      let me know!

      If you want to see if you can get the 15.10 compile / test finished, please go ahead.

      Unfortunately, I didn’t use a Virtual box and sort of went bit exotic on the dependency checking and crashed out my 15.10 system.

      Basically, don’t ever install libqt5-gles-dev, as when you remove it, Kubuntu does not reinstall the kde dependency, libqt5-gles it removed and deleted all the kde dependencies for my desktop.

      I’ve ended installing 16.04, which didn’t upgrade well, possibly due to multiple sources in software sources list, so I ended up reinstalling / upgrading. It didn’t update lots of programs, so a bit more work to get my home system back up to speed.

      As that happened, also had the cooling backing plate failed on my NSGminer R9 290 test computer. I’ve had to search the house for a spare I know I’ve kept for 5 years. So I’ve had to reinstall that, luckily had some thermal paste to re-seat the CPU.

      1 Reply Last reply Reply Quote 1
      • wrapper
        wrapper Moderators @AcidD last edited by wrapper

        @aciddude said:

        This needs a bit of QA though…I don’t think BitMessage worked…everytime I clicked it, nothing happened…or does that have to wait for a full blockchain sync ?

        @Lizhi added Bitmessage feature

        With regard to Bitmessage, I’m just researching some of that, to fix my install with 16.04.

        Note : I’ve just tried Bitmessage and failed : so it might be python 2 not installed by default in 16.04 -

        Your system may be attempting to run PyBitmessage with python 3. In this case, run python2 ~/PyBitmessage/src/bitmessagemain.py

        Bitmessage requires PyQt and openssl to run

        Bitmessage dependancies :
        sudo apt-get install python openssl git python-qt4

        Additionally on 16.04 :
        sudo apt install libmessaging-menu-dev

        Pull latest Bitmessage updates from :
        https://github.com/Bitmessage/PyBitmessage

        Bitmessage has been updated quite a bit if anyone wants to test it :

        BM-Gu7Bm8cUYCW1vrnjcgrte5dLnAc6spmx

        Note : Bitmessage upgrade - User interface for Bitcoin payments issue #841
        https://github.com/Bitmessage/PyBitmessage/issues/841

        1 Reply Last reply Reply Quote 1
        • Wellenreiter
          Wellenreiter Moderators last edited by Wellenreiter

          @aciddude
          @wrapper

          I’ve managed to compile for 15.10 and 16.04.
          The binary packages are just build and will be available this evening at
          https://software.opensuse.org/package/feathercoin

          Remark: 0.9.3.x gui does not compile with qt4. You need to specify configure --with-gui=qt5

          Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
          Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

          1 Reply Last reply Reply Quote 1
          • U
            UnklAdM Regular Member last edited by

            Good information. Thanks everyone!

            • UnklAdM
            1 Reply Last reply Reply Quote 1
            • Wellenreiter
              Wellenreiter Moderators last edited by

              Forgot to mention: I also patched rpcrawtransaction.cpp to detect boost 1.58, so no modification of the code is needed to compile for Ubuntu 15.10 and 16.04

              Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
              Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

              1 Reply Last reply Reply Quote 2
              • wrapper
                wrapper Moderators last edited by

                Re : Fixing rcprawtransaction.cpp transaction bug squared .

                @Wellenreiter I want to give you more kudos +1000 :)

                1 Reply Last reply Reply Quote 1
                • Wellenreiter
                  Wellenreiter Moderators last edited by

                  It’s currently on 0.9.3.1 only, as this is the latest release version.

                  Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                  Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                  1 Reply Last reply Reply Quote 2
                  • L
                    looarn last edited by

                    Hey,

                    Just to say thanks a bunch @aciddude !

                    I got a node running on a debian.

                    I just need to add this dependency : apt-get install -y pkg-config

                    Actually syncing. ^^

                    1 Reply Last reply Reply Quote 3
                    • AcidD
                      AcidD Moderators last edited by

                      Hi All,

                      Ubuntu has recently changed a few things.

                      building Feathercoin 0.9.6 - you might come across this error:

                      libbitcoinqt.a(libbitcoinqt_a-snapwidget.o): In function SnapWidget::on_snapButton_clicked()': [ 743s] /usr/src/packages/BUILD/src/qt/snapwidget.cpp:72: undefined reference tozxing::String::getTextabi:cxx11 const’
                      

                      To fix, you need to rebuild zxing like this:

                      mkdir zxing && cd zxing 
                      git clone https://github.com/glassechidna/zxing-cpp.git
                      cd zxing-cpp/
                      mkdir build
                      cd build/
                      export CXXFLAGS="-fPIC"
                      cmake -G "Unix Makefiles" -DCMAKE_CXX_FLAGS="-fPIC -D_GLIBCXX_USE_CXX11_ABI=1" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=11 -DCMAKE_CXX_STANDARD_REQUIRED=ON ..
                      make && sudo make install
                      
                      • FTC Block Explorer + API @ https://fsight.chain.tips
                      • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
                      • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
                      • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

                      1 Reply Last reply Reply Quote 3
                      • Wellenreiter
                        Wellenreiter Moderators last edited by wrapper

                        That’s the solution to one of the little problems I have while creating the Linux installation packages :)

                        Many thanks
                        @aciddude

                        Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                        Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                        1 Reply Last reply Reply Quote 2
                        • First post
                          Last post