Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
add newlines
  • Loading branch information
timtest4 committed Jan 7, 2019
1 parent 1f36a86 commit 43243c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
while true; do ./nodecore_pow_cuda -o testnet-pool-gpu.veriblock.org:8501 -u address -d 0 -bs 512 -tbs 1024; echo "Restarting PoW miner!"; sleep 5; done;
while true;
do
./nodecore_pow_cuda -o testnet-pool-gpu.veriblock.org:8501 -u address -d 0 -bs 512 -tbs 1024;
echo "Restarting PoW miner!";
sleep 5;
done;

0 comments on commit 43243c2

Please sign in to comment.