start_tonapi_100.sh 132 B

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