Skip to content
forked from Playwo/ChiaPool

A trust based mining pool for the cryptocurrency chia.

License

Notifications You must be signed in to change notification settings

tweikiang/ChiaPool

 
 

Repository files navigation

ChiaMiningManager

What is this?

This application is a trust based mining pool for the cryptocurrency Chia. It works by running a harvester and farmer (no node) on each miner machine and sending all rewards to the pool address. Winning block rewards will be redistributed amongst miners. Setting up miners is simple and can be done with minimal configuration required.

This can be used as a private mining pool until pools are officially supported by chia.

This is not a replacement for proper pools and should only be used as stated below:

Can be used for Cannot be used for
Mining with others you do trust Mining with others you do not trust
Self Pooling

This is because of 2 main reasons:

  • The server cannot know securely measure how many plots miners really have & miners could change the reward address back to their own wallet
    • Pool must trust miners
  • The mining rewards are stored on a wallet which is not directly accessible by miners
    • Miners must trust Pool

Installation

Using the CLI Interface

Configure environment variables

The miner is optional, but some features will not be available if the CLI has no access to the local miner to authenticate requests.

Wallet vs Farmer Keys

This pool uses 2 keys, one for farming and one for storing rewards. You can read about how it works here. This is enabled by default, you only need to add your keys to the node.env file.

Farmer key Plotting Key
Stores mined XCH No Yes
Accessible by miners Yes No
Accessible by plotters Yes No
Used for plotting Yes No

About

A trust based mining pool for the cryptocurrency chia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.9%
  • Dockerfile 2.0%
  • Shell 1.1%