Post
Topic
Board Announcements (Altcoins)
Re: [XPM] [ANN] Primecoin High Performance
by
AnhBen
on 17/01/2014, 20:25:18 UTC
I think the best way to support the developers is if he can post referral links to VPS that's recommended to solo mining with this HP. I would certainly sign up with more than 10 instances on the ones that are good to mine on a couple of different hosts.

BTW, I got this error msg when compiling the latest checked-out git on RH 6.5:

g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/primecoin/src -I/root/primecoin/src/obj -I/usr/local/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/primecoin/src/leveldb/include -I/root/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
In file included from main.cpp:16:
prime.h:13:33: warning: boost/timer/timer.hpp: No such file or directory
In file included from main.cpp:16:
prime.h:51: error: ‘boost::timer’ has not been declared
prime.h:51: error: expected initializer before ‘minerTimer’
main.cpp: In function ‘void BitcoinMiner(CWallet*)’:
main.cpp:4635: error: ‘minerTimer’ was not declared in this scope
main.cpp:4645: error: ‘boost::chrono’ has not been declared
main.cpp:4645: error: expected ‘;’ before ‘time_now’
main.cpp:4646: error: ‘boost::chrono’ has not been declared
main.cpp:4646: error: expected ‘;’ before ‘ns_now’
main.cpp:4647: error: ‘ns_now’ was not declared in this scope
make: *** [obj/main.o] Error 1

Not sure what's wrong if I'm missing something?