From 7c6c1187bb11d53b4d6d04d7815ab341c13d61bd Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 14 Feb 2024 15:13:00 +0000 Subject: [PATCH] Restore mempoolexpiry on test networks --- production/bitcoin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/bitcoin.conf b/production/bitcoin.conf index cdfb5715c..3ec72e2e2 100644 --- a/production/bitcoin.conf +++ b/production/bitcoin.conf @@ -7,7 +7,6 @@ discover=1 par=16 dbcache=8192 maxmempool=4096 -mempoolexpiry=999999 mempoolfullrbf=1 maxconnections=100 onion=127.0.0.1:9050 @@ -20,6 +19,7 @@ whitelist=2401:b140::/32 #uacomment=@wiz [main] +mempoolexpiry=999999 rpcbind=127.0.0.1:8332 rpcbind=[::1]:8332 bind=0.0.0.0:8333