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

Questions Regarding How Far of a Clone is this #6

Open
VoR0220 opened this issue Apr 14, 2015 · 3 comments
Open

Questions Regarding How Far of a Clone is this #6

VoR0220 opened this issue Apr 14, 2015 · 3 comments

Comments

@VoR0220
Copy link

VoR0220 commented Apr 14, 2015

Hi there,

I'm a student who is interested in your project. It seems relatively easy to understand and seems to have all the pieces for an independent blockchain cryptocurrency. Is this specifically linked to the BTC protocol or is this its own standalone protocol? Thanks in advance for the advice.

VoR0220

@xran-deex
Copy link
Owner

This code was created for a Cryptography course I took. I tried as much as possible to recreate the BitCoin protocol directly from the BitCoin paper as posted at https://bitcoin.org/bitcoin.pdf. I based the code off of the paper, NOT any existing code. I believe it is a little bit broken, at least when I presented it, there we're some issues with the clients not communicating with themselves.

@VoR0220
Copy link
Author

VoR0220 commented Apr 15, 2015

Hmmmm....interesting. Why do you think that is? I'd like to help. Yours is a pretty understandable piece of code. Very well done. I'd like to help you fix them. Are you saying that it is purely the problem in the P2P network?

@xran-deex
Copy link
Owner

Feel free to fix the issues. You should fire up the server and a few clients to see if you can reproduce the problem. The way the transactions are serialized probably needs to be redone. Again, feel free to work on anything. I guess the process would be to fork this repo and submit a pull request when you've made changes.

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