Post
Topic
Board Altcoin Discussion
Re: [XPM] [FASTER!] Mining PrimeCoin using DigitalOcean (VPS)
by
adambeazley
on 12/07/2013, 21:39:42 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

http://i.imgur.com/CxYZFi0.png


I get this error.

Code:
In file included from main.cpp:16:0:
prime.h: In constructor ‘CSieveOfEratosthenes::CSieveOfEratosthenes(unsigned int, unsigned int, uint256, CBigNum&)’:
prime.h:109:6: error: ‘prevWeaveTime’ was not declared in this scope
prime.h:110:3: error: ‘prevTotalTime’ was not declared in this scope
make: *** [obj/main.o] Error 1

Chemisist just made some changes to the prime.h file to add those declarations or remove them.

Just do the following and recompile:
git reset --hard HEAD
git pull
then make -f etc.....