Downloads
Download the current utxo_compiler release package for your environment.
Current Release
Version: v1.0.0
| Package | Platform | Size | Download |
|---|---|---|---|
| Debian package | Linux amd64 / Debian / Ubuntu | 1.1 MB | utxo_compiler-v1.0.0.deb |
| Tar archive | Linux amd64 / portable archive | 1.4 MB | utxo_compiler-v1.0.0.tar.gz |
| Linux zip archive | Linux amd64 / portable archive | 1.4 MB | utxo_compiler-v1.0.0.zip |
| Windows 64-bit zip archive | Windows x86_64 | 9.5 MB | utxo_compiler-v1.0.0-windows-64.zip |
| Windows 32-bit zip archive | Windows x86 | 9.5 MB | utxo_compiler-v1.0.0-windows-32.zip |
Install
Debian or Ubuntu:
bash
sudo apt install ./utxo_compiler-v1.0.0.deb
utxo_compiler --versionPortable archive:
bash
tar -xzf utxo_compiler-v1.0.0.tar.gz
cd utxo_compiler-v1.0.0
./bin/utxo_compiler --versionThe zip package contains the same release layout as the tar archive. Extract it, then run bin/utxo_compiler.
Windows:
powershell
.\utxo_compiler.exe --versionKeep 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.zipVerify a downloaded file:
bash
sha256sum utxo_compiler-v1.0.0.tar.gzOn Windows:
powershell
CertUtil -hashfile utxo_compiler-v1.0.0-windows-64.zip SHA256