Skip to content

blvm v0.1.39

Choose a tag to compare

@github-actions github-actions released this 17 Jun 22:04
· 7 commits to main since this release

Bitcoin Commons BLVM — Bitcoin Low-Level Virtual Machine node CLI.

Note

Verify your download against checksums.sha256 before running.

Downloads

Platform File Notes
Linux x86_64 (binary) blvm-0.1.39-linux-x86_64 Full features (default cargo build)
Linux aarch64 (binary) blvm-0.1.39-linux-aarch64 Raspberry Pi 4/5 (64-bit OS); portable cross-build (sled/redb)
Linux x86_64 (tarball) blvm-v0.1.39-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux aarch64 (tarball) blvm-v0.1.39-linux-aarch64.tar.gz blvm for 64-bit ARM Linux (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.39-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.39_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.39-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.39-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.39-windows-x86_64.zip Same as .exe in archive form
Checksums checksums.sha256, SHA256SUMS-blvm-*, SHA256SUMS-linux-packages.txt Verify downloads

Verify

sha256sum -c checksums.sha256

Install

Linux (single binary):

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/blvm-0.1.39-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.39-linux-x86_64
sudo mv blvm-0.1.39-linux-x86_64 /usr/local/bin/blvm

Linux aarch64 (Raspberry Pi 4/5, 64-bit OS):

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/blvm-0.1.39-linux-aarch64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.39-linux-aarch64
sudo mv blvm-0.1.39-linux-aarch64 /usr/local/bin/blvm

Linux (tarball):

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/blvm-v0.1.39-linux-x86_64.tar.gz
tar -xzf blvm-v0.1.39-linux-x86_64.tar.gz
sudo mv blvm /usr/local/bin/

Linux aarch64 (tarball, Raspberry Pi 4/5):

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/blvm-v0.1.39-linux-aarch64.tar.gz
tar -xzf blvm-v0.1.39-linux-aarch64.tar.gz
sudo mv blvm /usr/local/bin/

Debian/Ubuntu:

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/blvm_0.1.39_amd64.deb
sudo dpkg -i blvm_0.1.39_amd64.deb

RHEL/Fedora:

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.39/blvm-0.1.39-1.x86_64.rpm
sudo rpm -i blvm-0.1.39-1.x86_64.rpm

Windows: Download blvm-0.1.39-windows-x86_64.exe, verify checksum, and run from a terminal.

Changes

See commit history