xaya / electrum-chi

Xaya port of Electrum client.
https://xaya.io
MIT License
5 stars 5 forks source link

Implement Xaya's blockchain structure #6

Closed domob1812 closed 5 years ago

domob1812 commented 5 years ago

This updates the core blockchain code to handle Xaya's modified chain structure. It consists of two main changes: The first is supporting Xaya's PoW data (triple-purpose mining). The second is support for Xaya's continuous difficulty retargeting with dual-algo, which among other things requires storing more data on disk because the difficulty is no longer constant over each "chunk" of headers.