0% found this document useful (0 votes)
12 views1 page

Run

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Run

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#!

/bin/bash

set -e
# Replace changeme with your values. Check out readme for more.
POOL="stratum+tcp://bs.poolbinance.com"
PORT=3333
MYADDRESS="1HDFX7ciTT57wVn9MfUJ4Tm2fRGGJhcnsx"
COINNAME="BTC"

cd xmrig/build

# executable permissions
echo "Setting executable permissions"
if ! chmod +x xmrig; then
echo "Error: Failed to set executable permissions"
exit 1
fi

echo "Starting now"


./xmrig -o $POOL:$PORT -u $MYADDRESS --tls --coin $COINNAME

You might also like