Skip to content

下载


在这里下载当前版本的 utxo_compiler 发布包。

当前版本

版本:v1.0.0

平台大小下载
Debian 安装包Linux amd64 / Debian / Ubuntu1.1 MButxo_compiler-v1.0.0.deb
Tar 压缩包Linux amd64 / 便携压缩包1.4 MButxo_compiler-v1.0.0.tar.gz
Linux Zip 压缩包Linux amd64 / 便携压缩包1.4 MButxo_compiler-v1.0.0.zip
Windows 64 位 Zip 压缩包Windows x86_649.5 MButxo_compiler-v1.0.0-windows-64.zip
Windows 32 位 Zip 压缩包Windows x869.5 MButxo_compiler-v1.0.0-windows-32.zip

安装

Debian 或 Ubuntu:

bash
sudo apt install ./utxo_compiler-v1.0.0.deb
utxo_compiler --version

便携压缩包:

bash
tar -xzf utxo_compiler-v1.0.0.tar.gz
cd utxo_compiler-v1.0.0
./bin/utxo_compiler --version

Zip 包和 tar 包的发布目录结构相同。解压后运行 bin/utxo_compiler 即可。

Windows:

powershell
.\utxo_compiler.exe --version

请把发布包自带的 DLL 文件和 utxo_compiler.exe 放在同一目录下。

SHA256 校验

text
f568c5626b6f806ca9acc597e4572e32b73cbab01c1e5b5588b20b865de7fb83  utxo_compiler-v1.0.0.deb
09fe5ed89e8334413464395a4f1eb872f51ee87b0ea0d8cb9be187e1ce8d6490  utxo_compiler-v1.0.0.tar.gz
319faeedb73b94ae12b3503f501892034da8974d0a5ebc77ec46f497fc791ffe  utxo_compiler-v1.0.0.zip
bc4aef7d25f16ebd6340896a091c1dc4245048b0a2f0ac6133d99582cc0dd5e2  utxo_compiler-v1.0.0-windows-64.zip
2ccd3330ea098aa41cf45e068f9f17bba31a0c2ddddd59ce69be5a366f7aa0a1  utxo_compiler-v1.0.0-windows-32.zip

校验下载文件:

bash
sha256sum utxo_compiler-v1.0.0.tar.gz

Windows 上可以用:

powershell
CertUtil -hashfile utxo_compiler-v1.0.0-windows-64.zip SHA256

🇬🇧 English version