下载
预构建的二进制文件发布在GitHub releases上。Linux二进制文件链接到GLIBC_2.39,因此需要glibc 2.39或更高版本,即Ubuntu 24.04或更高版本。
若要从源码构建,请参阅构建二进制文件。
节点 4.0.3
发布版本标签 v4.0.3,或 最新发布版本和所有发布版本。
| 平台 | 资源文件 | 解压至 |
|---|---|---|
| Linux x86-64 | epic-4.0.3-linux-amd64.tar.gz | epic-4.0.3-linux-amd64/ |
| macOS Apple silicon | MacOS-aarch64-4.0.3.zip | MacOS-aarch64-4.0.3/ |
| Windows x86-64 | Windows-v4.0.3.zip | epic.exe,无包装目录 |
macOS Intel和Linux ARM需要从源码构建。
钱包 4.0.0
发布版本标签 v4.0.0,或 最新发布版本和所有发布版本。
| 平台 | 资源文件 | 解压至 |
|---|---|---|
| Linux x86-64 | epic-wallet-4.0.zip | epic-wallet,无包装目录 |
| Windows x86-64 | epic-wallet.exe | 可执行文件本身,非压缩包 |
该归档文件以4.0系列命名,而非完整的4.0.0标签,包含一个Linux x86-64 ELF二进制文件。
下载并验证
每个资产旁边都会发布一个校验和文件,文件名与该资产相同,扩展名替换为-sha256sum.txt:epic-4.0.3-linux-amd64-sha256sum.txt对应 Linux 节点 tarball,epic-wallet-4.0-sha256sum.txt对应钱包压缩包。
- Linux
- macOS
- Windows
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
# 期望输出:epic-4.0.3-linux-amd64.tar.gz: OK
tar xzf epic-4.0.3-linux-amd64.tar.gz
./epic --usernet
curl -LO https://github.com/EpicCash/epic/releases/download/v4.0.3/MacOS-aarch64-4.0.3.zip
curl -LO https://github.com/EpicCash/epic/releases/download/v4.0.3/MacOS-aarch64-4.0.3-sha256sum.txt
shasum -a 256 -c MacOS-aarch64-4.0.3-sha256sum.txt
unzip MacOS-aarch64-4.0.3.zip
Gatekeeper在首次运行时拒绝未签名的二进制文件。在系统设置的"隐私与安全性"中允许运行。
$tag = 'v4.0.3'
$base = "https://github.com/EpicCash/epic/releases/download/$tag"
Invoke-WebRequest "$base/Windows-$tag.zip" -OutFile "Windows-$tag.zip"
Invoke-WebRequest "$base/Windows-$tag-sha256sum.txt" -OutFile "sha256sum.txt"
# PowerShell 没有 `sha256sum -c`,请手动比对两个值。
(Get-FileHash "Windows-$tag.zip" -Algorithm SHA256).Hash.ToLower()
Get-Content sha256sum.txt
Expand-Archive "Windows-$tag.zip" -DestinationPath .
备注
发布版本的二进制文件构建时未启用--features with-tor,因此不包含 Tor 支持。请在epic-wallet.toml中设置use_tor_listener = false,或从源码构建时启用该特性。
其他软件
| 软件 | 代码仓库 |
|---|---|
| 矿工 | EpicCash/epic-miner |
| 桌面GUI钱包 | EpicCash/epic-gui-wallet |
| 区块浏览器 | EpicCash/epic_explorer |
| Epicbox中继 | EpicCash/epic-epicbox-docker |
| Docker构建文件 | EpicCash/epic-node-docker, EpicCash/epic-node-wallet-docker |
移动端钱包为第三方产品。Stack Wallet支持Epic,并运营一个公共epicbox中继。