Skip to content

Run your bitcoin node from source on multiple architectures with a few commands

Notifications You must be signed in to change notification settings

mrbitcoiner/bitcoind-pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoind Pod

Run your Bitcoin node from source in a container on multiple architectures with a few commands

  • Podman required (only rootless needed)
  • Tested on aarch64 and x86_64
  • Mainnet, Regtest and Testnet
  • Support for Tor Onion proxying

Usage

copy .env.example to .env and check/change the configurations

Build the image

./control.sh build

Start

./control.sh up

Run bitcoin-cli commands

./control.sh bitcoin-cli '--getinfo'

Stop

./control.sh down

Clean data (be careful!)

./control.sh clean

About

Run your bitcoin node from source on multiple architectures with a few commands

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published