About This Pool
A practical overview of the platform architecture and operating model.
Solo mining endpoint policy
This pool is run as a self-hosted hobby operation, not a full-time managed service. Downtime can happen, updates may be deployed without prior notice, and some found blocks may be marked orphan by the network.
Operational Reality
- Service interruptions can occur at any time.
- Maintenance and upgrades may happen without warning.
- Always configure a backup Stratum pool in your miner.
Payout And Custody
- Direct payout model: rewards go to your own mining address.
- Never mine to an exchange deposit address.
- No coin custody: this server does not hold user balances.
- No liability for pool failures, downtime, or orphan outcomes.
What We Run
This platform is a custom mining stack operated by CodeFalcon. It combines a home-built Python stratum engine with a Django web interface, SQL-backed telemetry, and daemon RPC integrations.
Core Services
- Custom Python stratum server (home-made implementation)
- Coin-specific runtime profiles and systemd-managed services
- RPC pollers for chain height, network stats, and health
- Merged-mining support for configured parent/aux chains
Web and Data Layer
- Django UI for operations, monitoring, and admin workflows
- SQL data model for workers, blocks, performance, and settings
- REST API endpoint for external dashboards and automation
- Custom admin panel for branding and user management
Operational Notes
The pool is engineered for observability and controlled changes. Most runtime behavior is profile-driven, and core values shown in the UI are sourced from SQL snapshots and live RPC cache updates.
This is an actively evolving system. Features, policies, and coin support can change over time as the stack is tuned.
Disclaimer
This page is informational and operational only. It does not represent financial advice, profitability guarantees, or an invitation to invest.
Mining software and node setups vary. Always verify your wallet format, worker naming, and endpoint details before connecting hardware.
Connection-specific instructions are provided on the Connect page and should be followed as the authoritative setup guide.