Guest User

Untitled

a guest
Jan 10th, 2018
1,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # Captcha providers imageTypers|2captcha|antiCaptcha|local
  2. captcha.provider=local
  3.  
  4. # ImageTypers Access Token
  5. # captcha.key=[PUT YOUR ACCESS TOKEN HERE KEY HERE]
  6.  
  7. # 2 Captcha API Key
  8. # captcha.key=[PUT YOUR CAPTCHA KEY HERE]
  9.  
  10. # Anti Captcha
  11. # captcha.key=[PUT YOUR ACCOUNT KEY HERE]
  12.  
  13.  
  14.  
  15. # List of proxies
  16. # To use proxies you can uncomment the line below and add you proxies separated by a comma, like : proxies=192.168.0.1:3128,login:[email protected]:3128
  17. # proxies=[PUT YOUR PROXIES HERE]
  18.  
  19. # Dump results 0=never, 1=onError, 2=Always
  20. dumpResult=2
  21.  
  22. # Cancel 2captcha requests longer then 600s
  23. captchaMaxTotalTime=600
  24. # Max parallel waiting captchas on 2captcha's side
  25. # captchaMaxParallelChallenges=20
  26.  
  27. # Use a custom time frame for rolling policy evey 11 minutes instead of 16 minutes
  28. # proxyPolicy.custom.period=11
  29.  
  30. # Batch processing customization, only supported by 2captcha
  31. # batch.recovery.time=30
  32. # batch.recovery.size=5
  33. # batch.normal.size=12
  34. #
Advertisement
Add Comment
Please, Sign In to add comment