Skip to content

Dockerfile and scripts for Vertcoin-Core builds

Notifications You must be signed in to change notification settings

vertcoin-project/VTCDocker

 
 

Repository files navigation

VTCDocker

Dockerfiles for building Vertcoin-Core

Functioning builds

  • arm-linux-gnueabihf
  • aarch64-linux-gnu
  • riscv64-linux-gnu
  • x86_64-w64-mingw32
  • x86_64-linux-gnu
  • x86_64-apple-darwin18
git clone https://github.com/vertcoin-project/vertcoin-core.git vertcoin-core-release && cd vertcoin-core-release
git checkout 22.x
cd ..
git clone https://github.com/vertcoin-project/VTCDocker.git && cd VTCDocker
./dockerBuild.sh
sudo ./release.sh

By default, all builds will be compiled. You may specify a specific build by editing the release.sh file. Every time you edit a build file, you must re-run dockerBuild.sh before release.sh

View Docker container log:

docker container log -f CONTAINER_ID

About

Dockerfile and scripts for Vertcoin-Core builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.9%
  • Dockerfile 26.1%