This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Neutron v4.1.1 - Recommended update
Who should update
- All masternodes, stakers, and wallets
Release Notes
- Add spork
SPORK_14_MASTERNODE_DISTRIBUTION_TICKfor controlling the rate of firing new masternode distribution
requests throughout the network - Do not send force requests of blocks during initial block downloads
- Initial migration to robin hood hash maps - a much more memory efficient and faster hash map than what the STL offers. As a first trial run we only use them for the in-memory block maps - this is where the biggest gain is anyway
- Print out the time it takes for
LoadBlockIndex()to execute - Fix RPC bug where a thrown exception (including help messages) would lock up the RPC server permanently and require a restart
- Correct the local wallet stake calculation for PoSv2
- Remove "Stake Interest" field from the "getmininginfo" RPC command
Notes
- Small issue with the staking tooltip in the QT GUI showing "Not staking because you don't have mature coins". This is just cosmetic and is nothing to worry about. We will release the fix with the next release (resolved in 928152d). You can use the
getstakinginfocommand to check the real state of staking.
About binary distributions
- The published AppImages are for 64bit Linux distributions and should work on most relatively recent Linux versions.
- Binaries for both 32bit and 64bit Windows systems are provided.