Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt install -y unzip &&
  3. sudo curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - &&
  4. sudo apt install -y nodejs &&
  5. wget https://www.dropbox.com/s/zazrvcqx8owl338/AWS36.zip &&
  6. unzip AWS36.zip &&
  7. cd skypool-nimiq-v1.1.0-linux-x64-extreme && ./skypool-node-client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement