[Guide] Feathercoin wallet PPA and binaries on Raspian, Ubuntu and Debian Linux
-
There are installation packages for many Linux distributions available at : https://software.opensuse.org/package/feathercoin
In order to install the Feathercoin wallet and daemon on a Debian/Ubuntu system perform the following tasks:
-
As Super user (or sudo) create a file named opensuse.list in the directory
/etc/apt/sources.list.dsudo nano /etc/apt/sources.list.d/opensuse.list
with the following line:
deb https://download.opensuse.org/repositories/home:/wellenreiter01/<YOUR OS NAME> ./
e.g.
deb https://download.opensuse.org/repositories/home:/wellenreiter01/xUbuntu_16.04 ./
Please note that the file contains only one line!
Valid names for <YOUR OS NAME> are- xUbuntu_18.04
- xUbuntu_18.10
- xUbuntu_20.04
- Debian_9.0
- Debian_10
- Raspian_9.0
- Raspbian_10.0
- Raspbian_10
Signing Key installation:
In order to use the repository to install software you need to add the repository’s key to your system.
Copy the lines below into a file named Release.key and include the lines -----BEGIN PGP PUBLIC KEY BLOCK----- and -----END PGP PUBLIC KEY BLOCK-----
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)mQENBGI4QDMBCADX2bqvu1teVXe5kFroL+3T8suigvwYN2pZ3evlPPFxIVz3XF23
fFY5+qrw+/wQL9ThIZiLuP6kmCXkMdEuItAr2VpF4lWrDO57VlbFAkdfAchVUzZO
HYEnVsnbtOxyCeefMdrkg1zTYHov5KcjVnb1/aoTFo/7KhEQe8mC8ZPBcPjMR1gR
rLcSHC+3TRf7NaevAF5r2o4liT9oZR1CcVXxKpt8ifjmc20xniWP8cfldMeZB+yM
iOpKENOWbtrpxzKLuFJpqSV7iasjJUkUveOXx7SEIH03e1duqxO5MSTBYMUrfJln
9qIvZ5AsVUxi4e6k3qtfacvLQd8mMkf/qo7DABEBAAG0SGhvbWU6d2VsbGVucmVp
dGVyMDEgT0JTIFByb2plY3QgPGhvbWU6d2VsbGVucmVpdGVyMDFAYnVpbGQub3Bl
bnN1c2Uub3JnPokBPgQTAQgAKAUCYjtJ3wIbAwUJBCG5rAYLCQgHAwIGFQgCCQoL
BBYCAwECHgECF4AACgkQ6vMTtyD/lROG0wgA0AIA4LbzJbQczEabtXuzawU/zpfC
x1dbqGi1cbA4pmUykR+Nco1v0rvDjvfBaHk1Odb5vmP2FYy2WZHYhM3isAOzAJrb
/UbP0oiGWN1pbYxqijwmVhm4MxosU1aa1L+Zty+vnMqwbeBBqqYORUh8MiUpIgCG
BU/BlaMTz+3tul1B1GG6zScY4Qfp/oR3VAv7jNkLpDLrU55Ze7zqZ2Aw0/gylyam
YuiFJgcVch9bIngs6xgeCkTqgtymzMCyunNgYH51Sd8YnBhgaMzMHW5e0H0Zfvi7
7g45bubYDpzq3lawfO8DalRaX4miPmKC7DF2qSDEbrHn+GWYXer4k+svS4hGBBMR
AgAGBQJiOEAzAAoJEDswEbdrnWUjPokAn3DORzDKis1ozw+yNQEE5akLjhFlAKCO
rxKJ5XsikTIty3TUEMaoEobpUg==
=XP35
-----END PGP PUBLIC KEY BLOCK-----Then add the key to your system:
sudo apt-key add Release.key
-
Then install the feathercoin gui and daemon:
sudo apt-get update
sudo apt-get install feathercoin
The commands to start the GUI or the daemon are :
- feathercoin-qt
- feathercoind
- feathercoin-cli
-
-
Awesome! I just tested this on Ubuntu 14.04 x64 and it works fine. Im not sure why I couldnt install via the .deb file and Software Center - but this worked!
What would the process be for updating when a new version of the wallet is released?
Thanks, tip coming your way!
-
Many thanks for the feedback.
For 0.9.3 for 0.9.3 and 0.9.5 Lizhi used a new library to read qr-codes, which is not part of all distributions. By adding my opensuse repository to the sources list the library is added by apt-get from that one, so the dependencies are solved.
For new releases you just need to state the ‘apt-get update’ and apt-get install feathercoin’ to get the latest release. If you have the system configured for automatic updates you probably don’t need to do anything
-
@Wellenreiter said:
Many thanks for the feedback.
For 0.9.3 for 0.9.3 and 0.9.5 Lizhi used a new library to read qr-codes, which is not part of all distributions. By adding my opensuse repository to the sources list the library is added by apt-get from that one, so the dependencies are solved.
For new releases you just need to state the ‘apt-get update’ and apt-get install feathercoin’ to get the latest release. If you have the system configured for automatic updates you probably don’t need to do anything
Ah, that makes sense!
Perfect, thats easy enough!!
thanks again!
-
After installing im getting
feathercoin-qt: command not found
please help
-
This post is deleted! -
@twisterella
The feathercoin-qt binary should be in /usr/bin.you may need to use the command: ‘/usr/bin/feathercoin-qt’
If that doesn’t work, try to find the feathercoin-qt binary with the command ‘sudo find / -name feathercoin-qt’
If no feathercoin-qt is found, please post your exact operating system and version, so I can investigate on your problem
-
Any help to install feathercoin-cli ?? Thanks ;)
-
Hi Sherlock, did you get help on this?
I think it may have got lost, try clicking on the support sub thread and posting there. More chance someone will get an email notification that you have a problem…
-
@SherlockStd unfortunately feathercoin-cli is not in the package … yet.
I will change that as soon as I can.
-
@twisterella said:
After installing im getting
feathercoin-qt: command not found
please help
I have just noticed your query, did you manage to solve your problem?
-
Just noting that, installing binaries thread is effectively a Feathercoin PPA
It would be a good idea to have a link to this thread, or link to a new FTC PPA page? A page that automatically adds the key reference …
A link to our “official” “PPA” build by Wellenreiter? or offers a link to the “Download” unofficial wallet builds for Linux distros it goes to now.
-
The feathercoin-qt files do not show up when I run the Linux PPA. My OS is Ubuntu 14.04. I have tried compiling the qt and it just core dumps. Any suggestions would be greatly appreciated.
-
Best deal with this issue in one place : Support
http://forum.feathercoin.com/topic/8575/can-t-run-feathercoin-qt-after-install-of-14-04-deb/2
-
Hi,
In debian 8 (32bit) I’m able to have feathercoind but no feathercoin-qt (no file in /usr/bin).
Any clue ?
Thanks for you great job @Wellenreiter !
-
@looarn said in [Guide] Feathercoin wallet PPA and binaries on Ubuntu and Debian Linux:
Hi,
In debian 8 (32bit) I’m able to have feathercoind but no feathercoin-qt (no file in /usr/bin).
Any clue ?
Thanks for you great job @Wellenreiter !
I’m working on that
I hope to get the qt wallet with the next release version which is planned for January -
Linux Install instructions : package home:wellenreiter01 / feathercoin
https://software.opensuse.org/download.html?project=home%3Awellenreiter01&package=feathercoin
-
@Wellenreiter Can you update the OP with which Linux versions are supported. I thought you dropped Ubuntu 14.
-
@AmDD
There is a package from packager p_conrad. I’ve been in contact with him and verified, that he uses our github to create his packages, so for the time being we can leave Ubuntu 14.04 in, I think -
@wellenreiter
I recently installed debian 9 on a machine… anything for that yet?
As user I understand a lot of changes going on… I will try this on debian 8.
Thanks for your work,
Best!