Skip to content
zolia edited this page May 23, 2018 · 24 revisions

Frequently asked questions

What is current state of the project?

Where I can get Mysterium Network node software?

What is current state of the project?

Currently project is in alpha state. Meaning that it is still under heavy development. At the moment node discovery service is centralised and open only to development team. Anyone can try out running Mystermium Network node, but they will also need their own discovery service for this. Current discovery service falls under api project name and is available here.

As with node itself, latest api version can be downloaded from releases page, or from docker hub directly:

# docker pull mysteriumnetwork/mysterium-api

Where I can get Mysterium Network node software?

Docker image

You can download node image directly from docker hub:

# docker pull mysteriumnetwork/mysterium-node

It will download latest version of node

Sources

If you are willing to try latest and greatest, you can fetch sources:

# git clone https://github.com/MysteriumNetwork/node.git

Packages and binaries

Latest stable versions can be found in releases section of github.

Clone this wiki locally