Skip to content

cryptoecc/ECCPoW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECCPoW

Why we made it?

Today, mining modules investing heavily on state-of-the art ASIC miners appear. The bitcoin network is left with only handful of these modules. This shows the current bitcoin network is centralized, leading to that the immuntability of the blockchain lies.

So, We needs new time-variant PoW. Basically, ASICs are useful when crypto puzzles ar not changeable. To make ASICs useless, our solution way is to make crypto puzzles time-variant. We call our solution ECCPoW.

What is ECCPoW?

picture1

  • Development of Synthetic Function of SHA and LDPC Decoder
  • Parity Check Matrix (PCM) size and amount of required resources (mem, comp) can be changed.
  • PCM can change the value of each block by inputting the hash value of the previous block.

Who made it?

ECCPoW was developed in GIST's Infonet lab. if you want to contact us, please go to site(https://heungno.net)

Development Environment

  • OS : Window 10 (64 bit)
  • IDE : Visual Studio 2017(v141)
  • SDK : 10.0.17763.0
  • Programming language : C++

Testing

result

Releases

No releases published

Packages

No packages published