auto_clea

This commit is contained in:
LeCoffre Deployment 2025-09-25 18:19:16 +00:00
parent 55a432e10c
commit 1c4de34093
3 changed files with 21 additions and 1 deletions

View File

@ -70,6 +70,8 @@ Tous les documents des projets doivent être dans un dossier `docs/`
- Ne créer pas de liens symboliques mais pointe directement sur les fichiers
- Ne pas créer de proxy en dehors de ngnix
---
**Note** : Ce prompt est basé sur `4NK_env/IA_agents/prompts/prompt-global.md`.

View File

@ -0,0 +1,18 @@
# Configuration Blindbit Oracle
host = "0.0.0.0:8000"
chain = "signet"
rpc_endpoint = "http://bitcoin:38332"
cookie_path = "/home/bitcoin/.bitcoin/signet/.cookie"
rpc_user = ""
rpc_pass = ""
sync_start_height = 1
# Performance
max_parallel_tweak_computations = 4
max_parallel_requests = 4
# Index
tweaks_only = 0
tweaks_full_basic = 1
tweaks_full_with_dust_filter = 1
tweaks_cut_through_with_dust_filter = 1

View File

@ -437,7 +437,7 @@ test_url_with_count() {
# Tests des URLs internes
echo -e "${CYAN}=== URLs INTERNES (Services Docker) ===${NC}"
test_url_with_count "http://localhost:8000/tweaks/1" "BlindBit Oracle API" "200" 5
test_url_with_count "http://localhost:8000/tweaks/1" "BlindBit Oracle API" "200" 5
test_url_with_count "http://localhost:8081/health" "SDK Storage Health" "200" 5
test_url_with_count "http://localhost:8091/" "SDK Relay WebSocket" "200" 5
test_url_with_count "http://localhost:8090/" "SDK Relay HTTP" "200" 5