You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
bitcoin.Dockerfile | 4 years ago | |
docker-compose.yml | 4 years ago | |
electrs.Dockerfile | 4 years ago |
README.md
electrs-next
Docker configuration for testing the
next
branch of electrs.
Builds romanz/bitcoin:locations
and romanz/electrs:next
from source, starts a mainnet Bitcoin Core node and then runs the electrs indexer.
Add relevant CLI flags in docker-compose.yml
if you want to run testnet/regtest.
The data dirs default to ./data/bitcoin
and ./data/electrs
relative to docker-compose.yml
on the host. You can point these elsewhere by changing them in docker-compose.yml
if you already have a copy of the blockchain.
To run:
git clone https://github.com/lukechilds/electrs-next.git
cd electrs-next
docker-compose up