πŸ–₯️Installation

How to install Impact Protocol Node in your server.

Install Dependencies

sudo apt-get update
sudo apt install --assume-yes git clang curl libssl-dev llvm libudev-dev make protobuf-compiler
sudo apt install build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustc --version
rustup default stable
rustup update
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup show
rustup +nightly show

Install Impact Protocol

  • Remove old folder

rm -rf impactprotocol
  • Clone repository

  • Go the folder

  • Build

It will take some time to build, it depend on your server specs.

  • Copy impact binary to system

  • Remove old data chain

Change the --base-path directory with your own folder name. It depend what is your directory name that you run before. Skip this step if you're running on new server.

  • Generate mining key

  • Import mining key

Change <seed_phrase> with your seed phrase.

  • Create Impact as a service

  • Refresh the service and start

  • Check your logs

Last updated

Was this helpful?