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.
Assuming you're on Linux; something like this should work..
sudo git clone
https://github.com/CHNCoin/CHNCoin.gitsudo 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