You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was reading BlockchairApiSyncer of BitcoinCore and i'm a little bit confused, Whats the point of Checkpoints and HsBlockHashFetcher? why blocks before checkpoint gets fetched from another api and the blocks after checkpoint gets fetched from blockchair api, Is it there just to save costs, Or it's for not trusting fully on blockchair? or is there another reason that i'm missing, Perhaps it needs comments to clarify it better. Thanks for the work.
The text was updated successfully, but these errors were encountered:
Arian8j2
changed the title
Checkpoint and HsBlockHashFetcher
Question about Checkpoints
Dec 5, 2024
Hello, I was reading
BlockchairApiSyncer
ofBitcoinCore
and i'm a little bit confused, Whats the point ofCheckpoint
s andHsBlockHashFetcher
? why blocks before checkpoint gets fetched from another api and the blocks after checkpoint gets fetched from blockchair api, Is it there just to save costs, Or it's for not trusting fully on blockchair? or is there another reason that i'm missing, Perhaps it needs comments to clarify it better. Thanks for the work.The text was updated successfully, but these errors were encountered: