Run your own Lightning node

Self-hosted node for bitcoin-blake2b, controlled from the app

Before downloading: get the installer only from this page (domain btcblake2b.org) or from the official GitHub repository.

Download installer (GitHub Releases)

Release v0.1.0 — package tlw-node-installer-0.1.0.tar.gz, with SHA256SUMS covering the package and the bridge binary.

Verify the checksum (SHA-256)

The file tlw-node-installer-0.1.0.tar.gz must have this hash:

SHA256(tlw-node-installer-0.1.0.tar.gz) = 3040a213d2e16afc5ec2bb78e3f998cd7b8adb8816be86edb77f8d4c731130f6

Verify on Linux

sha256sum tlw-node-installer-0.1.0.tar.gz

Verify on Windows (PowerShell)

Get-FileHash .\tlw-node-installer-0.1.0.tar.gz -Algorithm SHA256

Install (3 commands)

tar -xzf tlw-node-installer-0.1.0.tar.gz
cd tlw-node-installer-0.1.0
./install.sh --bitcoind-rpc rpcuser:[email protected]:8332

Run it as your regular user: sudo is never required.

At the end the installer prints an NWC/NCC URI: paste it in the app (Lightning → Connect) to control the node. The URI contains a secret — never share it: each device is individually authorized and can be revoked.

Requirements

What the installer does

Security & trust

⚠️ Important notice — This is an experimental network. The node software is provided without warranty under the MIT license: use it only after understanding the risks and verifying the integrity of the package.