auto_clea
This commit is contained in:
parent
55a432e10c
commit
1c4de34093
@ -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`.
|
||||
|
18
confs/lecoffre_node/blindbit-oracle/blindbit.toml
Normal file
18
confs/lecoffre_node/blindbit-oracle/blindbit.toml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user