-
v1.1.3 Stable
released this
2026-06-10 15:57:09 +00:00 | 38 commits to logopo since this releaseChanged
- fixed Docker builds
- change stale job error log from "unknown job" to "stale job"
- reduce stale job rate by half (0.2% -> 0.1%)
- randomly pick between upper and lower 32 bits of xxh3 hash for extranonce1
- comply with BIP-323, increase version rolling space
- validate share nTime
- copy error messages from ckpool and public-pool
- general robustness fixes
Full Changelog: https://git.0xf0xx0.eth.limo/0xf0xx0/pogolo/compare/v1.1.2...v1.1.3
-
v1.1.2 Stable
released this
2026-04-13 16:38:41 +00:00 | 85 commits to logopo since this releaseadded
- duplicate share detection
Full Changelog: https://git.0xf0xx0.eth.limo/0xf0xx0/pogolo/compare/v1.1.1...v1.1.2
-
v1.1.1 Stable
released this
2026-02-24 17:31:55 +00:00 | 102 commits to logopo since this releaseadded
- add option to log to file instead, as
--logfile
Full Changelog: https://git.0xf0xx0.eth.limo/0xf0xx0/pogolo/compare/v1.1.0...v1.1.0
- add option to log to file instead, as
-
v1.1.0 Stable
released this
2026-02-24 15:53:00 +00:00 | 104 commits to logopo since this releaseadded
- store found block hashes
- expose found blocks in api
infoendpoint
changed
- tweaked gopher error log coloring
- implement bip-54
Full Changelog: https://git.0xf0xx0.eth.limo/0xf0xx0/pogolo/compare/v1.0.1...v1.1.0
-
v1.0.1 Stable
released this
2026-02-02 15:54:24 +00:00 | 123 commits to logopo since this releaseadded
- NO_COLOR/FORCE_COLOR support
- systemd service
- dockerfile, docker-compose, and docker image
- swagger spec for the api
- benchmark script
changed
- handle all the error routes
- more detailed logs
- make diff adjustment a bit more sensitive
- default config from
--writedefaultconfsets[pogolo].interfacetolo
api
/api/v1/gopher/:idOrNicknamenow returns the gopher mining address
config
[pogolo].iprenamed to[pogolo].host[pogolo].hostresolves and binds to all ips if given a domain- add env overrides for
[pogolo].host(POGOLO_HOST),[backend].host(POGOLO_BACKEND_HOST), and[backend].rpcauth(POGOLO_BACKEND_RPCAUTH) (for docker)
Full Changelog: https://github.com/0xf0xx0/pogolo/compare/v0.1.0...v1.0.1