v3.4.0
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
- Add 'only_randomx' and 'no_progpow' options to config by @who-biz in #84
- Updates running.org doc with latest instructions by @code-chronos in #86
- seeds config changes - epicserver.toml - Enhancement by @shunmuga-sundaram in #87
- Merge fastsync for headers, and ring, ownerapi, thread fixes by @who-biz in #89
- update mining algo policy to 48% progpow, 48% randomx, 4% cuckatoo by @johanneshahn in #90
- 3.4.0 by @johanneshahn in #93
Note Regarding Debian Package
- Please note, debian package was created after the initial releases were posted.
- Therefore the
epic
binaries packaged intoepic_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
- @who-biz made their first contribution in #84
- @code-chronos made their first contribution in #86
- @shunmuga-sundaram made their first contribution in #87
Full Changelog: v3.3.2...v3.4.0