Skip to content

Commit

Permalink
Fix things .sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry committed Jun 17, 2024
1 parent f7b4746 commit 4676236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start_multi_8_things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ npm install


while true; do
node send_multigpu_gpu.js --api tonapi --bin ./pow-miner-cuda --givers 10000 --gpu-count 8
node send_multigpu_things.js --api tonapi --bin ./pow-miner-cuda --givers 10000 --gpu-count 8
sleep 1;
done;
2 changes: 1 addition & 1 deletion start_things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ npm install


while true; do
node send_universal_gpu.js --api tonapi --bin ./pow-miner-cuda --givers 10000
node send_universal_things.js --api tonapi --bin ./pow-miner-cuda --givers 10000
sleep 1;
done;

0 comments on commit 4676236

Please sign in to comment.