Pogolo - Local Golang pool

pogolo is a db-less solo mining pool, designed to serve your LAN swarm :3

it’s loosely based on public-pool, and is written in Go. It’s easily configurable with a well-documented TOML file. visit the repo here for install instructions uwu

3 Likes

Love to see all the open source mining pool development happening; LFG! Can you tell us more about the pros and cons of db-less?

yee! going db-less makes pogolo a lot leaner on system resources and upkeep, as theres no database to install and maintain alongside the pool and the bitcoin node. the downside is theres no long-term storage, so you can’t track your stats over time. i dont want a hard dependency on valkey or postgres or whatever, pogolo should be a pool you can just grab and run, without extensive setup. i will be adding a prometheus endpoint eventually, for optional stats storage :3

v1.1.4 is out :3 mainly adding zmq support for faster block notifications, and lots of smaller fixes and tweaks uwu

im also requesting cpu profiles, generated with --prof, for optimizing future builds.

1 Like