This blog is the part of the course on how to create your own Cryptocurrency. This blog contains all the command to setup your mining pool and do the mining
Commands to setup Mining Pool
Clone the repository of mining pool
git clone https://github.com/zone117x/node-open-mining-portal.git nomp
Install NodeJs 5.10 using nvm
nvm install 5.10
nvm use 5.10
Install NodeJs Package
cd nomp
npm install
Install Redis Server
sudo apt-get install redis
Run Mining Pool
node init.js
Facebook Comments
(Visited 81 times, 1 visits today)