Advertisement
EvenoR

Multiple Network

Dec 24th, 2024 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. - - - - 1 - - - -
  2. sudo apt update && sudo apt upgrade -y
  3.  
  4. - - - - 2 - - - -
  5. wget https://cdn.app.multiple.cc/client/linux/x64/multipleforlinux.tar -O multipleforlinux.tar
  6.  
  7. - - - - 3 - - - -
  8. tar -xvf multipleforlinux.tar
  9. cd multipleforlinux
  10.  
  11. - - - - 4 - - - -
  12. chmod +x ./multiple-cli
  13. chmod +x ./multiple-node
  14.  
  15. - - - - 5 - - - -
  16. echo "PATH=\$PATH:$(pwd)" >> ~/.bash_profile
  17. source ~/.bash_profile
  18.  
  19. - - - - 6 - - - -
  20. nohup ./multiple-node > output.log 2>&1 &
  21.  
  22. - - - - 7 - - - -
  23. echo "Введите Account ID:"
  24. read IDENTIFIER
  25. echo "Введите PIN:"
  26. read PIN
  27. ./multiple-cli bind --bandwidth-download 100000 --identifier $IDENTIFIER --pin $PIN --storage 20000000 --bandwidth-upload 100000
  28.  
  29. - - - - 8 - - - -
  30. ./multiple-cli status
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement