Advertisement
Guest User

Untitled

a guest
Dec 28th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1.  
  2.  
  3.  
  4. gmaps-key:
  5. hash-key:
  6.  
  7.  
  8. host:
  9. accountcsv: config/1000.csv # Load accounts instead from a CSV file containing "auth-service,username,password" lines.
  10. speed-scan # Use speed-scan as the search scheduler.
  11. location: 50.11092209999999,8.682126700000026
  12. step-limit: 5 # Steps (default=10)
  13. print-status: status # Enable ENTER to switch between log view and a status view.
  14. # Optionally add ": status" to start in status view and ": logs" to start in log view. (default=False)
  15. status-page-password:
  16.  
  17.  
  18.  
  19. db-type: mysql # sqlite (default) or mysql
  20. db-host: # Required for mysql ()
  21. db-name: # Required for mysql
  22. db-user: # Required for mysql
  23. db-pass: # Required for mysql
  24. db-port: # Required for mysql (default=3306)
  25. db-threads: 10 # Number of db threads; increase if the db queue falls behind. (default=1)
  26.  
  27. beehive # Use beehive configuration for multiple accounts, one account per hex.
  28. # Make sure to keep -st under 5, and -w under the total amount of accounts available.
  29. # Scans in a circle based on step_limit when on DB.
  30. # A spawnpoint-file can be added optinal as value for "spawnpoint-scanning".
  31.  
  32.  
  33.  
  34. geofence-file: geofences/frankfurt.txt # Geofence file to define outer borders of the scan area.
  35.  
  36. # Make sure your Google Elevation API is enabled
  37. workers-per-hive: 2 # Only referenced when using --beehive. Sets number of workers per hive. (default=1)
  38. workers:150 # Number of search worker threads to start. (default=#accounts)
  39. kph: 40 # Set a maximum speed in km/hour for scanner movement. (default=35)
  40. gym-info # Enables detailed gym info collection. (default=False)
  41. pokestop-spinning # Spin Pokestops with "50%" Chance (default=False)
  42. account-max-spins: 10 # Maximum number of Pokestop spins per hour (default=20)
  43.  
  44.  
  45.  
  46. # account-rest-interval seconds. (default 5, 0 to disable)
  47. # account-rest-interval seconds. Reasonable to use with proxies. (default=0)
  48.  
  49.  
  50.  
  51. encounter # Set to true to start encounters to pull more info, like IVs or movesets. (default=False)
  52. high-lvl-accounts: config/30-1.csv # File containing a list high level accounts, in the format "auth_service,username,password"
  53. enc-whitelist-file: config/encounter # File containing a list of Pokemon IDs to encounter for IV/CPs. Requires L30 or higher accounts in --high-lvl-accounts.
  54. hlvl-kph: 20 # Set a maximum speed in km/hour for high level account scanning. (default=25)
  55.  
  56.  
  57.  
  58. locale: de # Pokemon translation
  59.  
  60.  
  61.  
  62. proxy: socks5://10.4.33.10:1080 # Proxy URL e.g. socks5://127.0.0.1:9050 or a list of proxies
  63. # e.g. [socks5://127.0.0.1:9050,socks5://127.0.0.1:9050]
  64.  
  65.  
  66.  
  67. # [http://127.0.0.1:1345,http://127.0.0.1:12346] (default=None)
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. # (default="6LeeTScTAAAAADqvhqVMhPpr_vB9D364Ia-1dSgK")
  76. # Enter domain where captcha tokens will be sent. (default="http://127.0.0.1:5000")
  77. # On timeout, if enabled, 2Captcha will be used to solve captcha. (default=0)
  78.  
  79.  
  80.  
  81. # ec: http://127.0.0.1:9090 (default='')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement