Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol

License

NotificationsYou must be signed in to change notification settings

mysteriumnetwork/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Cardpipeline statuscodecovGoDoc

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 WireGuard as its underlying VPN transport.

Getting Started

Installation options

Debian / Ubuntu / Raspbian

Install latest stable release:

sudo -E bash -c"$(curl -s https://raw.githubusercontent.com/mysteriumnetwork/node/master/install.sh)"

Or install latest snapshot (development build):

SNAPSHOT=true sudo -E bash -c"$(curl -s https://raw.githubusercontent.com/mysteriumnetwork/node/master/install.sh)"

Service logs:

sudo journalctl -u mysterium-node.service

Service status:

sudo systemctl status mysterium-node.service

Installation script tested on these OSes so far:Raspbian 10,Debian 9,Debian 10,Ubuntu 18.04 andUbuntu 20.04.

Docker

Our docker images can be found inDocker hub.

To run a node in a docker container you will needdocker. On Linux, to manage docker as a non-root user (execute commands withoutsudo), followpostinstall guide.You should be able to run a node on any OS that supports docker. We have tested it on these OSes so far:

  • Debian 9
  • Debian 10
  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Yocto Linux (BalenaOS)

Run node:

docker run \  --cap-add NET_ADMIN \  --net host \  --name myst -d \  mysteriumnetwork/myst service --agreed-terms-and-conditions

Access service logs:

docker logs -f myst

Further information

More installation options are described in theinstallation guides.For possible issues while running a node refer to ourTroubleshooting guides.

Built With

  • go - The Go Programming Language
  • gitlab - GitLab CI/CD
  • docker - Containerize applications
  • openvpn - Solid VPN solution
  • wireguard - Extremely simple yet fast and modern VPN
  • geth - Official Go implementation of the Ethereum protocol

Contributing

For a detailed guide, please visit ourdeveloper docs.

Core contributors

  • Valdas Petrulis -Lead developer, go evangelist, node bootstrapper -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
  • Ignas Bernotas -Senior developer, open source enthusiast -ignasbernotas
  • Dmitry Shihovtsev -Senior developer, devops ninja -soffokl
  • Viktoras Kuznecovas -Senior developer, supersonic typing specialistvkuznecovas
  • Tadas Krivickas -Senior fullstack engineer, CI boss, refactoring fairytadaskay
  • Jaro Šatkevič -Senior developer, micro-payments researcher, crypto maniacchompomonim
  • Andzej Maciusovič -Senior developer, disciplined world changeranjmao
  • Mantas Domaševičius -Senior fullstack engineer, always ready for pair programmingmdomasevicius
  • Tomas Mikalauskas -Backend developer, golang lover, payment gurutomasmik
  • Vlad Iarmak -Protocol architect, networking guru, inexhaustible RFC writerSnawoot

See also full list ofcontributors who participated in this project.

License

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


[8]ページ先頭

©2009-2025 Movatter.jp