Poos arent up yet. Coin is out only about 2 hours. This is the time for SOLO mining! mine while you can!
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/heavycoin/heavycoincd heavycoin/src
make -f makefile.unix ---this will take a few minutes
sudo cp -f heavycoind /usr/local/bin/
cd
mkdir -p .heavycoin
cd .heavycoin
nano
copy paste all this in the window tha opens:
rpcuser=heavycoin
maxconnections=300
rpcallowip=*
daemon=0
listen=1
server=1
addnode=172.245.221.171
addnode=94.102.53.183
addnode=76.10.203.44
addnode=61.156.57.71
addnode=172.246.113.106
addnode=117.27.110.138
addnode=54.186.44.85
addnode=125.79.96.236
addnode=198.52.200.43
addnode=node01.heavycoin.cc
rpcpassword=PASSWORD
then press ctrl X, then press Y and now that asks for name write heavycoin.conf .This way we just made the .conf file.
git clone
https://github.com/heavycoin/cpuminer-heavycoincd cpuminer-heavycoin
nano Makefile.am
change
minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lssl
to
minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lcrypto
./autogen.sh
./configure CFLAGS="-O3"
make
heavycoind --daemon
cd
cd cpuminer-heavy
screen -R 1 ./minerd -a heavy -v 32 -o 127.0.0.1:7202 -O heavycoin:PASSWORD
press ctrl+A and then D
and finally write:
watch 'heavycoind listaccounts & heavycoind getmininginfo'
and you are already mining with minerd and you can see your balance that should be 0 until you get something...