Skip to content

New code based on the original work of Greedi on mmcfe, a Web Frontend to Pushpool.

License

Notifications You must be signed in to change notification settings

hakabane/php-mmcfe-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

mmcFE-ng is a web frontend for Pooled LTC Mining. A pool using this interface is running at https://pool.grewe.ca

The web frontend layout is based on mmcFE, the original work by Greedi: https://github.com/Greedi/mmcFE

After working a few days trying to learn to run my own pool and the systems behind it I figured I'd look a bit deeper in the code to understand how it works. While doing so I also migrated the existing code over to my own framework so maintenance would be easier in the future.

NOTE: This project is still under development and commits are happening on a daily basis. I do not recommend using this for a live setup as of yet. Wait for the later Release Candidate if you wish to run your pool with it. Testing pools are much appreciated though!

Donations

I was hoping to keep this out of the README but apparently people remove or change the LTC address at the bottom of the page. For those of you finding my project and are willing to appreciate the work with some hard earned LTC feel free to donate to my LTC address: Lge95QR2frp9y1wJufjUPCycVsg5gLJPW8

Requirements

This setup has been tested on Ubuntu 12.04, Ubuntu 13.04 and CentOS. It should also work on any related distribution (RHEL, Debian). For support on how to get litecoind or pushpoold to work, please ask in the appropriate forums.

  • Apache2
  • libapache2-mod-php5
  • PHP 5.4+
  • php5-mysqlnd
  • php5-memcached
  • MySQL Server
  • mysql-server
  • memcached
  • pushpoold
  • litecoind

Features

The following feature have been implemented so far:

  • Use of memcache for statistics instead of a cronjob
  • Web User accounts
  • Worker accounts
  • Worker activity (live, past 10 minutes)
  • Worker hashrates (live, past 10 minutes)
  • Pool statistics
  • Minimal Block statistics
  • Pool donations
  • Pool fees
  • Manual payout with 0.1 LTC fee
  • Auto payout with 0.1 LTC fee
  • Transaction list (confirmed and unconfirmed)

Installation

Please take a look at the Quick Start Guide. This will give you an idea how to setup mmcfe-ng.

Contributing

You can contribute to this project in different ways:

  • Report outstanding issues and bugs by creating an Issue
  • Suggest feature enhancements also via Issues
  • Fork the project, create a branch and file a pull request to improve the code itself

License and Author

Copyright 2012, Sebastian Grewe�

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

New code based on the original work of Greedi on mmcfe, a Web Frontend to Pushpool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published