https://github.com/exodusmovement/docker-zcashd
Zcash docker image
https://github.com/exodusmovement/docker-zcashd
Last synced: 5 months ago
JSON representation
Zcash docker image
- Host: GitHub
- URL: https://github.com/exodusmovement/docker-zcashd
- Owner: ExodusMovement
- Created: 2018-09-11T17:41:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T09:59:43.000Z (over 7 years ago)
- Last Synced: 2025-04-09T06:22:59.096Z (about 1 year ago)
- Homepage: https://quay.io/repository/exodusmovement/zcashd
- Size: 8.79 KB
- Stars: 1
- Watchers: 34
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-zcashd
Zcashd: [https://github.com/zcash/zcash](https://github.com/zcash/zcash)
Image location: [https://quay.io/repository/exodusmovement/zcashd](https://quay.io/repository/exodusmovement/zcashd)
Every new zcashd release have own branch where branch name is zcashd version. For each docker image release we create tag `BRANCH_NAME-xxx`, where `xxx` is release version for *current* branch. Docker image with latest tag is used only for development and contain last build (please do not use it for production!).
Branches and releases:
- [2.0.0](https://github.com/ExodusMovement/docker-zcashd/tree/2.0.0)
- [2.0.0-001](https://github.com/ExodusMovement/docker-zcashd/tree/2.0.0-001)
- [2.0.0-002](https://github.com/ExodusMovement/docker-zcashd/tree/2.0.0-002)
- [2.0.1](https://github.com/ExodusMovement/docker-zcashd/tree/2.0.1)
- [2.0.1-001](https://github.com/ExodusMovement/docker-zcashd/tree/2.0.1-001)
## Usage
### Build the image
> docker build -t zcashd .
### Run example
> docker run -it -v $(pwd)/zcash-params:/home/zcashd/.zcash-params -e "ZCASHD_ARGUMENTS=-conf" zcashd
Make sure to mount `.zcash-params` in `/home/zcashd/.zcash-params`.\
You can download it with: `docker run -it --rm -v $(pwd)/zcash-params:/home/zcashd/.zcash-params zcashd zcashd-fetch-params`