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>
5 numbered demos using helper scripts against the live system:
01-install — zero to running node in 30 seconds
02-chain-status — chain info, latest block, on-chain aliases
03-ecosystem-tour — full tour of all 8 services (teaser material)
04-mining — pool stats, miner connection examples
05-exit-node — VPN exit node setup and earning
New helpers: last-block.sh, pool-stats.sh, lns-status.sh, explorer-stats.sh
Removed old unnumbered demos.
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>