node

License

CypherNetwork by Matthew Hellyer is licensed under CC BY-NC-ND 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/4.0

Hardware Requirements

NB - The hardware requirements may change.

Cypher

Installation

Linux and macOS

For quick installation on Linux and macOS, execute the following command:

bash <(curl -sSL https://cypherpunks.network/install.sh)

The following parameters can be supplied:

--help Display help

--config-skip Do not run configuration wizard

--no-service Do not install node as a service

--noninteractive Assume default answers without user interaction.

--uninstall Uninstall node

For example:

bash <(curl -sSL https://cypherpunks.network/install.sh) --uninstall

Last updated