Advertisement
EvenoR

Shardeum V3

Oct 8th, 2024
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1.  - - - - 1 - - - -
  2.  
  3. sudo apt-get install curl
  4. sudo apt update
  5.  
  6.  - - - - 2 - - - -
  7.  
  8. sudo apt install docker.io
  9.  
  10.  - - - - 3 - - - -
  11.  
  12. sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  13. sudo chmod +x /usr/local/bin/docker-compose
  14.  
  15.  - - - - 4 - - - -
  16.  
  17. curl -O https://raw.githubusercontent.com/shardeum/validator-dashboard/main/installer.sh && chmod +x installer.sh && ./installer.sh
  18.  
  19.  - - - - 5 - - - -
  20.  
  21. https://IP_ADRESS_OF_YOUR_SERVER:8080/
  22.  
  23.  - - - - 6 - - - -
  24.  
  25. ... Enjoy!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement