Comment compiler un Wallet-QT sous Ubuntu
Pour installer un wallet QT sous Ubuntu ouvrez un terminal et utiliser les commandes suivantes. Dans le but de pouvoir obtenir le bon wallet, veillez à trouver le Git du coin afin de pouvoir télécharger le contenu.
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 du coin souhaité*
cd *nom du dossier, 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