ZcashFR / zcash-docker

Zcash Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Zcash Full Node v3.0.0

Zcash full node build from official Zcash source. Docker image based on debian stretch-slim.

Getting Started

Prerequisites

Install Docker on your computer.

Installing

To install zcash full node pull the latest image from Docker Hub

docker pull zcashfr/zcash

Create zcash container

docker run -d --name zcash zcashfr/zcash

Docker entrypoint is configure to run launch-zcashd.sh, this script download Zcash keys and after start zcashd service. At first start please wait until keys download is complete (~800MB) before using zcash-cli executable.

Usage

You can use all commands of official Zcash client, please refer to Zcash wiki.

Example of using zcash-cli to get information.

docker exec zcash zcash-cli getinfo

Built With

Contributing

Submit your Issues or Pull request on Github project

Authors

  • Fabrice Marchal - Initial work - Le_Bleu

License

This project is licensed under the GPL 3.0 License - see the LICENSE.md file for details

About

Zcash Docker image

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%