Skip to main content

Downloads

Prebuilt binaries are published on GitHub releases. The Linux binaries link against GLIBC_2.39, so they need glibc 2.39 or newer, which means Ubuntu 24.04 or later.

To build from source instead, see build the binaries.

Node 4.0.3

Release tag v4.0.3, or the latest release and all releases.

PlatformAssetUnpacks to
Linux x86-64epic-4.0.3-linux-amd64.tar.gzepic-4.0.3-linux-amd64/
macOS Apple siliconMacOS-aarch64-4.0.3.zipMacOS-aarch64-4.0.3/
Windows x86-64Windows-v4.0.3.zipepic.exe, no wrapping directory

macOS Intel and Linux ARM need a source build.

Wallet 4.0.0

Release tag v4.0.0, or the latest release and all releases.

PlatformAssetUnpacks to
Linux x86-64epic-wallet-4.0.zipepic-wallet, no wrapping directory
Windows x86-64epic-wallet.exethe executable itself, not an archive

The archive is named for the 4.0 line rather than the full 4.0.0 tag, and holds a Linux x86-64 ELF binary.

Download and verify

Each asset publishes a checksum file beside it, named for the asset with its extension replaced by -sha256sum.txt: epic-4.0.3-linux-amd64-sha256sum.txt for the Linux node tarball, epic-wallet-4.0-sha256sum.txt for the wallet archive.

curl -LO https://github.com/EpicCash/epic/releases/download/v4.0.3/epic-4.0.3-linux-amd64.tar.gz
curl -LO https://github.com/EpicCash/epic/releases/download/v4.0.3/epic-4.0.3-linux-amd64-sha256sum.txt

sha256sum -c epic-4.0.3-linux-amd64-sha256sum.txt
# expect: epic-4.0.3-linux-amd64.tar.gz: OK

tar xzf epic-4.0.3-linux-amd64.tar.gz
./epic --usernet
note

Release binaries are built without --features with-tor, so they ship no Tor support. Set use_tor_listener = false in epic-wallet.toml, or build from source with the feature.

Other software

SoftwareRepository
MinerEpicCash/epic-miner
Desktop GUI walletEpicCash/epic-gui-wallet
Block explorerEpicCash/epic_explorer
Epicbox relayEpicCash/epic-epicbox-docker
Docker build filesEpicCash/epic-node-docker, EpicCash/epic-node-wallet-docker

Mobile wallets are third party. Stack Wallet supports Epic and operates one of the public epicbox relays.

Next