https://github.com/vulpemventures/docker-bitcoin-cat
Docker image for Bitcoin Core with OP_CAT enabled
https://github.com/vulpemventures/docker-bitcoin-cat
bitcoin bitcoin-core covenants docker
Last synced: about 2 months ago
JSON representation
Docker image for Bitcoin Core with OP_CAT enabled
- Host: GitHub
- URL: https://github.com/vulpemventures/docker-bitcoin-cat
- Owner: vulpemventures
- License: mit
- Created: 2024-04-16T20:27:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T08:07:42.000Z (about 2 years ago)
- Last Synced: 2025-10-02T04:29:28.021Z (9 months ago)
- Topics: bitcoin, bitcoin-core, covenants, docker
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Bitcoin with OP_CAT
Dockerfile of the public image [ghcr.io/vulpemventures/bitcoin-cat:latest](https://github.com/orgs/vulpemventures/packages/container/package/bitcoin-cat)
Pull the image:
```bash
$ docker pull ghcr.io/vulpemventures/bitcoin-cat:latest
```
Run the image:
```bash
$ docker run -v path/to/bitcoin.conf:/home/bitcoin/.bitcoin -d ghcr.io/vulpemventures/bitcoin-cat:latest
```
## Release
To tag a new image with a new version, change the branch in Dockerfile and push it to the repository.