Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - - - - 1 - - - -
- sudo apt update && sudo apt upgrade -y
- - - - - 2 - - - -
- wget https://cdn.app.multiple.cc/client/linux/x64/multipleforlinux.tar -O multipleforlinux.tar
- - - - - 3 - - - -
- tar -xvf multipleforlinux.tar
- cd multipleforlinux
- - - - - 4 - - - -
- chmod +x ./multiple-cli
- chmod +x ./multiple-node
- - - - - 5 - - - -
- echo "PATH=\$PATH:$(pwd)" >> ~/.bash_profile
- source ~/.bash_profile
- - - - - 6 - - - -
- nohup ./multiple-node > output.log 2>&1 &
- - - - - 7 - - - -
- echo "Введите Account ID:"
- read IDENTIFIER
- echo "Введите PIN:"
- read PIN
- ./multiple-cli bind --bandwidth-download 100000 --identifier $IDENTIFIER --pin $PIN --storage 20000000 --bandwidth-upload 100000
- - - - - 8 - - - -
- ./multiple-cli status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement