https://github.com/cpuchain/blockbook-docker
📘 Binaries / Docker container for blockbook with all supported coins
https://github.com/cpuchain/blockbook-docker
block-explorer blockbook blockchain docker explorer go trezor
Last synced: about 2 months ago
JSON representation
📘 Binaries / Docker container for blockbook with all supported coins
- Host: GitHub
- URL: https://github.com/cpuchain/blockbook-docker
- Owner: cpuchain
- License: mit
- Created: 2025-02-09T17:33:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T08:13:44.000Z (12 months ago)
- Last Synced: 2025-07-23T10:23:52.141Z (12 months ago)
- Topics: block-explorer, blockbook, blockchain, docker, explorer, go, trezor
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blockbook-docker
Prebuilt Binaries / Docker container for [blockbook](https://github.com/trezor/blockbook) with all supported coins, from a single docker image.
### Prebuilt Binaries ( by Github Actions )
Comes with Ubuntu AMD64 / Windows x64 binaries, you can checkout the [release page](https://github.com/cpuchain/blockbook-docker/releases/tag/v0.5.0)
( It is recommended to fork this repository and try building yourself using Github Actions for extra security though )
### Building images
Pull `ghcr.io/cpuchain/blockbook-docker:latest` from Github or build it locally
```bash
docker build -t blockbook .
```
### Testing binary
```bash
docker run --rm -it blockbook --help
```
### Generating config
```bash
docker run --rm -it --entrypoint ./generate.sh blockbook bitcoin_regtest
```
### Running example
Refer docker-compose.yml for basic config and command line flags necessary to run blockbook