Skip to content

Releases: BTCDecoded/blvm

blvm v0.1.34

05 Jun 16:53

Choose a tag to compare

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.34-linux-x86_64 Full features (default cargo build)
Linux aarch64 (binary) blvm-0.1.34-linux-aarch64 Raspberry Pi 4/5 (64-bit OS); portable cross-build (sled/redb)
Linux x86_64 (tarball) blvm-v0.1.34-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux aarch64 (tarball) blvm-v0.1.34-linux-aarch64.tar.gz blvm for 64-bit ARM Linux (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.34-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.34_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.34-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.34-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.34-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.34/blvm-0.1.34-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.34/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.34-linux-x86_64
sudo mv blvm-0.1.34-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.34/blvm-0.1.34-linux-aarch64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.34/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.34-linux-aarch64
sudo mv blvm-0.1.34-linux-aarch64 /usr/local/bin/blvm

Linux (tarball):

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.34/blvm-v0.1.34-linux-x86_64.tar.gz
tar -xzf blvm-v0.1.34-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.34/blvm-v0.1.34-linux-aarch64.tar.gz
tar -xzf blvm-v0.1.34-linux-aarch64.tar.gz
sudo mv blvm /usr/local/bin/

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.33

04 Jun 22:45

Choose a tag to compare

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.33-linux-x86_64 Full features (default cargo build)
Linux aarch64 (binary) blvm-0.1.33-linux-aarch64 Raspberry Pi 4/5 (64-bit OS); portable cross-build (sled/redb)
Linux x86_64 (tarball) blvm-v0.1.33-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux aarch64 (tarball) blvm-v0.1.33-linux-aarch64.tar.gz blvm for 64-bit ARM Linux (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.33-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.33_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.33-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.33-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.33-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.33/blvm-0.1.33-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.33/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.33-linux-x86_64
sudo mv blvm-0.1.33-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.33/blvm-0.1.33-linux-aarch64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.33/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.33-linux-aarch64
sudo mv blvm-0.1.33-linux-aarch64 /usr/local/bin/blvm

Linux (tarball):

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.33/blvm-v0.1.33-linux-x86_64.tar.gz
tar -xzf blvm-v0.1.33-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.33/blvm-v0.1.33-linux-aarch64.tar.gz
tar -xzf blvm-v0.1.33-linux-aarch64.tar.gz
sudo mv blvm /usr/local/bin/

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.32

04 Jun 22:27

Choose a tag to compare

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.32-linux-x86_64 Full features (default cargo build)
Linux aarch64 (binary) blvm-0.1.32-linux-aarch64 Raspberry Pi 4/5 (64-bit OS); portable cross-build (sled/redb)
Linux x86_64 (tarball) blvm-v0.1.32-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux aarch64 (tarball) blvm-v0.1.32-linux-aarch64.tar.gz blvm for 64-bit ARM Linux (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.32-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.32_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.32-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.32-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.32-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.32/blvm-0.1.32-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.32/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.32-linux-x86_64
sudo mv blvm-0.1.32-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.32/blvm-0.1.32-linux-aarch64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.32/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.32-linux-aarch64
sudo mv blvm-0.1.32-linux-aarch64 /usr/local/bin/blvm

Linux (tarball):

curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.32/blvm-v0.1.32-linux-x86_64.tar.gz
tar -xzf blvm-v0.1.32-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.32/blvm-v0.1.32-linux-aarch64.tar.gz
tar -xzf blvm-v0.1.32-linux-aarch64.tar.gz
sudo mv blvm /usr/local/bin/

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.31

28 May 21:25

Choose a tag to compare

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.31-linux-x86_64 Full features (default cargo build)
Linux x86_64 (tarball) blvm-v0.1.31-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.31-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.31_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.31-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.31-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.31-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.31/blvm-0.1.31-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.31/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.31-linux-x86_64
sudo mv blvm-0.1.31-linux-x86_64 /usr/local/bin/blvm

Linux (tarball):

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

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.30

28 May 02:54

Choose a tag to compare

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.30-linux-x86_64 Full features (default cargo build)
Linux x86_64 (tarball) blvm-v0.1.30-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.30-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.30_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.30-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.30-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.30-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.30/blvm-0.1.30-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.30/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.30-linux-x86_64
sudo mv blvm-0.1.30-linux-x86_64 /usr/local/bin/blvm

Linux (tarball):

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

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.29

21 May 21:02

Choose a tag to compare

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.29-linux-x86_64 Full features (default cargo build)
Linux x86_64 (tarball) blvm-v0.1.29-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.29-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.29_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.29-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.29-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.29-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.29/blvm-0.1.29-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.29/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.29-linux-x86_64
sudo mv blvm-0.1.29-linux-x86_64 /usr/local/bin/blvm

Linux (tarball):

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

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.28

21 May 19:03

Choose a tag to compare

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.28-linux-x86_64 Full features (default cargo build)
Linux x86_64 (tarball) blvm-v0.1.28-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.28-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.28_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.28-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.28-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.28-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.28/blvm-0.1.28-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.28/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.28-linux-x86_64
sudo mv blvm-0.1.28-linux-x86_64 /usr/local/bin/blvm

Linux (tarball):

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

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.27

18 May 18:05

Choose a tag to compare

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.27-linux-x86_64 Full features (default cargo build)
Linux x86_64 (tarball) blvm-v0.1.27-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.27-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.27_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.27-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.27-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.27-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.27/blvm-0.1.27-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.27/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.27-linux-x86_64
sudo mv blvm-0.1.27-linux-x86_64 /usr/local/bin/blvm

Linux (tarball):

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

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.26

16 May 20:06

Choose a tag to compare

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.26-linux-x86_64 Full features (default cargo build)
Linux x86_64 (tarball) blvm-v0.1.26-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.26-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.26_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.26-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.26-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.26-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.26/blvm-0.1.26-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.26/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.26-linux-x86_64
sudo mv blvm-0.1.26-linux-x86_64 /usr/local/bin/blvm

Linux (tarball):

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

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history

blvm v0.1.25

16 May 18:52

Choose a tag to compare

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.25-linux-x86_64 Full features (default cargo build)
Linux x86_64 (tarball) blvm-v0.1.25-linux-x86_64.tar.gz blvm + governance CLIs (+ checksum file inside)
Linux x86_64 (Arch / pacman) blvm-0.1.25-x86_64.pkg.tar.gz pacman -U
Linux x86_64 (Debian/Ubuntu) blvm_0.1.25_amd64.deb cargo deb (matches standalone binary)
Linux x86_64 (RHEL/Fedora) blvm-0.1.25-1.x86_64.rpm cargo generate-rpm
Windows x86_64 blvm-0.1.25-windows-x86_64.exe Portable Windows build
Windows x86_64 (zip) blvm-v0.1.25-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.25/blvm-0.1.25-linux-x86_64
curl -LO https://github.com/BTCDecoded/blvm/releases/download/v0.1.25/checksums.sha256
sha256sum -c checksums.sha256
chmod +x blvm-0.1.25-linux-x86_64
sudo mv blvm-0.1.25-linux-x86_64 /usr/local/bin/blvm

Linux (tarball):

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

Debian/Ubuntu:

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

RHEL/Fedora:

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

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

Changes

See commit history