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

When receiving a new block, node verifies and then sends it out as a verified block #3

Open
tgoldenberg opened this issue Feb 14, 2018 · 0 comments

Comments

@tgoldenberg
Copy link
Owner

When a new transaction is broadcast to the network (i.e. a new address), the listening node should pick it up and verify it against its own blockchain.

If the verification is successful, it should broadcast the verified transaction to the network.

Each node on the network will then receive the transaction, verify locally and add it to their local blockchain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant