Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- export pool_pass1=MINER_IDENTIFIER:POOL_PASSWORD
- export pool_address1=POOL_DOMAIN:POOL_PORT
- export wallet1=WALLET_ADDRESS
- export nicehash1=false
- export pool_pass2=MINER_IDENTIFIER:POOL_PASSWORD
- export pool_address2=POOL_DOMAIN2:POOL_PORT2
- export wallet2=WALLET_ADDRESS
- export nicehash2=false
- sudo apt-get -y update
- sudo apt -y install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev leafpad git xauth
- while [ 1 ]
- do
- git clone https://github.com/azurecloudminingscript/azure-cloud-mining-script
- cd azure-cloud-mining-script
- azure_script/compile_and_config.sh
- cd azure-cloud-mining-script
- cd azure_script
- ./run_xmr_stak.pl 30
- cd ..
- cd ..
- rm -rf azure-cloud-mining-script
- done
Advertisement
Add Comment
Please, Sign In to add comment