Skip to content

Data necessary for proving? #55

Answered by lucidLuckylee
JoseSK999 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
I don't get if you are referring to the proof generator or the client perspective in your question. So here is my for answer both:

Client - you run a bitcoin full node and want to sync it to block 300k:
The proof for block 300k includes all previous proofs (so also the proof for block 250k) due to the recursive verification. You wouldn't need any other proof than the one for the block you want to sync at. Whether you start from block 250k or any other block is irrelevant.

Proof generator - you want to provide a proof for block 300k:
Assuming you already proved every block from genesis to 250k and in each step recursively aggregated them into a single proof, you can start at 250k and h…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JoseSK999
Comment options

@lucidLuckylee
Comment options

Answer selected by JoseSK999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants