qtumproject / qtum-docker

Docker images for running qtumd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qtum-docker

Qtum docker image

What is Qtum?

Qtum is a new blockchain based on Bitcoin Core that integrates Ethereum based smart contracts. It implements an extensible design which is capable of adding more VMs, enabled primarily through the Account Abstraction Layer, which allows for an account based virtual machine to function on a UTXO based blockchain.

Please refer to : https://github.com/qtumproject/qtum

Dockerfile

The repo contains two Qtum Dockerfiles:

  • The Dockerfile with latest release version of qtumd and qtum-cli, which could be found in /release
  • The Dockerfile build directly with latest dev src in github, which could be found in /dev

Docker images

The docker images are also available in docker hub.

Note: If you want to keep the latest update, please use the Dockerfile above to create your own image.

The latest release version:

docker pull qtum/qtum:latest

The dev version:

docker pull qtum/qtum:dev

The GUI version:

docker pull qtum/qtum:qtum-qt

About

Docker images for running qtumd

License:MIT License


Languages

Language:Dockerfile 85.3%Language:Shell 13.7%Language:Procfile 0.5%Language:Makefile 0.5%