30 lines
620 B
Markdown
30 lines
620 B
Markdown
# Munin Bitcoin Build Notes
|
|
|
|
## Current version
|
|
|
|
0.1.0
|
|
|
|
## Completed
|
|
|
|
- StartOS package builds successfully
|
|
- Docker container starts correctly
|
|
- Service installs on physical StartOS server
|
|
- Web interface is served by nginx
|
|
- UTF-8 support verified
|
|
- Repository cleaned and structured
|
|
|
|
## Current architecture
|
|
|
|
- StartOS package
|
|
- Alpine Linux container
|
|
- nginx serving static files
|
|
- Static dashboard in `web/index.html`
|
|
|
|
## Next steps
|
|
|
|
- Read service status from backend
|
|
- Connect to Bitcoin Core RPC
|
|
- Add persistent storage
|
|
- Add wallet configuration
|
|
- Add BIP-329 support
|
|
- Display live status in the web interface |