4NK_node/modules/blindbit-oracle/conf/blindbit.toml.exemple
Nicolas Cantu acbfbfaaff Configuration Bitcoin simplifiee et alignement .local
- Configuration Bitcoin: ajout RPC signet et securisation reseau Docker
- Alignement hostnames: migration .4nk.local vers .local dans tous les .exemple
- Configuration blindbit-oracle: hostnames et chemins alignes
- Configuration SDK: ports et hostnames mis a jour
2025-09-10 18:15:11 +02:00

28 lines
706 B
Plaintext

# Configuration pour blindbit-oracle
host = "blindbit-oracle.local:8000"
# Définit la chaîne sur laquelle le wallet fonctionne
chain = "signet"
# Point d'accès RPC Bitcoin
rpc_endpoint = "http://bitcoin.local:38332"
# Chemin vers le fichier cookie RPC Bitcoin
cookie_path = "/home/bitcoin/.bitcoin/signet/.cookie"
# Identifiants RPC Bitcoin (non utilisés avec cookie_path)
rpc_user = ""
rpc_pass = ""
# Hauteur de départ pour la synchronisation
sync_start_height = 1
# Paramètres de performance
max_parallel_tweak_computations = 4
max_parallel_requests = 4
# Configuration des index
tweaks_only = 0
tweaks_full_basic = 1
tweaks_full_with_dust_filter = 1
tweaks_cut_through_with_dust_filter = 1