BTP-airdrop done.
I like idea of this coin. I want to try.
We need bittrex or polo

Waiting linux wallet

BTP-airdrop:
www.cex24.comthank 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:
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)
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:
sudo apt-get install git
git clone https://github.com/bitpound/bitpound
5) cd into the bitpound directory:
cd bitpound
6)generate qt makefile:
qmake
7) compile wallet
make

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.