https://github.com/aionnetwork/aion_pool3
aion pool implementation with C# core.
https://github.com/aionnetwork/aion_pool3
Last synced: 8 months ago
JSON representation
aion pool implementation with C# core.
- Host: GitHub
- URL: https://github.com/aionnetwork/aion_pool3
- Owner: aionnetwork
- Created: 2019-04-05T17:38:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T21:57:13.000Z (over 3 years ago)
- Last Synced: 2024-01-09T02:45:17.198Z (over 2 years ago)
- Language: C
- Size: 7.71 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aion_pool3
The Aion Pool3 is a software for mining in a pool implemented with C# and is divided in two sections:
- [ui](https://github.com/aionnetwork/aion_pool3/tree/master/ui), is the user interface of the pool, which connects to core application to return in a friendly way information regarding to the pool and miners connected to it.
- [aion_pool](https://github.com/aionnetwork/aion_pool3/tree/master/aion_pool), is where the core of the application is located