Post
Topic
Board Altcoin Discussion
Re: ChinaCoin dies in a couple of hours
by
wolfgod
on 05/05/2013, 23:43: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

Thank You