Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PutinCoin-qt | 2023-06-17 | 7.3 MB | |
README.md | 2023-06-17 | 2.1 kB | |
Totals: 2 Items | 7.3 MB | 0 |
Linux Node & Staking Wallet - Installation instructions
After downloading and extracting, you should have got the following files :
PutinCoin-qt (= Linux GUI Node Wallet)
HowTo-Install.txt (= this installation instruction)
We recommend you to use Ubuntu 16.04, as the code was developed on it and it got all neccessary depencencies.
We don't recommend any lower version of Ubuntu.
Also we cannot offer installation-guides for other Linux-Distributions than Ubuntu.
If you got Ubuntu 16.04:
$ sudo -s
$ apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev git
$ chmod 755 PutinCoin-qt
Put the "PutinCoin-qt" app in a location, where you like to store it and create a symlink on Desktop
If you got Ubuntu 18.04 and higher:
$ sudo -s
$ nano /etc/apt/sources.list.d/xenial-backports.list
Copy/Paste:
deb http://it.archive.ubuntu.com/ubuntu/ xenial main restricted deb http://it.archive.ubuntu.com/ubuntu/ xenial universe deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates universe deb http://it.archive.ubuntu.com/ubuntu/ xenial multiverse deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates multiverse deb http://security.ubuntu.com/ubuntu xenial-security main restricted deb http://security.ubuntu.com/ubuntu xenial-security universe deb http://security.ubuntu.com/ubuntu xenial-security multiverse
Save. (Strg-X -> Y)
$ apt -y update
$ apt -y install libboost-system1.58.0 libboost-mpi1.58.0 libboost-graph-parallel1.58.0 libboost-program-options1.58.0 libboost-thread1.58.0 libboost_filesystem1.58.0 libqt5gui5 libdb5.3++-dev libdb5.3++ libopenmpi1.10 qrencode libminiupnpc10 git
$ dpkg -i libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb
$ chmod 755 PutinCoin-qt
Put the "PutinCoin-qt" app in a location, where you like to store it and create a symlink on Desktop