Claude
|
3fd1af9824
|
feat(docker): single-container staking node for GUI integration
Dockerfile.staking-node — runs daemon + wallet with PoS staking in one
container using supervisord. No docker-compose needed.
For the CoreGUI desktop app to run on Windows/Mac/Linux:
docker run -d -p 46941:36941 -p 46942:36942 -p 46944:36944 \
-v lthn-chain:/data -v lthn-wallet:/wallet \
-e WALLET_PASSWORD=pass \
lthn/staking-node
Built-in helpers:
docker exec <name> /status.sh — chain + wallet status
docker exec <name> /wallet-address.sh — get wallet address
Co-Authored-By: Charon <charon@lethean.io>
|
2026-04-03 13:20:40 +01:00 |
|