Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitPound [BTP]- airdrop online - sha256 pow/pos/airdrop
by
Yaremi
on 20/01/2016, 13:37:21 UTC
BTP-airdrop done.

I like idea of this coin. I want to try.

We need bittrex or polo Roll Eyes Waiting linux wallet Smiley

BTP-airdrop: www.cex24.com

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.

Done! Thanks! work perfect on my ubuntu desktop.