From f1828412cfa1cd66b2cf704fa3691d0d2b977425 Mon Sep 17 00:00:00 2001 From: Elyan Date: Thu, 22 Feb 2024 05:13:33 -0800 Subject: [PATCH] Remove:bitcoin.conf --- bitcoin.conf | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 bitcoin.conf diff --git a/bitcoin.conf b/bitcoin.conf deleted file mode 100644 index b837d0f..0000000 --- a/bitcoin.conf +++ /dev/null @@ -1,31 +0,0 @@ -regtest=1 -[regtest] -daemon=1 - -# Custom Signet challenge -# This is generated by running the signet challenge script. -#signetchallenge=512102a353dc1b52018dce23d364bb007608a2849caef3f11fe655c9c5d439656d669851ae - - -#rpcauth=would be provided when needed -txindex=1 -server=1 - -fallbackfee=0.00000001 -paytxfee=0.00001000 -maxtxfee=1.0 -mintxfee=0.00000001 -minrelaytxfee=0.00000001 - -rpcbind=0.0.0.0:18443 -rpcallowip=0.0.0.0/0 -whitelist=0.0.0.0/0 - -# Basic Network -listen=1 -bind=0.0.0.0 - -# ZeroMQ notification settings -zmqpubrawblock=tcp://0.0.0.0:28332 -zmqpubrawtx=tcp://0.0.0.0:28333 -zmqpubhashblock=tcp://0.0.0.0:28334