Post
Topic
Board Mining (Altcoins)
Re: [GUIDE] Setup your own mining pool.
by
Teknick
on 14/11/2017, 05:43:01 UTC
I tried following this guide in trying to setup a PinkCoin pool.  My setup is as follows:

Ubuntu 16.04.3 LTS
4 GB RAM
2 vCPU
Running on ESXI 6.5 host.

PinkCoin Daemon is compiled running and blockchain is sync'd

I get to the section of

Code:
git clone https://github.com/UNOMP/unified-node-open-mining-portal.git unomp
Code:
cd unomp
Code:
sudo npm update

This is where I get the following error

Code:
npm ERR! Linux 4.4.0-97-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "update"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE

npm ERR! unomp-multi-hashing@0.1.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the unomp-multi-hashing@0.1.0 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the unomp-multi-hashing package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs unomp-multi-hashing
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls unomp-multi-hashing
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/pink/unomp/npm-debug.log

It seems that I have all the correct packages installed as I followed the guide to the letter.  Is it possible that I need an older version of Ubuntu Server?  Any assistance is greatly appreciated.

Thank you,


Did you manage to get this working? I am stuck about here too.