start_multi_8.bat 126 B

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