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

    Feathercoin Linux client?

    Feathercoin Discussion
    16
    27
    15522
    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.
    • S
      solasaurus last edited by

      Hi Murphy1138,

      I’m in the same boat. With the help of Wellenreiter I extensively tested this issue an came to a dead end. You might want to check this thread out before proceeding any further.

      [url=http://forum.feathercoin.com/index.php/topic,3510.msg30312.html#msg30312]http://forum.feathercoin.com/index.php/topic,3510.msg30312.html#msg30312[/url]

      1 Reply Last reply Reply Quote 0
      • C
        catnip last edited by

        My successful build recipe is what I posted above. The whole sequence is:

        unzip FeatherCoin-master.zip
        cd FeatherCoin-master/src
        make -f makefile.unix USE_UPNP=-
        [this should produce a feathercoind executable which you can move to /usr/bin/]
        cd …
        qmake “USE_UPNP=-”
        make
        [this should produce a feathercoin-qt executable; again, move this to /usr/bin]

        Include the quotation marks around USE_UPNP=- when running qmake but not when running make.

        I am running Trisquel GNU/Linux (a Debian/Ubuntu derivative, but entirely made up of “Free Software” in the FSF sense), on a 32 bit computer. The above has always worked for me compiling a Feathercoin client. I just tested it again to be sure.

        Is there maybe an issue here with 64 bits not compiling while 32 bits does? Just a guess.

        1 Reply Last reply Reply Quote 0
        • P
          Pietjebel last edited by

          I get the same error message on my ubuntu 12 32bits:

          Project MESSAGE: Building with UPNP support
          Project MESSAGE: Building with UPNP support
          Removed plural forms as the target language has less forms.
          If this sounds wrong, possibly the target language is not set or recognized.
          WARNING: TARGET is empty

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

            I have completed my Linux compile guide finally. It’s about Phoenixcoin, but I’m sure you can handle the differences.

            [url=https://cryptocointalk.com/forum/186-phoenixcoin-pxc/]A Complete Guide to Building Phoenixcoin for Linux[/url]

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

              I’d like to get some feedback, whether the Linux package installation works well, or where problems occur.

              Please post feedback to [url=http://forum.feathercoin.com/index.php/topic,4574.0.html]http://forum.feathercoin.com/index.php/topic,4574.0.html[/url]

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

                [quote name=“Murphy1138” post=“45843” timestamp=“1387378370”]
                [quote author=Wellenreiter link=topic=3093.msg45832#msg45832 date=1387375799]
                I’d like to get some feedback, whether the Linux package installation works well, or where problems occur.

                Please post feedback to [url=http://forum.feathercoin.com/index.php/topic,4574.0.html]http://forum.feathercoin.com/index.php/topic,4574.0.html[/url]
                [/quote]
                I never have got the client thats in deb package on the Opensuse site working, it pops into USC and allows you to install but never launches or is found.
                Hence why I compiled it from source, the instructions included with the FTC source do not work and I had to work it out.
                [/quote]

                mhhh…
                when did you try?

                The first beta version had a problem to install the binaries, the latest one schould work. I have installed from the Opensuse Site to a fresh VM running Debian 7.0 i386 and the Ubuntu-Version to a fresh VM Ubuntu 13.10 x86_64…

                So, if you tried yesterday or today, there is a problem I didn’t know about.

                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
                • K
                  Kevlar Spammer last edited by

                  [quote name=“Murphy1138” post=“45843” timestamp=“1387378370”]
                  [quote author=Wellenreiter link=topic=3093.msg45832#msg45832 date=1387375799]
                  I’d like to get some feedback, whether the Linux package installation works well, or where problems occur.

                  Please post feedback to [url=http://forum.feathercoin.com/index.php/topic,4574.0.html]http://forum.feathercoin.com/index.php/topic,4574.0.html[/url]
                  [/quote]

                  I never have got the client thats in deb package on the Opensuse site working, it pops into USC and allows you to install but never launches or is found.
                  Hence why I compiled it from source, the instructions included with the FTC source do not work and I had to work it out.
                  [/quote]

                  Any chance you could make that into a Chef recipe and publish it?

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