Ergo Protocol Reference Client 4.0.100
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 nowtrue
by default for the mainnet (which is what is needed by the pools all the time)