Skip to content

Files

Latest commit

af233ee · Jan 6, 2025

History

History

installer

Installs the V8 Node

  1. Login to the server as root. You cannot use sudo and run this script. The command "npm install" will fail.

  2. Execute the following command:

cd /root/ && curl https://raw.githubusercontent.com/OriginTrail/ot-node/v8/release/testnet/installer/installer.sh --output installer.sh && chmod +x installer.sh