Home

Awesome

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:

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