Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.14 KB

EasyInstallScript.md

File metadata and controls

45 lines (32 loc) · 1.14 KB

Open Etho Pool Script Setup and Install

This repo will help you to install ethopool

Feautures

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

Recommended OS

Ubuntu 16.04 or later

Steps

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

$ chmod +x dependencies.sh
$ sudo ./dependencies.sh --64

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

$ chmod +x configuration.sh
$ sudo ./configuration.sh

Wait for the buliding 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

$ chmod +x frontend.sh
$ ./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 devleopment.