Simplecoin web mining framework(Initially a fork of Xenland's Mining Pool v1)Features:- Proportional or PPLastNShares
- Instant or Automatic cashout available with positive balance!
- Worker monitor for less downtime
- Current Round Payout estimation
- JSON account/worker monitoring API
- Dynamic stats/setting caching (more responsive/less overhead)
- Live round stats.
- Stats charting
- Memcached support
- Process locking
- Handling large stats on replication server
- Email notification
- Used by several growing pools
Upcoming features in next version:Multi-coin, Multi-Pool, Merged Mining, SMPPS
Forum (discussion & support):forum.simplecoin.us (will need a login from simplecoin.us first)
Demonstration:Visit
simplecoin.us to try out the live implementation and see latest development.
Download latest stable releaseSimplecoin v5.0Download latest experimental version (possibly unstable)Simplecoin ExperimentalNotes:
Not for the feint hearted, you will need to be very comfortable with php & mysql to use this. Often lacks new database changes/fields.
Source RepositoryGithubRequirements:Simplecoin relies on an existing and working bitcoin and pushpool installation. Before attempting to run simplecoin, please setup the following.
PHP5
Mysql
Memcached
Bitcoin:
http://bitcoin.orgPushpool:
http://forum.bitcoin.org/index.php?topic=8707.0Installation:1. Extract files into web root directory
2. Create simplecoin database in you mysql instance
3. Run simplecoin.sql in your simplecoin database (This will be used for pushpool & simplcoin)
4. Edit includes/requiredFunctions.php and set the bitcoin & database login info
5. Edit all files in the cronjob folder, set $includesDirectory to the correct server path.
6. setup cronjobs on a staggered schedule. I currently run cronjob every minute and the others every 10-30 minutes. I run payout and archive twice daily.
Current Focus:Multi-pool/coin support
Donations:Bitcoin Donations: 163Pv9cUDJTNUbadV4HMRQSSj3ipwLURRc
Hashrate donations at
https://simplecoin.us are always appreciated.
Affordable, Dependable Xen VPS & Dedicated hostingPhotonVPSProjects forked from simplecoin:Ozco.in:
https://github.com/Wayno/OzcoinMMCFE (Mainframe Mining Cooperative Front End) SVN:
http://mmcfe.mfis.net Standard disclaimerThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
I do not claim to be a PHP guru, I simply used PHP due to it's common availability.
Before using your implementation publicly, I recommend you run through a security audit.