Quickstart Guide to NOMP – Node Open Mining Portal on Ubuntu 16.04

By July 6, 2017Crypto Mining
[raw] apt-get update
apt-get install -y npm
npm -g install n
n 0.10.36
node -v
git clone https://github.com/zone117x/node-open-mining-portal
cd node-open-mining-portal/
npm -g install node-gyp bcrypt node-pre-gyp multi-hashing
npm install –save bignum
npm update
apt-get install redis-server
[/raw]

https://github.com/zone117x/node-open-mining-portal

Leave a Reply