Post
Topic
Board Altcoin Discussion
Re: [XPM] [FASTER!] Mining PrimeCoin using DigitalOcean (VPS)
by
kimosan
on 12/07/2013, 22:04:07 UTC
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'

Yes.

You can simply make a new droplet. Better to follow itod's directions though.

chemisist release is not an official release, use at own risk.