Skip to content

v3.4.0

Compare
Choose a tag to compare
@johanneshahn johanneshahn released this 10 Jun 20:40
· 81 commits to master since this release
1ecdd85

Release v3.4.0

Highlighted Changes

  • Update mining algo policy to 48% ProgPow, 48% Randomx, 4% Cuckatoo for all future eras
  • New sync_header process for faster initial chain sync
  • Add a seeds list and change default seed config to "List"
  • Update ring to 0.16.x

What's Changed

Note Regarding Debian Package

  • Please note, debian package was created after the initial releases were posted.
  • Therefore the epic binaries packaged into epic_3.4.0_amd64.deb include commits up to: cbd4e68
  • This includes no changes to source files, strictly those used in packaging process.

Upgrade Notice:

  • Please change your server config (epic-server.toml) to support the faster sync process for other peers

from:

[server.p2p_config.capabilities]
bits = 15

to:

[server.p2p_config.capabilities]
bits = 31
  • Please change your server config (epic-server.toml) to use the new seed servers

from:

seeding_type = "DNSSeed"
#seeds = ....

to:

seeding_type = "List"
seeds = ["95.217.197.180:3517","5.161.127.56:3414","5.75.242.4:3414","5.78.71.29:3414"]

System Requirements:

  • Windows - 10.x, 11.x
  • MacOs - 12.4 (Intel)
  • Linux/Ubuntu - 22.x

New Contributors

Full Changelog: v3.3.2...v3.4.0