14 Commits

Author SHA1 Message Date
ncantu
20d115a31c feat: Add APIs, dashboard, documentation and improve scripts
**Motivations:**
- Add API services for anchorage and faucet functionality
- Add dashboard interface for signet monitoring
- Improve documentation and maintenance guides
- Enhance existing scripts for better functionality

**Root causes:**
- Need for API services to interact with Bitcoin Signet
- Need for user-friendly dashboard interface
- Need for comprehensive documentation
- Scripts required improvements for better reliability

**Correctifs:**
- Updated Dockerfile with better configuration
- Improved gen-bitcoind-conf.sh and gen-signet-keys.sh scripts
- Enhanced mine.sh, miner, run.sh, and setup-signet.sh scripts
- Updated env.example with new configuration options

**Evolutions:**
- Added api-anchorage service with anchor functionality
- Added api-faucet service for testnet coin distribution
- Added signet-dashboard for monitoring and management
- Added comprehensive documentation in docs/ directory
- Added configure-nginx-proxy.sh for proxy configuration
- Added update-signet.sh for signet updates
- Added ETAT_SYSTEME.md and START_DASHBOARD_AND_FAUCET.md guides
- Added .bitcoin-version file for version tracking

**Pages affectées:**
- Dockerfile
- env.example
- gen-bitcoind-conf.sh
- gen-signet-keys.sh
- mine.sh
- miner
- run.sh
- setup-signet.sh
- api-anchorage/ (new)
- api-faucet/ (new)
- signet-dashboard/ (new)
- docs/ (new)
- configure-nginx-proxy.sh (new)
- update-signet.sh (new)
- ETAT_SYSTEME.md (new)
- START_DASHBOARD_AND_FAUCET.md (new)
- .bitcoin-version (new)
- .env (modified)
- mempool/ (added)
2026-01-24 02:40:25 +01:00
Elyan
94006c0590 Feat:implement quick blocks for signet mining 2024-02-23 02:06:12 -08:00
Elyan
3ce3a474a9 Update:Add test scripts 2024-02-22 08:14:33 -08:00
Elyan
3f056ce757 Update dockerfile 2024-02-22 04:50:46 -08:00
Elyan
4a4f579070 Feat:reworked script 2024-02-22 03:23:42 -08:00
Elyan
2d5f75e6a0 reworked docker to use lncm images 2024-02-21 10:34:40 -08:00
Elyan
ef21fbc465 chore: update dockerfile 2024-02-20 05:31:06 -08:00
Elyan
8fda01b586 Feat:create a new script to generate signet challenge 2024-02-20 01:20:07 -08:00
Elyan
18333d9140 Add bashrc file as an alais for interactive shell 2024-02-18 04:01:52 -08:00
Elyan
80680e5556 include logtail to view bitcoind logs 2024-02-18 03:34:43 -08:00
Elyan
8278cef19d update generate.py to miner.py for v26 2024-02-17 08:58:48 -08:00
Elyan
c8e6dab4bc Added custom Signet setup & update Readme.md 2024-02-16 11:53:08 -08:00
Elyan
68e812aac5 feat:Create a script for Easepay custom signet network 2024-02-16 10:57:25 -08:00
Elyan
7e4788879a setup script 2024-02-16 09:43:04 -08:00