tech.lbry.org/documents/tutorials/setup-blockchain-lbrycrd.md
2025-07-23 21:18:52 +02:00

684 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