Skip to content

Downloads


Download the current utxo_compiler release package for your environment.

Current Release

Version: v1.0.0

PackagePlatformSizeDownload
Debian packageLinux amd64 / Debian / Ubuntu1.1 MButxo_compiler-v1.0.0.deb
Tar archiveLinux amd64 / portable archive1.4 MButxo_compiler-v1.0.0.tar.gz
Linux zip archiveLinux amd64 / portable archive1.4 MButxo_compiler-v1.0.0.zip
Windows 64-bit zip archiveWindows x86_649.5 MButxo_compiler-v1.0.0-windows-64.zip
Windows 32-bit zip archiveWindows x869.5 MButxo_compiler-v1.0.0-windows-32.zip

Install

Debian or Ubuntu:

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

Portable archive:

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

The zip package contains the same release layout as the tar archive. Extract it, then run bin/utxo_compiler.

Windows:

powershell
.\utxo_compiler.exe --version

Keep the bundled DLL files in the same directory as utxo_compiler.exe.

SHA256 Checksums

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

Verify a downloaded file:

bash
sha256sum utxo_compiler-v1.0.0.tar.gz

On Windows:

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

🇨🇳 中文版