PoS mining requires this flag when the daemon has no peers. Without it,
the daemon's get_pos_mining_details RPC returns DISCONNECTED status and
the wallet refuses to mint.
First PoS blocks minted on testnet at height 12,382.
Co-Authored-By: Charon <charon@lethean.io>
docker-compose.node.yml — minimal chain node + wallet with PoS staking.
Home users run this to support the network and earn staking rewards.
docker-compose.exit.yml — full VPN exit node with WireGuard.
Home users run this to provide bandwidth via the Lethean dVPN and earn
LTHN. Includes chain node, wallet, WireGuard server, and a controller
that manages gateway peering and status reporting.
.env.example updated with exit node settings (public IP, name, max peers).
Co-Authored-By: Charon <charon@lethean.io>