Post
Topic
Board Altcoin Discussion
Re: ChinaCoin dies in a couple of hours
by
davidpbrown
on 05/05/2013, 23:42:40 UTC
Can someone help me find a chinacoin wallet.. the one i keep downloading is some source code and i don't know how to compile it. Sad

Assuming you're on Linux; something like this should work..

sudo git clone https://github.com/CHNCoin/CHNCoin.git
sudo chown wolfgod ./chncoin/
sudo chown wolfgod ./chncoin/src
cd ./chncoin/src
sudo make -f makefile.unix USE_UPNP= chncoind
sudo chown wolfgod ./chncoind
mv ./chncoind ../../

I can't remember if this is the one that doesn't have the /obj directory. If so, just mkdir ./chncoin/src/obj


You might also need the dependencies, if it's your first time..

sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libglib2.0-dev libglibmm-2.4-dev
sudo apt-get install libboost-all-dev libdb-dev libdb++-dev libminiupnpc-dev libwxgtk2.8-dev