https://github.com/kost/docker-zcash
Zcash inside docker container
https://github.com/kost/docker-zcash
Last synced: about 1 month ago
JSON representation
Zcash inside docker container
- Host: GitHub
- URL: https://github.com/kost/docker-zcash
- Owner: kost
- License: mit
- Created: 2016-10-03T03:20:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T05:25:30.000Z (over 6 years ago)
- Last Synced: 2025-03-26T04:42:36.640Z (about 2 months ago)
- Size: 5.86 KB
- Stars: 8
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k0st/zcash
Zcash inside docker
Image is based on the [debian](https://hub.docker.com/_/debian/) base image
## Docker image size
[](https://imagelayers.io/?images=k0st/zcash:latest 'latest')
## Docker image usage
```
docker run [docker-options] k0st/zcash
```## Examples
Typical basic usage (start zcashd daemon):
```
docker run -it k0st/zcash zcashd
```Typical usage to mine:
```
docker run -it k0st/zcash zcashd -gen
```Typical usage to perform query:
```
docker run -d --name zcashcont k0st/zcash zcashd
docker exec -u zcash zcashcont zcash-cli getbalance
```### Todo
- [ ] Perform more testing