Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.4 KB

NewBull Pool Frontend

NewBull Pool Frontend(https://github.com/newbull/newbull-pool-frontend) v1.x is a simple and lightweight pool frontend written in PHP with easybitcoin.php (get it here) and CoiniumServ (get it here).

NewBull Pool Frontend work with NewBull fine. It's should work with others pow block chain, such as Bitcoin.

Requirements

  • Linux or Windows server of running NewBull Core
  • NewBull Core v0.14.2
  • Apache 2.4.x
  • PHP 5.6.x with CURL and JSON support enabled
  • MySQL 5.7.x

Installation

Installation is quite simple, and just complete the following steps:

  • Upload the contents of the archive to your server.
  • Run CoiniumServ.
  • Modify the conf/config.php file with your own info and NewBull RPC info.
  • That's it! Open your any Modern Browsers to the install URL, and the pool frontend should come up.

Note:

  1. If you do not know about apache url_rewrite, please turn off the url_rewrite configuration in conf/config.php file;

Theme / Template Modifications

  • Content css, js, img, pages, header and footer files are in /themes/theme1/ directory.
  • CSS uses Bootstrap 5.x as requested.

Donations


NB: NbUSBit9Q8mrDYPMwv6fW17rykThe3X735

ETH: 0xdA667f1921A2e454A1cD3E9D90c75a7c0EE94193

BTC:

LTC:

License


MIT

Changelog

1.0.0 2021-04-20

first release;