BlockchainCharlotte / blockchain

A simple Blockchain in Python
MIT License
0 stars 2 forks source link

Add Dag implementation for better POW #2

Open fritzhealy opened 6 years ago

fritzhealy commented 6 years ago

I suggest the implementation for pow with dag file from ethereum. Found here

Advantages: 1) Already written in python 2) reduces ASIC potential