https://github.com/hmsats/compile_bitcoin_core
Bash shell script to compile Bitcoin Core on Ubuntu
https://github.com/hmsats/compile_bitcoin_core
bitcoin compile full-node ubuntu-server
Last synced: 8 days ago
JSON representation
Bash shell script to compile Bitcoin Core on Ubuntu
- Host: GitHub
- URL: https://github.com/hmsats/compile_bitcoin_core
- Owner: hMsats
- Created: 2025-04-16T09:01:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-11-27T07:02:13.000Z (3 months ago)
- Last Synced: 2025-11-29T16:17:46.630Z (3 months ago)
- Topics: bitcoin, compile, full-node, ubuntu-server
- Language: Shell
- Homepage: https://bitcoinserver.nl
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Bash shell script to download and compile Bitcoin Core on Ubuntu Linux
**Example for Bitcoin Core version 30.0:**
Just copy and past the 4 lines below in a terminal (Ctrl Alt T) and press Enter:
git clone https://github.com/hMsats/compile_bitcoin_core.git;\
cd compile_bitcoin_core;\
chmod +x maken.sh;\
./maken.sh 30.0
to install the bash script, execute the script and download, compile and test Bitcoin Core version 30.0 in your Ubuntu Linux home directory. You may have to answer a few questions.
Find `bitcoind`, `bitcoin-cli` and `bitcoin-qt` in `$HOME/bitcoin-30.0/build/bin`
All Bitcoin Core tests are run (for bitcoind and bitcoin-qt).
The necessary ubuntu packages are installed.
This compiled version uses descriptor wallets.
Bitcoin Core is downloaded from https://bitcoincore.org/bin.
Total compilation time will be on the order of an hour.
The shell script name "maken" means "to make" in Dutch.