Documentation
¶
Overview ¶
/pogolo - decentralize or die/
solo db-less bitcoin-only mining pool, meant for lan swarms, not the internet; start it, point your miners to it, and watch the logs roll by
think of this as public-pool but minimal and for self-sovereign nerds
infinite thanks to github.com/btcsuite/btcd for bitcoin tooling and public-pool for reference
setup:
mkdir $XDG_CONFIG_HOME/pogolo pogolo --writedefaultconf $XDG_CONFIG_HOME/pogolo/pogolo.toml # or copy pogolo.example.toml to `$XDG_CONFIG_HOME/pogolo/pogolo.toml` # then configure the interface, backend, and auth
usage:
pogolo [options]
options:
--conf path, --config path, -c path config file path (default: "$XDG_CONFIG_HOME/pogolo/pogolo.toml") --writedefaultconf path write default config to path and exit --prof dir, --profile dir write cpu and memory profiles to dir --help, -h show help --version, -v print the version --color force enable color output --nocolor force disable color output
environment overrides:
POGOLO_HOST: # overrides [pogolo].host POGOLO_BACKEND_HOST: # overrides [backend].host POGOLO_BACKEND_AUTH: # overrides [backend].rpcauth
Click to show internal directories.
Click to hide internal directories.
