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

    Building feathercoin

    Technical Development
    3
    15
    12801
    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.
    • C
      curiosity81 Regular Member @Wellenreiter last edited by

      @Wellenreiter

      My recommendations:

      1.) And MOST IMPORTANT, put some documentation to the source code part of the wallet page (https://www.feathercoin.com/#dls). In the moment one ends directly in the git repository. And I tried to build the current snapshot. E.g. what is a version guaranteed to work? Something like

      git clone https://github.com/FeatherCoin/Feathercoin.git
      cd Feathercoin
      git checkout <hash>

      would be nice.

      2.) Put sufficient information to doc/build-unix (and clearly also to the other OS’), e.g., “use-qrencode=no” is not part of the documentation. Also the connection between qrencode and zebracrossing is not obvious!

      3.) DO NOT HIDE this essential information in a forum. Might be possible that everything can be found here. However, people do not want to work through hundreds of posts until they find some potential solution to there problem.

      Thanks

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

        We will do our best to improve the documentation.
        @curiosity81 said:

        We need Berkeley-DB 4.8 (do we???), get it:

        The configure script checks for Berkeley-db 5.1 and 4.8 so this may not be needed

        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 0
        • C
          curiosity81 Regular Member last edited by

          There is no configure parameter

          use-qrencode=no

          It is not accepting this, or

          -use-qrencode=no
          --use-qrencode=no

          It accepts

          --with-qrencode=no

          but configure ends with a warning that this parameter is unknown. I also tried combinations with libzxing and similar with no effect.

          1 Reply Last reply Reply Quote 0
          • C
            curiosity81 Regular Member last edited by curiosity81

            Ahhh … somewhere else you wrote, that building with no libzxing is done via

            --with-qrcode=no

            this seems to work. So the configuration call would look as follows:

            ./configure LDFLAGS="-L/home/user/stuff/db-4.8/lib/" CPPFLAGS="-I/home/user/stuff/db-4.8/include/" --with-boost-libdir=/usr/lib/i386-linux-gnu --with-gui=qt5 --with-qrcode=no

            1 Reply Last reply Reply Quote 0
            • C
              curiosity81 Regular Member last edited by

              No! Did not work. Building ends with

              snapwidget.cpp:10:51: fatal error: zxing/common/GlobalHistogramBinarizer.h: No such file or directory
              #include "zxing/common/GlobalHistogramBinarizer.h"

              So in the moment one has to compile it with xzing …

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

                Too bad :(

                Fixing autogen and configure scripts is not my favrourite as I’m not familiar with the macro language they use, but I will try to fix it.

                I see two problems here

                • the use-qrcode=no option is not set automatically if no libzxing or no qrencode library is found
                • even if you disable qrcode manually, the setting has no effect.

                It’s on my todo list now

                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 0
                • wrapper
                  wrapper Moderators last edited by wrapper

                  Last time I built this from the guide for FTC, no problem.

                  Unfortunately, the forum search, or the pinning of important pages has been lost with the move over to the more open source forum.

                  I will continue to try to find that guide, and see if it still works on ubuntu 15.10

                  • just making a suggestion to update the new site with link through to miner + guide, it would also be good to have a link on the download source page + guide thread to compile your own version . With little work, just updating what we got, this will save many support issues and most FAQ’s new members have.

                  I’m also pretty sure a compile guide from namecoin might not be applicable, and we are doing work fixing their guide, better spent on FTC’s.

                  Wellenreiter C 2 Replies Last reply Reply Quote 0
                  • Wellenreiter
                    Wellenreiter Moderators @wrapper last edited by Wellenreiter

                    @wrapper
                    The forum search is still there, as well as the pinning functionality, which is availabe to moderators.

                    For the forum search click on the magnifying-glass symbol in the upper right area of the page, left of the bell symbol.
                    ‘Pin Topic’ can be found by operators under the Topic tools pull down

                    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 0
                    • C
                      curiosity81 Regular Member @wrapper last edited by

                      @wrapper Nope, Namecoin works differently: clone it from git, enter the directory, do qmake and then make. Done. Provided the dependencies are available.

                      Wellenreiter 1 Reply Last reply Reply Quote 0
                      • Wellenreiter
                        Wellenreiter Moderators @curiosity81 last edited by

                        @curiosity81 said:

                        @wrapper Nope, Namecoin works differently: clone it from git, enter the directory, do qmake and then make. Done. Provided the dependencies are available.

                        That has been the case for Feathercoin, too up to version 0.8.7.X.
                        These Versions used Qt4, so I assume that Namecoin ist build on Qt4.

                        Since v0.9.x Feathercoin-Gui is build on Qt5 and the make process is different.

                        You may have noticed, that the Qt4 verions of Feathercoin 0.9.X does abort with complie errors, so Qt5 is the only option available.

                        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 0
                        • C
                          curiosity81 Regular Member @curiosity81 last edited by curiosity81

                          @curiosity81 Manual still works for the current version 0.9.6.0 of feathercoin-qt and there is no error message anymore.

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