How to : Compile a QT-Wallet under Ubuntu
To install a QT-Wallet under Linux, open a Terminal and use the following commands. You’ll need to find the Git of the coin.
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get install build-essential libssl-dev libboost-all-dev libdb5.1 libdb5.1-dev libdb5.1++-dev libtool
apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
git clone https://github.com/*Git of the coin*
cd *folder name, ex: "cd bitcoin"*
./autogen.sh
./configure
make
make install
Blackcoin have only blackcoin-qt and blackcoin-qt.asc file.
How to use it ?
Repository Github not good, say the dev.
My tutoriel : https://www.visionduweb.eu/wiki/index.php?title=Conserver_son_portefeuille_sur_son_ordinateur_tablette_mobile#Blackcoin_Wallet_pour_GNU.2FLinux
Use 1.2.4 : https://github.com/CoinBlack/blackcoin/releases
blackcoin-1.2.4-linux.zip
Only 2 file :
blackcoin-qt
blackcoin-qt.asc