1
0
Fork 0
forked from lthn/blockchain
Commit graph

8 commits

Author SHA1 Message Date
Claude
2ff53183c3
docs: add deployment options table and helper scripts to README
Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 12:35:28 +01:00
Claude
96e79beef4
feat(demos): add ecosystem startup, wallet ops, LNS, and helper scripts
6 VHS terminal demos with reusable helper scripts:
- ecosystem-startup: full stack coming online
- wallet-basics: address, balance, chain info, aliases
- lns-dns: HTTP API and DNS resolution
- exit-node: VPN exit setup
- node-quickstart: 3-step home node
- health-check: all services green

Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 12:34:00 +01:00
Claude
eebfb3f1f1
feat(demos): add VHS terminal demo GIFs for node, exit node, and health check
Rendered with charmbracelet/vhs. Tape scripts included for re-rendering.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 12:25:51 +01:00
Claude
7af620e7f6
feat(docker): add home node and exit node compose files
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>
2026-04-03 12:14:05 +01:00
Claude
1261d0d94e
fix(docker): correct LNS env vars in ecosystem compose (DAEMON_URL not DAEMON_RPC)
Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 12:05:48 +01:00
Claude
87fbdbb08d
fix(docker): correct LNS env vars (DAEMON_URL not DAEMON_RPC), add HSD host access, fix trade-frontend API_URL for SSR
Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 11:56:34 +01:00
Claude
21ebfa1d17
fix(docker): point pool explorer URLs to local Docker explorer
Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 11:15:06 +01:00
Claude
91efcd41d0
feat(docker): full ecosystem Docker deployment
- docker-compose.pull.yml: production compose with pre-built images,
  health checks, env var config, service dependencies
- docker-compose.local.yml: override for mounting existing chain data
- docker-compose.ecosystem.yml: build-from-source compose with pool,
  LNS, Redis added
- Chain Dockerfile: add curl for health checks, swagger API resources
- Pool Dockerfile: Ubuntu 24.04, Boost 1.83, native ProgPoWZ compilation
- .env.example: configurable passwords, ports, hostname
- pool-config.json: Docker-networked pool config
- health.sh: one-command stack health check
- deploy.sh: remote server deployment script
- lethean-testnet.service: systemd auto-start unit
- README.md: quickstart, mining guide, backup, troubleshooting

All 8 services tested and running in Docker:
daemon, wallet, explorer, trade-api, trade-frontend, pool, LNS, docs

Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 11:14:30 +01:00