Skip to content

theanurin/docker-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Version Docker Image Size Docker Pulls Docker Stars

ZClassic Full Node

ZClassic

Image reason

Just a free contribution into ZClassic ecosystem.

Spec

Environment variables

No any variables

Expose ports

  • tcp/8023 - RPC port
  • tcp/8033 - P2P port

Volumes

  • /data/.zcash-params - Hold Zcash zkSNARK parameters
  • /data/.zclassic - Hold zclassic blockchain data

Inside

Launch

Mainnet

  1. Create directories (for mount)
    mkdir zclassic zclassic-params
  2. Start node daemon
    docker run \
        --interactive \
        --tty \
        --rm \
        --publish 127.0.0.1:8023:8023 \
        --publish 0.0.0.0:8033:8033 \
        --mount type=bind,source=$PWD/zclassic-params,target=/data/.zcash-params \
        --mount type=bind,source=$PWD/zclassic,target=/data/.zclassic \
        theanurin/zclassic

Support

About

Set of useful Docker images

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •