An open API service indexing awesome lists of open source software.

https://github.com/mining-pool/ergopool

a mining pool for https://ergoplatform.org
https://github.com/mining-pool/ergopool

ergo pool private

Last synced: 11 months ago
JSON representation

a mining pool for https://ergoplatform.org

Awesome Lists containing this project

README

          

# ergoPool

a mining pool for ergoplatform.org

this is forked from open-ethereum-pool

## Haven't done

Unlocker and Payer havn't finished. So just treat it as a **proxy**.

## How to build

```bash
git clone https://github.com/maoxs2/ergoPool
cd ergoPool

# Run the ergo node, open rpc
nano config.json

go build .
./ergoPool

```

## How to use miner

compile [this miner](https://github.com/maoxs2/Autolykos-GPU-miner) with pool key and distribute to your miners

## Future Develop

I will contine develop if anyone need this. It's not difficult to add payer and unlocker.

If nobody, I'm staying out.