Skip to content

OUTDATED v6.0.0

Compare
Choose a tag to compare
@nnian nnian released this 14 Sep 23:02
412a0a5

image

v6.0.0

Build Status Build status

This is the core Version of Qwertycoin's Blockchain. You can use the Daemon with simplewallet or use it through RPC commands for your Exchange, Payment Processing systems and other stuff.

Special Notes

Upgrade to this release is mandatory before reaching blockchain height: 700,000

Upgrade to newest Core Version

This release contains the newest CORE Improvements.

  • Major Changes were made:
  • Implemented function to prevent attempt to mine blocks with timestamp less than prevBlock has
  • added Currency::nextDifficultyV6
  • Implement fixed Difficulty
  • add get_difficulty_stat RPC call (necessary for EPoW)
  • Implement "purge" command for simplewallet
  • Replaced "refresh" with "rescan"
  • Added "shrink" command
  • Consolidate Function
  • Implemented CLIF difficulty adjustment for decreasing difficulty over time with no mined blocks
  • Fix Synchronization issue when synchronize without checkpoints for CN Heavy blocks
  • Updated hunter to v0.23.254
  • Updated Breakpad Implementations for better error handlind after crash
  • Several bug fixes