Downloading the Pre-Built Container from Docker Hub

To download the container from Docker Hub for running the consensus server, use the Docker Pull Command:

$ docker pull mobilecoin/node_hw:<version_tag>

Building from Source

Most of the information required to build from source can be found at this location:

https://github.com/mobilecoinofficial/mobilecoin/blob/master/consensus/service/BUILD.md

To build the consensus server on your own, you will need the production enclave.

Last updated