Post
Topic
Board Altcoin Discussion
Re: [XPM] [FASTER!] Mining PrimeCoin using DigitalOcean (VPS)
by
altsay
on 12/07/2013, 21:52:15 UTC
Does anyone use Chemisist's rebuild?
Quote
I've git cloned it and recompiled it on the smallest droplet (512MB 1 core) an hour ago. Didn't even had to re-size it to more memory, temporarily creating and destroying swap file for compilation, compiled while still mining.

Excellent results, it's doubled pps to previous version. It varies 250-350 pps. Recommended.

Same. Getting 300-450pps




How do I compile that?

I have the original Sunny build with the sieve update in my VPS'

Thanks for the input!

Quoting myself, do I just do this all over again but replace the url with chemisist's github?

apt-get install git
git clone https://github.com/Chemisist/primecoin
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=ARPCUserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
watch 'primecoind listtransactions & primecoind getmininginfo'

I just removed the primecoin folder (not the .primecoin) And compiled the Chemisist rebuild with

Quote
make -f makefile.unix USE_UPNP=-

Then run the daemon, BUT nothing changed it's still fluctuates between ~100-130 pps. Anyone have an idea about that?