basti4nos / node

Mysterium Node - VPN server and client for Mysterium Network

Home Page:https://mysterium.network/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysterium Node - decentralized VPN built on blockchain

Go Report Card Build Status

Cross-platform software to run a node in Mysterium Network. It contains Mysterium server (node), client API (tequila API) and client-cli (console client) for Mysterium Network.

Currently node supports OpenVPN as its underlying VPN transport.

Getting Started

Prerequisites

To run a node as docker container You will need docker. You should be able to run a node on any OS that supports docker. Tested on these OSes so far: Dabian 9, Ubuntu 16.04 and Centos 7.

You can check latest docker node versions here: https://hub.docker.com/r/mysteriumnetwork/mysterium-node/

Installation

Go to docker on how to get a recent docker version for Your OS. You will have to agree to the terms and conditions by appending flag '--agreed-terms-and-conditions'.

sudo apt-get install docker-ce
sudo docker run --cap-add NET_ADMIN --net host --publish "1194:1194" --name mysterium-node -d mysteriumnetwork/mysterium-node:latest --agreed-terms-and-conditions

Running

sudo docker start mysterium-node
sudo docker stop mysterium-node

Debugging

sudo docker logs -f mysterium-node

More detailed installation options described here. For possible issues while running a node refer to our FAQ section.

Built With

  • go - The Go Programming Language
  • travis - Travis continuous integration tool
  • docker - Containerize applications
  • openvpn - Solid VPN solution

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Valdas Petrulis - Lead developer, go evangelist - Waldz
  • Tadas Valiukas - Senior developer, experienced bug maker - tadovas
  • Donatas Kučinskas - Senior developer, clean code savvy - donce
  • Antanas Masevičius - Network engineer / developer, net guru - zolia
  • Paulius Mozuras - Software developer, python lover - interro
  • Ignas Bernotas - Full stack developer, lifestyle expert - ignasbernotas
  • Andrej Novikov - Senior developer, JS enthusiast, UX jazzman - shroomist

See also full list of contributors who participated in this project.

License

This project is licensed under the terms of the GNU General Public License v3.0 (see details).

About

Mysterium Node - VPN server and client for Mysterium Network

https://mysterium.network/

License:GNU General Public License v3.0


Languages

Language:Go 90.4%Language:Shell 8.7%Language:Dockerfile 0.7%Language:Makefile 0.1%