well hi guys i have paid 5$ for a small droplet and i followed this intructions:
1: sudo apt-get update
2: sudo apt-get install bzip2 git git-core subversion checkinstall build-essential libssl-dev libboost-all-dev libdb5.1-dev libdb5.1++-dev libgtk2.0-dev
3: apt-get install libgmp3-dev
4: dd if=/dev/zero of=/swapfile bs=64M count=16
5: mkswap /swapfile
6: swapon /swapfile
7: wget
http://downloads.sourceforge.net/project/primecoin-hp/0.1.1-hp4/primecoin-0.1.1-hp4.tar.bz28: tar jxvf primecoin-0.1.1-hp4.tar.bz2
9: cd primecoin-0.1.1-hp4
10: cd src
11: make -f makefile.unix USE_UPNP=-
12: cd .. (until back in root)
13: mkdir ~/.primecoin
echo "rpcuser= i put one
rpcpassword= the pass u want
gen=1" > ~/.primecoin/primecoin.conf
14: cd yourself like before back to the src folder inside the primecoin directory, again, this is "cd primecoin-0.1.1-hp4" "cd src"
15: ./primecoind --daemon
i changed the rpcuser and rpcpassword, but the thing it´s that when i saw the graph to see the cpu usage i saw this:
http://imagizer.imageshack.us/v2/1024x768q90/811/l0f2.pngand when i typed ./primecoin getmininginfo to see how many primespersecond i was obtaining i got this:
http://imagizer.imageshack.us/v2/1024x768q90/855/c41f.pngDid they bottleneck the cpus for not mining or is it something wrong in the instructions?