Create a secure Bitcoin Core node with ease.
NOTE: This code is still under development and not yet ready. Test at your own risk. You can track progress under the Minimum Viable Product milestone.
sudo apt install -y curl
This script does not support macOS, 32-bit operating systems, or Arm-based hardware.
Open the Terminal and run the following command:
/bin/bash -c "$(curl -fsSL https://github.com/epiccurious/bitcoin-core-node-builder/raw/master/nodebuilder)"
NOTE: This code is still under development and not yet ready. Test at your own risk. You can track progress under the Minimum Viable Product milestone.
The script performs the following actions:
Before launching Bitcoin Core, this script modifies the following files:
/tmp/*/bitcoin-*-x86_64-linux-gnu.tar.gz
/tmp/*/SHA256SUMS
/tmp/*/SHA256SUMS.asc
/tmp/*/guix.sigs/
~/Downloads/bitcoin-*-x86_64-linux-gnu.tar.gz
~/Downloads/guix.sigs/
~/bitcoin/
~/.bitcoin/bitcoin.conf
~/Desktop/bitcoin_core.desktop
~/.local/share/applications/bitcoin_core.desktop
Follow the changes to this repository on our YouTube playlist.
Inspiration for this project came from these Open Source projects:
And from these guides:
This project is licensed under the terms of the MIT No Attribution license.