charlie-cao / solo

WIP. A portable self-hosted Single-Player SOLO Ethereum (or any other Ethash coin) Mining Pool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flexpool SOLO (WIP)

A lightweight portable self-hosted SOLO Ethereum Mining Pool.

WARNING: This project is no longer maintained due to no funding.

Screenshots

Development preview: Development Preview Screenshot

Why?

There's a bunch of SOLO pools outside, and sadly none of them are transparent enough to have any trust. Also, there were incidents when SOLO pools have just stolen blocks. At Flexpool, we decided to develop a self-hosted open-source solution to all this mess.

💼 Portability

The Flexpool Solo is a highly portable software, and the only dependency you need is the Ethereum node. Also, it uses an embedded lightning-fast key-value LevelDB database, so there is no need to set up external ones.

🏎 Speed

The Flexpool SOLO is written in the Go Programming Language, which makes it very speedy and more profitable accordingly.

⚡️ Optimized Code

The Flexpool SOLO is written by one of the creators of the Flexpool, and the source code has some of Flexpool's optimization techniques applied. This pool is designed to be the MOST profitable among all other solo Ethereum pools.

💎 Support for other coins

This pool is 100% compatible with any other Ethereum fork that uses Ethash PoW consensus scheme.

Installation

TBD

TODO

Core Mining Engine

  • Worker Authentication & Work Receiver
  • Share verification
  • Block submission

Analytics

  • Accept hashrate reports
  • Collect worker statistics
  • Collect mined blocks and best shares
  • Implement querying & API
  • TBD

Front End

  • Base Website
  • General & Per worker Statistics
  • Network statistics
  • Node Health monitoring
  • Implement a real API (Right now development version uses a mock API)
  • TBD

Documentation

TBD

Other

  • Write tests for everything

Developed with ❤️ to make it as fast as Flexpool.

License

GNU Affero General Public License v3.0

About

WIP. A portable self-hosted Single-Player SOLO Ethereum (or any other Ethash coin) Mining Pool.

License:GNU Affero General Public License v3.0


Languages

Language:Go 71.6%Language:Vue 22.7%Language:SCSS 2.4%Language:JavaScript 1.5%Language:Dockerfile 0.8%Language:Makefile 0.6%Language:HTML 0.5%