Pool is
http://hvc.1gh.com/Donations accepted :
Heavycoin: HGBuGfcfFmSLoYbHQk7LpLkubMoxvg2uCf
Datacoin: D9myVoDFPhjWLMrKx7Ag6gH7Y3A6V441cT
Difficulty will go up fast!
1) Please use my referral
https://www.digitalocean.com/?refcode=9d68ca19e204 and create a droplet 2CPU 2GB Ram Ubuntu 13.10 64x .It must be 1GB or more. You can create up to 5 droplets.
2) Connect with putty using using ip and password or just write those in the console. 1 putty per droplet! You can always download putty from here
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty is better cause you can copy paste everything:
----------------------------------------------------------------------------------------------------------------------------
sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
sudo apt-get install automake libcurl3-dev
git clone
https://github.com/1gh/cpuminer-heavycoincd cpuminer-heavycoin
nano Makefile.am
now since this is a new miner for this specific pool you may not need to do this change with -lcrypto but i dont have time to test it right now:
change minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lssl
tominerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lcrypto
./autogen.sh
./configure CFLAGS="-O3"
make
and now you are ready to mine at pool. just use this for example:
screen -S 1 ./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
post here questions.