Feathercoin Linux client?
-
Need to compily Oracle db-4.8.30.NC.
-
Arch users can find feathercoin-qt client in AUR:
[url=https://aur.archlinux.org/packages/feathercoin-git/]https://aur.archlinux.org/packages/feathercoin-git/[/url]This AUR PKGBUILD is a bit outdated, but all it takes is adjusting the PKGBUILD file manually to direct it to the latest version of feathercoin-qt on github.
Find the 'pkgver= ’ line in the PKGBUILD file
[quote]# Maintainer: Scott Garrett -
[quote name=“sva_h4cky0” post=“33185” timestamp=“1383490315”]
[quote author=ghostlander link=topic=3093.msg33158#msg33158 date=1383456456]
I have made a static build of Phoenixcoin for Linux 64-bit with all dependencies compiled in. Only standard system libraries are required. Here it is ([url=http://phoenixcoin.org/downloads/phoenixcoin-lin-x64-0.6.4.12.tar.gz]v0.6.4.12[/url]).Could you give it a try on various 64-bit Linux distros and report here? If the compatibility is good, I can make a static Feathercoin build, too.
[/quote]
not working on Arch Linux[quote]phoenixcoin-qt: src/main.cpp:2069: bool LoadBlockIndex(bool): Assertion `block.hashMerkleRoot == uint256(“0xff2aa75842fae1bfb100b656c57229ce37b03643434da2043ddab7a11cfe69a6”)’ failed.
Aborted (core dumped)[/quote]
[/quote]
These binaries were built on Ubuntu 13.04 with GLIBC 2.17. If your GLIBC is older, they won’t work. I have tried them today on Ubuntu 12.04 LTS with GLIBC 2.15 and they failed in exactly the same way. GLIBC is a core system component, so nothing can be done here. -
See
[url=http://software.opensuse.org/package/feathercoin]http://software.opensuse.org/package/feathercoin[/url]
I’ve compiled and tested the Suse and Ubuntu packages and compiled the Debian one, but don’t have a system to test it.
I’m using the 0.6.4.4 from that site on my Opensuse 12.3 installation and it works without problems
-
Nice work. Someone asked me for a Debian build today. I will show them this and ask them to test it.
-
I have located and fixed this block.hashMerkleRoot bug, it’s unrelated to GLIBC. I’ll compile and upload new binaries today. This fontconfig issue (“Fontconfig error: Cannot load default config file”) can be ignored probably.
Updated the link. Now the same Qt GUI client works well on Ubuntu 13.04 and 12.04.
-
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.Any help guys? I’d love to get this installed sometime :-\
-
I’ve always had to compile with UPNP support turned off. When you compile try:
make -f makefile.unix USE_UPNP=-
and
qmake “USE_UPNP=-”
-
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]
-
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.
-
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 -
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]
-
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 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.
-
[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?