LBC // easy install with binaries

server | install | source | source-full | client | wallet

tested on debian11

Requirements

import the pubkey

vi lbc.pgp

copy/paste the pubkey

gpg --import lbc.pgp

Install server

grab latest binary

wget https://github.com/libbitcoin/libbitcoin-server/releases/download/v3.2.0/bs-linux-x64
mkdir -p /usr/local/bin/
mv bs-linux-x64 /usr/local/bin/
chmod +x /usr/local/bin/bs-linux-x64
ln -s bs-linux-x64 /usr/local/bin/bs

Install client

grab latest binary

wget https://github.com/libbitcoin/libbitcoin-explorer/releases/download/v3.2.0/bx-linux-x64-qrcode
mkdir -p /usr/local/bin/
mv bx-linux-x64-qrcode /usr/local/bin/
chmod +x /usr/local/bin/bx-linux-x64-qrcode
ln -s bx-linux-x64-qrcode /usr/local/bin/bx

Verify server

vi bs.sig

copy/paste MESSAGE AND SIGNATURE

gpg --verify bs.sig
# FD3F 464C DDB9 DF49 E24E  CE1C 3CD8 C07F 0B5C E14E

cd /usr/local/bin/
bx base16-encode < bs-linux-x64 | bx sha256

Verify client

vi bx.sig

copy/paste MESSAGE AND SIGNATURE

gpg --verify bx.sig
# FD3F 464C DDB9 DF49 E24E  CE1C 3CD8 C07F 0B5C E14E

cd /usr/local/bin/
bx base16-encode < bx-linux-x64-qrcode | bx sha256

==> should be same has as in message

Ready to go

bs

see server

bx

eventually create a dedicated user for using BX

useradd -m -g users -s /bin/bash lbt
chmod 700 /home/lbt/
su - lbt

bx

and see wallet

Resources

Download BS https://github.com/libbitcoin/libbitcoin-server/wiki/Download-BS

Download BX https://github.com/libbitcoin/libbitcoin-explorer/wiki/Download-BX


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun