Metrocoin 0.8 has been released. The commit can be found on GitHub at:
https://github.com/metrocoins/metrocoin/commit/75828e7ef3aae17bbb8efede30e7dd39f955e0adPrior to building, please confirm you have the correct source tree with the git log command. The first log entry should be the change setting the version:
commit 75828e7ef3aae17bbb8efede30e7dd39f955e0ad
Author: Kedia <
[email protected]>
Date: Tue Feb 27 23:01:59 2018 -0500
This is a Maintenance Release Distribution focused on 64-bit Windows Platforms. Short term support is being provided for Ubuntu 14.04 while interim support is being shifted to Ubuntu 16.04 scheduled for the summer of 2018. Metrocoin DNS remains totally offline pending development updates. During reenactment of the network, seed.metrocoin.me may be used as a root node. Previous releases are invalid forks.
0.8.6 changes
=============
- Default block size increase for miners
(see
https://gist.github.com/gavinandresen/7670433#086-accept-into-block)
- Remove the all-outputs-must-be-greater-than-CENT-to-qualify-as-free rule for relaying
(see
https://gist.github.com/gavinandresen/7670433#086-relaying)
- Lower maximum size for free transaction creation
(see
https://gist.github.com/gavinandresen/7670433#086-wallet)
- OSX block chain database corruption fixes
- Update leveldb to 1.13
- Use fcntl with `F_FULLSYNC` instead of fsync on OSX
- Use native Darwin memory barriers
- Replace use of mmap in leveldb for improved reliability (only on OSX)
- Fix nodes forwarding transactions with empty vins and getting banned
- Network code performance and robustness improvements
- Additional debug.log logging for diagnosis of network problems, log timestamps by default
- Fix Metrocoin-Qt startup crash when clicking dock icon on OSX
- Fix memory leaks in CKey::SetCompactSignature() and Key::SignCompact()
- Fix rare GUI crash on send
- Various small GUI, documentation and build fixes
Warning
--------
- There have been frequent reports of users running out of virtual memory on 32-bit systems
during the initial sync.
Hence it is recommended to use a 64-bit executable if possible.
A 64-bit executable for Windows is planned for 0.9.
Assistance
------------
For assistance, please contact
[email protected]More information
-------------------
For more information or assistance, the following resources will be of use:
[Metrocoin.me](
https://metrocoin.me)
[Reddit](
https://reddit.com/r/metrocoin)