Post
Topic
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
rascal71
on 24/12/2015, 16:12:01 UTC
Otherwise pool works great, Riecoin can now be added to any existing standard NOMP pool, or as a little bit better replacement for the python stratum for MPOS.

Gave a try at compiling but there seems to be some missing files, f.i. which bignum.h or uint1024 are required?

edit: I could hack something that compiles from the version at https://github.com/Nexusoft/PrimeSoloMiner no idea if that works though ^_^

Hmm, all the files are there. Just did a fresh git pull and it compiles without issue.

Code:
git clone https://github.com/rascal71/node-open-mining-portal.git nomp
cd nomp
npm update