github ergoplatform/ergo v4.0.100
Ergo Protocol Reference Client 4.0.100

latest releases: v6.0.0-alpha1, v6.0.0-alpha0, v5.0.22...
24 months ago

This release contains support for implementation and activation of EIP-37 as described in ergoplatform/eips#79.

Activation: it is possible to activate EIP-37 after block # 843,776 and before block # 942,081 . For activation, 232 or more votes for activation required in last 256 blocks, with voting checked every 128 blocks (for blocks which height % 128 == 1), and immediate activation once threshold is met.

Note: previous versions can be thrown from the blockchain in case of EIP-37 activation! Thus update to this version is highly recommended.

To vote for EIP-37, set in the config:

ergo {
...
  voting {
    6 = 2400 #vote for EIP-37
  }
}

Please use only this value (2400) for parameter #6 !

Alternatively, version 4.0.101 which is doing auto-voting, can be used: https://github.com/ergoplatform/ergo/releases/tag/v4.0.101

Also, in this PR:

  • offlineGeneration is now true by default for the mainnet (which is what is needed by the pools all the time)

Don't miss a new ergo release

NewReleases is sending notifications on new releases.