start_multi_8_things.bat 134 B

12345678
  1. call ".\npm_install.bat"
  2. :_minerstart
  3. node send_multigpu_things.js --api tonapi --givers 10000 --gpu-count 8
  4. goto _minerstart
  5. pause