Open kcalvinalvin opened 1 year ago
Is is that the bitcoind node is asking for transactions during IBD, or that we are?
I'm getting the same errors trying to sync a utreexo compact state node. What seems to be happening (note: newbie here):
I tried this hack, which seems to avoid the NotFound errors, with no other side effects (again, newbie here) patch.txt
While I was syncing a node built from master
98e3c495442f08315e324e55fa235edb6ed28c98
, I got the following error:I ran the binary with the following command:
btcd --datadir=. --logdir=. --connect=127.0.0.1 --norpc --cpuprofile=cpuprof-master --profile=8081 --nocfilters
The node that it connects to on
127.0.0.1
is Bitcoin Core v24.0.1During ibd it shouldn't be asking for any txs so not sure where in the code getdata for a tx is being triggered.