Post
Topic
Board Альтернативные криптовалюты
Re: [ANN] BitPound [BTP]- airdrop онлайн - sha256 pow/pos/airdrop
by
diks
on 20/01/2016, 08:43:30 UTC
Зауск кошелька под Linux


thank you for the interest in BTP. I can give you instructions on how to compile the wallet on linux. Takes you 5 minutes and you don't have to worry about viruses and stuff.

1) open terminal
2) go into desktop folder:
Code:
cd Desktop/
3) install dependcies: (you can install them in one apt-get call, but i list them all separately to give you better overview)
Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libqrencode-dev
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools

4) install git and clone the BTP source:
Code:
sudo apt-get install git
Code:
git clone https://github.com/bitpound/bitpound

5) cd into the bitpound directory:
Code:
cd bitpound

6)generate qt makefile:
Code:
qmake



7) compile wallet
Code:
make

Cool done (open the folder bitpound on your desktop and start the wallet)


If you come across any errors let me know.