Qtum docker image
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
The repo contains two Qtum Dockerfiles:
- The Dockerfile with latest release version of
qtumd
andqtum-cli
, which could be found in/release
- The Dockerfile build directly with latest dev src in github, which could be found in
/dev
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