Releases: MoreloNetwork/morelo
Release v0.1.1.1
Harglow's Comeback CRITICAL BUG FIX
This release fixes a critical bug in the previous release that prevented mining new blocks on v18 hard fork.
SHA256 checksums
- linux-x64-ubuntu22.tar.xz
be77b9f7565aab2120db952d7e1ef75b84fbffcc340eddd74b748365b65a0129 - linux-x64-ubuntu24.tar.xz
b6527c92a41231da87f2926ca71a1fbf77930539c4a7750b0e2cc909af999bdd - win-x64.zip
4f5f6891dd5a5eae54e00178437ff63d89d57031615728b665be3bc43a22e7cb
Release v0.1.1.0
Harglow's Comeback
After a long wait we put in a lot of effort to make Morelo better and made hard fork v18.
Improvements
Update notifications with a link to download the new version or automatic download
Fetching additional seeds from DNS
OpenAlias support for addresses and transactions
DNS checkpoints
Improved build scripts, e.g. added slim build option (make MORELO_SLIM=1) which builds only daemon, wallet-rpc and wallet-cli
Lowered transaction fees
Other changes
Changed dev wallet and added donate wallet
Updated Boost and other dependencies
Fixed building on newer compilers
Fixed building on Windows using MSYS2 (Currently missing some QoL features but otherwise it works flawlessly)
Release v0.1.0.5
HalvingARQ
We are introducing new reward algorithm on hardfork V17 called HalvingARQ.
What it means?
Starting from block 433100 hardfork V17 become live.
From this moment reward for mined block will be static and the amount is 50 MRL.
Every one year reward is halved, that means it's divided by 2.
In next 6 years reward will drop to 0.
Emission changes
Due to changes in reward algorithm our total supply changes too.
There is only 25 millions Morelo left to mine in next 6 years.
Including currently mined 25 millions the total supply is 50 Millions.
Developer fee
We also changed wallet for governance fee, now it's called developer fee.
10% of block reward is transferred to developer wallet.
We also implemented one time transfer of 12 Millions MRL to developer wallet to refill our wallet after we lost pre-mine wallet.
Other changes
Fixed compilation for different boost versions: 1.74, 1.76, 1.81.
That means you no longer need to use 1.73 version during compilation.