Setup Mining Pool for Cryptocurrency

Learn how to set up and configure a cryptocurrency mining pool with our comprehensive guide. Check all the commands to set up your mining pool. This blog post is an essential element of our comprehensive course on creating your very own cryptocurrency.

Commands to set up a Mining Pool for Cryptocurrency

Step 1: Clone the repository of the mining pool

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

Step 2: Install NodeJs 5.10 using nvm

nvm install 5.10
nvm use 5.10

Step 3: Install NodeJs Package

cd nomp

npm install

Step 4: Install Redis Server

sudo apt-get install redis

Step 5: Run Mining Pool

node init.js

Run the Mining Pool in the background

nohup node init.js & disown -h

# to check the log file
view nohup.out

About The Author