From 70695972f0d8bc9d4f6fbc755ecd3e679fb8fdf6 Mon Sep 17 00:00:00 2001 From: Debian Date: Thu, 4 Sep 2025 10:27:57 +0000 Subject: [PATCH] Remove path from repository --- conf/blindbit.toml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 conf/blindbit.toml diff --git a/conf/blindbit.toml b/conf/blindbit.toml deleted file mode 100644 index 5766d586..00000000 --- a/conf/blindbit.toml +++ /dev/null @@ -1,25 +0,0 @@ -# Configuration pour blindbit-oracle -host = "0.0.0.0:8000" - -# Définit la chaîne sur laquelle le wallet fonctionne -chain = "signet" - -# Point d'accès RPC Bitcoin (sans cookie, autorisé par rpcallowip) -rpc_endpoint = "http://4nk-bitcoin:38332" - -# Auth RPC Bitcoin -rpc_user = "bitcoin" -rpc_pass = "bitcoin" - -# 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 \ No newline at end of file