Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DopeCoin | UPD.: IRC, BE and Secure Messaging | 10 % POS | First Weedcoin
by
mxn
on 26/05/2015, 17:56:36 UTC
Hi dope crew,

here how-to compile/update dope-wallet on Ubuntu/Debian and a workaround for a little bug (at own risk, dont forget backup wallet.dat before).

In a terminal.

Code:
sudo apt-get install git build-essential qt4-qmake libqt4-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb5.1++-dev libminiupnpc-dev libqrencode-dev

Code:
git clone https://github.com/dopecoin-dev/DopeCoinV3.git

Code:
git clone https://github.com/philosopherstonecoin/philosopherstone.git

Code:
cp philosopherstone/src/leveldb/Makefile DopeCoinV3/src/leveldb/

Code:
chmod +x DopeCoinV3/src/leveldb/build_detect_platform

Code:
cd DopeCoinV3

Code:
qt4-qmake

Code:
make

Code:
./DopeCoin-Qt

Official bootstrap file (on first post) works, extract its content to ".DopecoinV3" in your home folder.

Cheers