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
- Host: GitHub
- URL: https://github.com/mining-pool/ergopool
- Owner: mining-pool
- License: gpl-3.0
- Created: 2019-07-03T17:40:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T17:15:01.000Z (almost 7 years ago)
- Last Synced: 2024-11-29T17:49:53.750Z (over 1 year ago)
- Topics: ergo, pool, private
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 13
- Watchers: 8
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.