Skip to content

Latest commit

 

History

History

self-hosted-wallet-bitcoin-core-docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Self-hosted wallet setup with Bitcoin Core using Docker

To understand it, please read the article Self-hosted wallet setup with Bitcoin Core using Docker.

Exploring the container

If you want to explore directly inside the container, just issue the command:

UID=$UID GID=$GID docker compose exec bitcoin-core-middleware bash
UID=$UID GID=$GID docker compose exec bitcoin-core-wallet bash