π₯οΈInstallation
How to install Impact Protocol Node in your server.
Install Dependencies
Skip this step if you're already run Impact Protocol before. Run this command if you're using new server. Make sure you use this command one by one.
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 showInstall Impact Protocol
Remove old folder
rm -rf impactprotocolClone repository
Go the folder
Build
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
Skip this step if you're already have account before.
Import mining key
Change <seed_phrase> with your seed phrase.
Create Impact as a service
Change the "xxx" with your own data. --author is your public key, you can find it when you import the mining key before.
--name is your node name.
Refresh the service and start
Check your logs
Last updated
Was this helpful?