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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

These are configuration files for my Bitcoin Core pod. See the 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.

  1. Create the ~/Projects directory.

    mkdir --parents ~/Projects
  2. Clone the repository under the ~/Projects directory.

    git -C ~/Projects/ clone https://github.com/jwillikers/bitcoin-core-config

Code of Conduct

The project’s Code of Conduct is available in the CODE_OF_CONDUCT.adoc file.

License

© 2023 Jordan Williams

Authors

About

The configuration for running a Bitcoin node, including the Bitcoin Core server, the Tor service, and the electrs implementation of the Electrum wallet.