🖥️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.
Install Impact Protocol
Remove old folder
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
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