start_tonapi_100_amd.bat 122 B

12345678
  1. call ".\npm_install.bat"
  2. :_minerstart
  3. node send_universal.js --api tonapi --givers 100 --bin amd
  4. goto _minerstart
  5. pause