Update docs/build-notes.md
Update build notes after initial StartOS milestone
This commit is contained in:
+17
-7
@@ -1,20 +1,30 @@
|
|||||||
# Munin-bitcoin Build Notes
|
# Munin Bitcoin Build Notes
|
||||||
|
|
||||||
## Current version
|
## Current version
|
||||||
|
|
||||||
0.1.0
|
0.1.0
|
||||||
|
|
||||||
## Current status
|
## Completed
|
||||||
|
|
||||||
Initial StartOS application skeleton.
|
- 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
|
||||||
|
|
||||||
## Container
|
## Current architecture
|
||||||
|
|
||||||
The application currently runs a minimal Alpine based container.
|
- StartOS package
|
||||||
|
- Alpine Linux container
|
||||||
|
- nginx serving static files
|
||||||
|
- Static dashboard in `web/index.html`
|
||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
||||||
- Validate StartOS manifest
|
- Read service status from backend
|
||||||
- Add Bitcoin RPC connection
|
- Connect to Bitcoin Core RPC
|
||||||
- Add persistent storage
|
- Add persistent storage
|
||||||
|
- Add wallet configuration
|
||||||
- Add BIP-329 support
|
- Add BIP-329 support
|
||||||
|
- Display live status in the web interface
|
||||||
Reference in New Issue
Block a user