Restore mempoolexpiry on test networks

This commit is contained in:
Mononaut 2024-02-14 15:13:00 +00:00
parent 329c1330f4
commit 7c6c1187bb
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -7,7 +7,6 @@ discover=1
par=16 par=16
dbcache=8192 dbcache=8192
maxmempool=4096 maxmempool=4096
mempoolexpiry=999999
mempoolfullrbf=1 mempoolfullrbf=1
maxconnections=100 maxconnections=100
onion=127.0.0.1:9050 onion=127.0.0.1:9050
@ -20,6 +19,7 @@ whitelist=2401:b140::/32
#uacomment=@wiz #uacomment=@wiz
[main] [main]
mempoolexpiry=999999
rpcbind=127.0.0.1:8332 rpcbind=127.0.0.1:8332
rpcbind=[::1]:8332 rpcbind=[::1]:8332
bind=0.0.0.0:8333 bind=0.0.0.0:8333