Skip to content

HamzaAnis/open-eth-pool-script-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-eth-pool-script-install

Open Ethereum Pool Script for configuration/setup and installation

This repository will help you to install open-ethereum-pool

Features

  • Setting up the dependencies
  • Will help in configuration for the pool
  • Running the app

Recommended OS

Ubuntu 16.04 or later

Steps

Open a terminal and login with super user

$ sudo su

Install the dependencies. It will take time --64 flag is for the system architecture

$ sudo ./dependencies.sh --64

Must open a new terminal because the dependencies are recently installed and golang is needed to build the open-ethereum-pool.After opening the new terminal. One thing need to be carefully checked the configs in the configuration.sh according to your pool.

$ sudo ./configuration.sh

Wait for the building of the project to be complete and when it will complete it will run the open-ethereum-pool then open a new terminal and run the front end without sudo

$ ./frontend.sh

Reply with y if prompted

The script works under my environment when no dependencies are installed and geth is not synced. However, it can still be improved and under development.