Type following commands into your terminal, if you are using a VPS, log in into your VPS.
$ sudo apt install -y curl
$ curl https://raw.githubusercontent.com/hoprnet/hopr-sh/master/setup-hoprd.sh --output setup-hoprd.sh
$ chmod +x setup-hoprd.sh
$ ./setup-hoprd.sh
Type following commands into your terminal, if you are using a VPS, log in into your VPS.
In case you have not installed it already, install the XCode CLI Tools via:
$ sudo xcode-select --install
Also check whether you have installed Homebrew - the OSX package manager - and install it if it is not installed yet.
$ brew install curl
$ curl https://raw.githubusercontent.com/hoprnet/hopr-sh/master/setup-hoprd-macos.sh --output setup-hoprd.sh
$ chmod +x setup-hoprd.sh
$ ./setup-hoprd.sh
Check out our docs on how to run HOPRd.
OS | version | works |
---|---|---|
ubuntu | 16.04.1 | ✔️ |
debian | 4.19 | ✔️ |
macOS (x86) | 10.15.7 | ✔️ |
macOS (ARM) | 10.15.7 | ✔️ |