Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Checkpoints #1

Open
ricmoo opened this issue Sep 6, 2014 · 0 comments
Open

Implement Checkpoints #1

ricmoo opened this issue Sep 6, 2014 · 0 comments
Assignees

Comments

@ricmoo
Copy link
Owner

ricmoo commented Sep 6, 2014

Each coin requires a list of checkpoint (height, block_hash) tuples, which represent points in the blockchain that are considered "true".

With these in place, syncing can be completed much faster, since the current bottleneck is the elliptic curve verification of each input of each transaction, which in the case of having a descendant in the checkpoints, can be skipped.

@ricmoo ricmoo self-assigned this Sep 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant