Skip to content

ocminer/ethcore-pool-mpos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MPOS Compatability

I (ocminer) removed levelDB and added MySQL / MariaSQL support to this branch of ethpool-go. Furthermore the shares are inserted into MySQL so that a MPOS based pool can work with those shares. You still have to modify MPOS to get the RPC working with ETH/GETH - contact me in case of questions (my address is admin at suprnova dot cc) Donations are welcome to 1MGHzDcTCmjSDcmJ4NurjN99WM87PoZ68M (BTC)

The rest of this README is from the original ethpool/leveldb implementation:

Introduction

We have decided to open source our implementation of pooled mining for Ethereum. This software is not a complete mining pool. It only takes care of work distribution and share validation; valid shares are stored into a local database (LevelDB). Reward calculation and payments are not yet implemented but it should be possible to connect this software some of the existing open source mining pools.

Performance

While the current implementation in go might not be the most effective one, the pool was able to process ~600 workers at 30% CPU utilization (1 core) and 70MB RAM usage.

Supported clients

The pool has been tested successfully with both the go Ethereum client (geth) and the cpp Ethereum client (eth).

Pull requests & possible optimizations

If you find any issues with the pool software please feel free to issue a pull request.

If you want to improve the pool, implementing the connection to geth via IPC instead of HTTP would be a good start.

Setup guide (Ubuntu 14.04)

Donations

Donations are always welcome:

BTC: 37rfj6oPJmnEDHTnUxvsUEmF4CnqofgWJr

ETH: 0xc5d2dd8b399b67d857ed6d91bbe26f0702f7cd34

About

ethereum getwork proxy written in go for mpos pools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages