{"id":16561920,"url":"https://github.com/epiccurious/bitcoin-core-node-builder","last_synced_at":"2026-01-21T05:40:17.182Z","repository":{"id":220420091,"uuid":"583518306","full_name":"epiccurious/bitcoin-core-node-builder","owner":"epiccurious","description":"Spin up a secure Bitcoin Core node with ease.","archived":false,"fork":false,"pushed_at":"2024-02-01T23:31:47.000Z","size":145,"stargazers_count":3,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:47:42.580Z","etag":null,"topics":["bitcoin","bitcoin-api","bitcoin-cli","bitcoin-core","bitcoin-qt","bitcoin-wallet","bitcoincore","bitcoind"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epiccurious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-12-30T02:38:49.000Z","updated_at":"2024-08-29T14:11:02.000Z","dependencies_parsed_at":"2024-02-02T00:47:47.751Z","dependency_job_id":null,"html_url":"https://github.com/epiccurious/bitcoin-core-node-builder","commit_stats":null,"previous_names":["epiccurious/bitcoin-core-node-builder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiccurious%2Fbitcoin-core-node-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiccurious%2Fbitcoin-core-node-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiccurious%2Fbitcoin-core-node-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiccurious%2Fbitcoin-core-node-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epiccurious","download_url":"https://codeload.github.com/epiccurious/bitcoin-core-node-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248231835,"owners_count":21069410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcoin-api","bitcoin-cli","bitcoin-core","bitcoin-qt","bitcoin-wallet","bitcoincore","bitcoind"],"created_at":"2024-10-11T20:34:43.679Z","updated_at":"2026-01-21T05:40:17.150Z","avatar_url":"https://github.com/epiccurious.png","language":"Shell","readme":"# Bitcoin Core Node Builder\n\nCreate a secure Bitcoin Core node with ease.\n\nNOTE: 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.\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [How to Run Node Builder](#how-to-run-node-builder)\n- [What Does This Script Do?](#what-does-this-script-do)\n- [Which Files Does This Script Touch?](#which-files-does-this-script-touch)\n- [YouTube Playlist](#youtube-playlist)\n- [Acknowledgements](#acknowledgements)\n- [License](#license)\n\n## Prerequisites\n\n1. An active internet connection\n2. A fresh install of any modern Linux distribution based on Debian like [Ubuntu Desktop LTS](https://ubuntu.com/tutorials/install-ubuntu-desktop)\n3. curl, which you can install with `sudo apt install -y curl`\n\nThis script **does not** support macOS, 32-bit operating systems, or Arm-based hardware.\n\n## How to Run Node Builder\n\nOpen the Terminal and run the following command:\n```\n/bin/bash -c \"$(curl -fsSL https://github.com/epiccurious/bitcoin-core-node-builder/raw/master/nodebuilder)\"\n```\n\nNOTE: 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.\n\n## What Does This Script Do?\n\nThe script performs the following actions:\n1. Install system updates, reboot if necessary, then install dependencies.\n2. Download, validate, and extract Bitcoin Core.\n3. Set a prune for Bitcoin Core based on the disk free space.\n4. Create shortcuts for Bitcoin Core on the desktop and on the \"Show Applications\" list.\n5. Start Bitcoin Core.\n6. Prevent the system from sleeping, suspending, and hibernating.\n7. While the initial block download proceeds, display relevant info such as the percent synced, blocks left to sync, current chain tip date, and the free disk space remaining.\n8. After the initial block download completes, tell the user that the script has finished and end the script.\n\n## Which Files Does This Script Touch?\n\nBefore launching Bitcoin Core, this script modifies the following files:\n- Any files related to installing system updates and dependencies\n- The downloaded Bitcoin Core tarball and validation files:\n  - `/tmp/*/bitcoin-*-x86_64-linux-gnu.tar.gz`\n  - `/tmp/*/SHA256SUMS`\n  - `/tmp/*/SHA256SUMS.asc`\n  - `/tmp/*/guix.sigs/`\n- The validated Bitcoin Core tarball and PGP keys:\n  - `~/Downloads/bitcoin-*-x86_64-linux-gnu.tar.gz`\n  - `~/Downloads/guix.sigs/`\n- The Bitcoin Core tarball extract directory:\n  - `~/bitcoin/`\n- The Bitcoin Core configuration file:\n  - `~/.bitcoin/bitcoin.conf`\n- A shortcut on the desktop and Show Applications menu:\n  - `~/Desktop/bitcoin_core.desktop`\n  - `~/.local/share/applications/bitcoin_core.desktop`\n\n## YouTube Playlist\n\nFollow the changes to this repository on [our YouTube playlist](https://youtube.com/playlist?list=PL3dr_BSAPOFSaozbtQ1wZM2enpdJIY_5T).\n\n## Acknowledgements\n\nInspiration for this project came from these Open Source projects:\n- [Bitcoin Core](https://github.com/bitcoin/bitcoin/graphs/contributors)\n- [Yeti Wallet](https://github.com/JWWeatherman/yeticold/graphs/contributors)\n- [Bails](https://github.com/BenWestgate/Bails) and [yeti.Bash](https://github.com/BenWestgate/yeti.Bash) by [Ben Westgate](https://github.com/BenWestgate)\n- [install-full-node.sh](https://bitnodes.io/install-full-node.sh) by [Addy Yeow](https://github.com/ayeowch/)\n- [Parmanode](https://github.com/armantheparman/parmanode) by [ArmanTheParman](https://github.com/armantheparman)\n\nAnd from these guides:\n- [Running A Full Node](https://bitcoin.org/en/full-node) by [Bitcoin.org contributors](https://bitcoin.org)\n- [Bitcoin \u0026 Lightning Server](https://youtube.com/watch?v=_Hrnls92TxQ) by [402 Payment Required](https://youtube.com/@402PaymentRequired)\n- [Running Bitcoin \u0026 Lightning Nodes](https://stopanddecrypt.medium.com/running-bitcoin-lightning-nodes-over-the-tor-network-2021-edition-489180297d5) by [StopAndDecrypt](https://stopanddecrypt.medium.com/)\n\n## License\n\nThis project is licensed under the terms of [the MIT No Attribution license](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiccurious%2Fbitcoin-core-node-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepiccurious%2Fbitcoin-core-node-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiccurious%2Fbitcoin-core-node-builder/lists"}