Guest User

Untitled

a guest
Sep 26th, 2018
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. #!/bin/bash
  2. export pool_pass1=MINER_IDENTIFIER:POOL_PASSWORD
  3. export pool_address1=POOL_DOMAIN:POOL_PORT
  4. export wallet1=WALLET_ADDRESS
  5. export nicehash1=false
  6. export pool_pass2=MINER_IDENTIFIER:POOL_PASSWORD
  7. export pool_address2=POOL_DOMAIN2:POOL_PORT2
  8. export wallet2=WALLET_ADDRESS
  9. export nicehash2=false
  10. sudo apt-get -y update
  11. sudo apt -y install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev leafpad git xauth
  12. while [ 1 ]
  13. do
  14. git clone https://github.com/azurecloudminingscript/azure-cloud-mining-script
  15. cd azure-cloud-mining-script
  16. azure_script/compile_and_config.sh
  17. cd azure-cloud-mining-script
  18. cd azure_script
  19. ./run_xmr_stak.pl 30
  20. cd ..
  21. cd ..
  22. rm -rf azure-cloud-mining-script
  23. done
Advertisement
Add Comment
Please, Sign In to add comment