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

Thanks for sharing! #2

Closed
JonathanRosado opened this issue May 14, 2018 · 1 comment
Closed

Thanks for sharing! #2

JonathanRosado opened this issue May 14, 2018 · 1 comment

Comments

@JonathanRosado
Copy link

Currently trying to get into blockchain development and stumbled across this repo. I've followed a couple of tutorials where they simply implement a very crude version of PoW/Blockchain-- without wallets, without peers, etc.

How far have you taken this project? Does it have a full blown consensus algorithm where peers participate?

Again, thanks for sharing much needed material on this topic

@phishman3579
Copy link
Owner

If by "full blown consensus algorithm", you mean the Proof of Work algorithm with multiple peers then yes the code does have that feature.

You can take a look at:
com.jwetherell.bitcoin.ProofOfWork.solve(MiningTask, byte[], long)

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

2 participants