Hi, for the bitcoin rpc scanner, can you have a pruned node say to 2000 blocks? If not, why does it need to be "full" (pruned: false)?
Are you querying blocks at anytime in the blockchain, or only close to the tip?
Would it be possible to allow pruned nodes and try except "fail out" if the block height is not retrieved. In other words, pruned is acceptable, you just lose out on watcher rewards if block height not found in your node history.
This might also want to be considered for EVM.
Hi, for the bitcoin rpc scanner, can you have a pruned node say to 2000 blocks? If not, why does it need to be "full" (pruned: false)?
Are you querying blocks at anytime in the blockchain, or only close to the tip?
Would it be possible to allow pruned nodes and try except "fail out" if the block height is not retrieved. In other words, pruned is acceptable, you just lose out on watcher rewards if block height not found in your node history.
scanner/packages/scanners/bitcoin-rpc-scanner/tests/testData.ts
Line 58 in 4b61053
This might also want to be considered for EVM.