LBC // Wallet Setup

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

Create a key pair

ideally OFFLINE (air-gapped computer)

as user

mkdir lbc/
cd lbc/
bx seed > seed
cat seed | bx ec-new > ec
cat ec | bx ec-to-wif > ec.wif
cat ec | bx ec-to-public > ec.pub
cat ec.pub | bx ec-to-address > ec.pub.address
chmod 400 ec*
chmod 500 ./

Resources

Deterministic wallet tools https://en.bitcoin.it/wiki/Deterministic_wallet_tools

tutorial

A primer for libbitcoin https://bitcoindev.network/a-primer-for-libbitcoin/

seed

bx seed https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-seed


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