Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 925 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 925 Bytes

Cypher

Build Cypher node GitHub release

Installation

Linux and macOS

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

bash <(curl -sSL https://raw.githubusercontent.com/cypher-network/cypher/master/install/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://raw.githubusercontent.com/cypher-network/cypher/master/install/install.sh) --uninstall