From 3fe72b7425e0149455447214f3c09dada27890da Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Sat, 21 May 2022 17:07:06 -0300 Subject: [PATCH] Remove -txindex=1 from seednode's bitcoin.conf This change needs thorough review before being merged. See bitcoin-core Issue "Remove txindex migration code #22626": https://github.com/bitcoin/bitcoin/pull/22626 And comment about change not having a release note: https://github.com/bitcoin/bitcoin/pull/22626#issuecomment-893220371 See src: https://github.com/bitcoin/bitcoin/blob/v23.0/src/txdb.cpp#L35 For API test suites: This change is backward compatible for bitcoin-core v22. This change has not been tested against bitcoin-core v21, v20, v19. Change needs to be thoroughly tested with desktop UI. --- seednode/bitcoin.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/seednode/bitcoin.conf b/seednode/bitcoin.conf index f1b685ec9c7..7e1a2004837 100644 --- a/seednode/bitcoin.conf +++ b/seednode/bitcoin.conf @@ -2,7 +2,6 @@ server=1 daemon=1 listen=1 discover=1 -txindex=1 dbcache=1337 maxconnections=1337 peerbloomfilters=1