https://github.com/aionnetwork/aion_pool2
aion pool implementation with c# core.
https://github.com/aionnetwork/aion_pool2
Last synced: 10 months ago
JSON representation
aion pool implementation with c# core.
- Host: GitHub
- URL: https://github.com/aionnetwork/aion_pool2
- Owner: aionnetwork
- Created: 2018-06-10T01:39:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:40:14.000Z (over 3 years ago)
- Last Synced: 2023-02-28T16:22:07.471Z (over 3 years ago)
- Language: C
- Size: 4.1 MB
- Stars: 14
- Watchers: 7
- Forks: 15
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aion Pool
Welcome to the official Aion mining pool repository.
This respositoy is created for pool operators; it contains the Aion mining pool and corresponding UI compatible with Aion 2.7+.
## Key Features
- Supports clusters of pools each running individual currencies
- Ultra-low-latency Stratum implementation using asynchronous I/O (LibUv)
- Adaptive share difficulty ("vardiff")
- PoW validation (hashing) using native code for maximum performance
- Session management for purging DDoS/flood initiated zombie workers
- Payment processing (PPLNS)
- Banning System for banning peers that are flooding with invalid shares
- Live Stats API on Port 4000
- POW (proof-of-work) & POS (proof-of-stake) support
- Detailed per-pool logging to console & filesystem
- Responsive User Interface