Skip to content

Instantly share code, notes, and snippets.

@dazeb
Created June 15, 2021 13:43
Show Gist options
  • Save dazeb/5b97e06fa73011ec025f40cdde2153cf to your computer and use it in GitHub Desktop.
Save dazeb/5b97e06fa73011ec025f40cdde2153cf to your computer and use it in GitHub Desktop.
Runs chia plotter command with delay between runs to allow for transferring
#!/bin/bash
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
'./chia_plot -n 1 -t /chia-temp/ -d /chia-data/ -f farmer key -p pool key'
echo "Sleeping with 300 seconds time out ..." && sleep 300
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment