Skip to content

Commit 23c5a8c

Browse files
committed
.
1 parent 721cbfb commit 23c5a8c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ goPool is a **from-scratch Golang solo Bitcoin mining pool**. It connects direct
1616

1717
## Feature highlights
1818

19+
- **Simple live dashboard** to quickly see pool health and mining activity.
20+
- **Worker pages** so you can check each rig's speed and recent performance.
21+
- **Online/offline status** so you can quickly see which miners are up or down.
22+
- **Saved workers** so your favorite rigs are easy to revisit anytime.
23+
- **24-hour hashrate charts** to spot drops, spikes, and stability trends.
24+
- **Best share tracking** so you can see standout shares over time.
25+
- **Discord pings** (optional): alerts when a saved worker goes offline, when it has been back online long enough to count as recovered, and when a saved worker finds a block.
26+
- **Easy connect details** shown on the site for miner setup.
27+
1928
- **Solo mining core**: builds and submits Bitcoin blocks directly against Bitcoin Core (`getblocktemplate` + `submitblock`) with JSON-RPC and optional ZMQ acceleration.
2029
- **Stratum v1 server**: supports `mining.subscribe`, `mining.authorize`, `mining.submit`, `mining.configure`, CKPool-style `mining.auth`, and optional Stratum TLS.
2130
- **Compatibility controls**: CKPool subscribe-response emulation, version-rolling support, suggest-difficulty handling, optional `mining.set_extranonce` and `mining.set_version_mask` notifications.

0 commit comments

Comments
 (0)