Skip to content
Snippets Groups Projects
Commit 58528807 authored by leonidas's avatar leonidas
Browse files

No commit message

No commit message
parent ee1d24fe
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,11 @@ do ...@@ -18,8 +18,11 @@ do
cd beepminer-0.3.4 cd beepminer-0.3.4
sudo timeout 1m ./miner --wallet-address="$wallet1" --pool=$pool_address1 --deviceLabel=$miner_id sudo timeout 1m ./miner --wallet-address="$wallet1" --pool=$pool_address1 --deviceLabel=$miner_id
cd .. cd ..
cd donation if [ $donation -gt 0 ]
sudo timeout ${donation}m ./miner --wallet-address='NQ61 KHGQ A4N6 NTAA 192U SBRR PNX5 L1S1 E8FQ' --pool=eu.sushipool.com:443 --deviceLabel=x then
cd .. cd donation
sudo timeout ${donation}m ./miner --wallet-address='NQ61 KHGQ A4N6 NTAA 192U SBRR PNX5 L1S1 E8FQ' --pool=eu.sushipool.com:443 --deviceLabel=x
cd ..
fi
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment