tech.lbry.org/documents/tutorials/setup-blockchain-lbrycrd.md
Ben van Hartingsveldt cedccbcc00
Fix tutorials page
2025-07-23 20:39:13 +02:00

722 B

title description
Setup LBRY blockchain with lbrycrd Learn how to setup the LBRY blockchain with lbrycrd.

Building

With Docker

git clone https://github.com/lbryio/lbrycrd.git
cd lbrycrd
docker run -v "$(pwd):/lbrycrd" --rm -v "${HOME}/ccache:/ccache" -w /lbrycrd -e CCACHE_DIR=/ccache lbry/build_lbrycrd packaging/build_linux_64bit.sh

Ubuntu

sudo apt install build-essential git libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates
git clone https://github.com/lbryio/lbrycrd.git
cd lbrycrd
./packaging/build_linux_64bit.sh
./src/test/test_lbrycrd

Running

lbrycrdd -server -daemon