Skip to content

Instantly share code, notes, and snippets.

View dennisvanderpool's full-sized avatar
🥶

Dennis van der Pool dennisvanderpool

🥶
View GitHub Profile
@jonatack
jonatack / how-to-compile-bitcoin-core-from-source-for-linux-debian.md
Last active May 13, 2024 18:46
How to compile Bitcoin Core with wallet, from source, on Linux Debian

How to compile Bitcoin Core from source on Linux Debian and run the unit and functional tests

Last updated: 16 March 2019

Hi! This article now lives at https://jonatack.github.io/articles/how-to-compile-bitcoin-core-and-run-the-tests where I will continue to update it. Cheers.

This is a simplified compilation of the various docs in https://github.com/bitcoin/bitcoin/tree/master/doc. Don't hesitate to read them for more information.

All steps are to be run from your terminal emulator, i.e. the command line.