https://github.com/jwillikers/bitcoin-core-config
The configuration for running a Bitcoin node, including the Bitcoin Core server, the Tor service, and the electrs implementation of the Electrum wallet.
https://github.com/jwillikers/bitcoin-core-config
bitcoin bitcoin-cor config electrs electrum tor
Last synced: about 1 year ago
JSON representation
The configuration for running a Bitcoin node, including the Bitcoin Core server, the Tor service, and the electrs implementation of the Electrum wallet.
- Host: GitHub
- URL: https://github.com/jwillikers/bitcoin-core-config
- Owner: jwillikers
- Archived: true
- Created: 2023-10-26T21:53:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T20:41:07.000Z (over 1 year ago)
- Last Synced: 2025-04-06T21:52:12.622Z (about 1 year ago)
- Topics: bitcoin, bitcoin-cor, config, electrs, electrum, tor
- Homepage: https://codeberg.org/jwillikers/bitcoin-core-config
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= Bitcoin Core Config
Jordan Williams
:experimental:
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:Bitcoin-Core: https://bitcoincore.org/[Bitcoin Core]
:electrs: https://github.com/romanz/electrs[electrs]
:Electrum: https://electrum.org/[Electrum]
:Tor: https://www.torproject.org/[Tor]
The configuration for running a Bitcoin node, including the {Bitcoin-Core} server, the {Tor} service, and the {electrs} implementation of the {Electrum} wallet.
These are configuration files for my Bitcoin Core pod.
See the https://codeberg.org/jwillikers/home-lab-helm[home-lab-helm] repository for the pod's configuration.
== Usage
The configuration files are organized by service.
The files are meant to be mounted inside their respective containers at the necessary location.
The home-lab-helm Kubernetes configuration expects this repository to be in a specific location.
Follow these instructions to put the files in the expected location.
. Create the `~/Projects` directory.
+
[,sh]
----
mkdir --parents ~/Projects
----
. Clone the repository under the `~/Projects` directory.
+
[,sh]
----
git -C ~/Projects/ clone https://codeberg.org/jwillikers/bitcoin-core-config
----
== Code of Conduct
The project's Code of Conduct is available in the link:CODE_OF_CONDUCT.adoc[] file.
== License
This project is licensed under the https://creativecommons.org/licenses/by-sa/4.0/legalcode[Creative Commons Attribution-ShareAlike 4.0 International License].
© 2023 Jordan Williams
== Authors
mailto:{email}[{author}]