start_gpu.sh 138 B

123456789
  1. #!/bin/bash
  2. npm install
  3. while true; do
  4. node send_universal_gpu.js --api tonapi --bin ./pow-miner-cuda --givers 10000
  5. sleep 1;
  6. done;