Skip to content

Marscoin release 1.6.5

Latest
Compare
Choose a tag to compare
@novalis78 novalis78 released this 12 Jul 15:51
· 5 commits to master-1.6.5 since this release

Marscoin Release 1.6.5

We are excited to announce the release of Marscoin 1.6.5. This update introduces the ASERT (Aserti3-2d) Difficulty Adjustment Algorithm, which significantly improves block time consistency, ensuring stable mining and transaction verification speeds regardless of network hash rate fluctuations.

Enhancements in this release:

  • Integration of the ASERT difficulty adjustment algorithm for better network stability.
  • Various bug fixes and performance improvements.

Upgrade Process for Existing Installations

For users already running Marscoin 1.6, upgrading to version 1.6.5 involves a few simple steps:

  1. Checkout the latest 1.6.5 release:
    git checkout master-1.6.5
    
  2. Pull the latest updates:
    git pull
    
  3. Compile the new version:
     make