pyCoin is a blockchain based crypto currency written in the python. You can find the introduction post of pyCoin here.
Bug Fixes
- Creating different wallets bug fixed.
Only one wallet could be created on the pyCoin wallet creation page. This bug has been fixed. Now pyCoin generating random wallet addresses.
Python libraries were used to creating random wallet addresses.
New Features
- Mining algorithm added for consensus.
An algorithm was added to Mining. Even if it is not mining, this algorithm can be used for processing difficulty. This algorithm will still be used for transaction approvals when pyCoin is passed to a decentralized structure.
Mining algorithm was added. Miners can be rewarded for finding the right hash.
The difficulty of this hash can be changed.
Difficulty is a measure of how difficult it is to find a given target.
I wanted the last 2 characters to be 01. The level of difficulty is low because it is not long to find it. For example, the difficulty level can be increased by setting the wanted last characters of the hash to be 0000001.
- Github Proof
https://github.com/avnigenc/pyCoin/pull/1
How to contribute?
You only need to fork pyCoin repository on Github.
https://github.com/avnigenc/pyCoin
Posted on Utopian.io - Rewarding Open Source Contributors