Skip to content

Conversation

@jadia
Copy link
Contributor

@jadia jadia commented Oct 13, 2019

This PR implements the Blockchain concept in a primitive manner. The name of blockchain is darkCoin.

The script can be tested by running using python3

python3 darkCoin.py

# Create hash of block
def hashBlock(self):
sha = hasher.sha256()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the original version of blockchain you are implementing?
Can you add an application-specific one here ?

You may get an idea from one of my projects : https://github.com/prateekiiest/Anomaly-Detection-in-BlockChain

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few things are missing such as nounce, etc. I tried to make a chain with the block of information. I'll improve it in some time.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure @jadia, this one is promising. Let me know if any updates.

@prateekiiest
Copy link
Owner

Could you update on this please?

@stale
Copy link

stale bot commented Dec 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@prateekiiest
Copy link
Owner

\stale dont mark it stale

@prateekiiest
Copy link
Owner

I am adding this in @jadia . Let me know if you come up with an improved version.

@prateekiiest prateekiiest merged commit 4f8736e into prateekiiest:master Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants