Update UI for Bitcoin and LND with enhanced connection details and styling

- Modified the startup script to reflect updated URLs for Lightning UI and REST API.
- Enhanced Bitcoin Core and LND UI with new styling and layout improvements, including background images and responsive design.
- Added connection status indicators and improved accessibility for RPC and gRPC information.
- Implemented new buttons for copying connection details and viewing logs, enhancing user interaction.
- Updated modal designs for settings and logs to improve usability and aesthetics.
This commit is contained in:
Dorian
2026-01-28 00:12:11 +00:00
parent 6a018e4953
commit 336704512b
17 changed files with 946 additions and 937 deletions
+2 -1
View File
@@ -123,7 +123,8 @@ echo ""
echo " 💰 Bitcoin & Lightning:"
echo " • Bitcoin Core UI: http://localhost:18445"
echo " • Bitcoin Core RPC: localhost:18443"
echo " • Lightning (LND REST): http://localhost:8080"
echo " • Lightning (LND) UI: http://localhost:8085"
echo " • Lightning REST API: http://localhost:8080"
echo " • BTCPay Server: http://localhost:14142"
echo " • Mempool Explorer: http://localhost:4080"
echo " • Fedimint: http://localhost:8173"