From 1c4de34093b1e42e683629415d0b17474c06cd96 Mon Sep 17 00:00:00 2001 From: LeCoffre Deployment Date: Thu, 25 Sep 2025 18:19:16 +0000 Subject: [PATCH] auto_clea --- IA_agents/prompts/prompt-global.md | 2 ++ .../blindbit-oracle/blindbit.toml | 18 ++++++++++++++++++ scripts/lecoffre_node/start.sh | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 confs/lecoffre_node/blindbit-oracle/blindbit.toml diff --git a/IA_agents/prompts/prompt-global.md b/IA_agents/prompts/prompt-global.md index ad60802..37f515b 100644 --- a/IA_agents/prompts/prompt-global.md +++ b/IA_agents/prompts/prompt-global.md @@ -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`. diff --git a/confs/lecoffre_node/blindbit-oracle/blindbit.toml b/confs/lecoffre_node/blindbit-oracle/blindbit.toml new file mode 100644 index 0000000..d8091eb --- /dev/null +++ b/confs/lecoffre_node/blindbit-oracle/blindbit.toml @@ -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 diff --git a/scripts/lecoffre_node/start.sh b/scripts/lecoffre_node/start.sh index a32f598..2b76b52 100755 --- a/scripts/lecoffre_node/start.sh +++ b/scripts/lecoffre_node/start.sh @@ -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