Skip to content

Releases: mvc-labs/mvc-mining-instruction

support mvc v0.2.0.0

30 Mar 14:23
Compare
Choose a tag to compare
  • Scale the default max block size up to 4 Gigabytes from 128 megabytes(activation timestamp 1713225600).
  • Added more intuitive startup configuration items.
  • Hardcode the ASERT-DAA's anchor parameters, do simple check instead of MTP check.
  • Modify ChainTxData to make verificationprogress reasonable.
  • Add new configuration items to control blackhole address's CoinsViewCache.
  • The index service for P2PKH and MetaContract Fungible Token (FT) assets.
  • Add fixed seed nodes and the script (in python) to generate list of seed nodes.
  • Add some macro definitions for new chain creation from MVC.
  • Support cross-platform compilation (on going) .
  • Add new checkpoints.
  • Bug fixed and redundant code removed;
  • Copyright updated.
  • Version updated.

Add ASERT and minrelaytxfee

06 Jun 09:26
Compare
Choose a tag to compare

Added ASERT difficulty adjustment algorithm with two days half-life, aka, aserti3-2d.
This upgrade uses a MTP-based activation,1686636000(2023-06-13 06:00:00 +0000) for mainnet and 1685426400(2023-05-30 06:00:00 +0000) for testnet.
The block before the activation block will be used as the anchor block for the ASERT algorithm.
It is highly recommended to upgrade this update, otherwise it will fork after ASERT activation.

Added parameter minrelaytxfee.
Fees smaller than which are considered zero fee for relaying, mining and transaction creation (default: 250).
If you set it to zero then a transaction spammer can cheaply fill blocks using 1-satoshi-fee transactions, so which is not allowed.
If you are mining, be careful setting this, it should be set above the real cost to you of processing a transaction.

Upgraded minimum chain work and added new checkpoints;

Bug fixed and redundant code removed;

Update version to v0.1.4.0

v0.1.3.1

24 Apr 08:21
Compare
Choose a tag to compare
add 0.1.3.1 support

v0.1.3.0

03 Apr 10:07
Compare
Choose a tag to compare
0.1.3.0 update readme

v0.1.2.0

28 Jan 13:46
Compare
Choose a tag to compare
add mvc instruction