Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

v0.18.1

Compare
Choose a tag to compare
@brandonlehmann brandonlehmann released this 30 Aug 01:10
5d0399d

image

v0.18.1

Build Status Build status

Special Notes

This patch release reverts the difficulty reset. Mining Nodes may need to --rewind-to-height 1799999 to recover from the first pass of the upgrade that failed

Please note, the build directions and project dependencies have changed

Upgrade to this release is required

Network Upgrade at Block 1,800,000

The v0.18.0 release of the core TurtleCoin suite activates a network upgrade at block 1,800,000 that implements block major version 6. Block major version 6 changes the Proof-of-Work (PoW) algorithm to Chukwa. Please be sure to update your miners before the network upgrades to continue mining. We're working on the final steps to make sure the algorithm is supported in the most common mining packages and will post news in the official TurtleCoin blog as we are made aware of additional miners supporting the algorithm. In addition to the blog, we urge users to join the TurtleCoin Discord and type *news to be added to the announcements list to be notififed of the latest TurtleCoin updates.

Release Notes

General Updates

  • Reverted difficulty reset for block 1,800,000
  • Resolved LZ4 linking error on some platforms

Known Issues

  • #603: Error in JSON serialization in multiple RPC methods regarding large uint64_t values

How To Sync Quickly

  • Download the latest checkpoints archive from https://github.com/turtlecoin/checkpoints
  • Unpack the archive and place checkpoints-all.csv in the same folder as your TurtleCoind daemon
  • Run TurtleCoind with checkpoints added like this:
    Linux, Apple ./TurtleCoind --load-checkpoints checkpoints-all.csv
    Windows TurtleCoind.exe --load-checkpoints checkpoints-all.csv

How To Compile

Please see the How To Compile section of the project README for instructions on how to compile this release on your system.

Changelog

See the TurtleCoin Release page for the full change history.

Thanks

Cryptonote Developers, Bytecoin Developers, Forknote Project, TurtleCoin Community