Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.34 KB | None | 0 0
  1. # DO NOT USE NOTEPAD TO EDIT CONFIG FILES! USE NOTEPAD++ INSTEAD!
  2. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  3. # Please ensure to leave a space after the colon if a value is needed ("example-setting" "example-setting-with: value")
  4. # At least one account with "username", "password" as well as "location" and "gmaps-key" are required
  5. # When your configuration is done, rename this file by removing the ".example" extension
  6. # A different config-files can be included directly in processes by "--config-file" or "-cf" and path
  7.  
  8.  
  9. # Required settings
  10. ###################
  11.  
  12. gmaps-key: AIz+++++++++++++++++
  13. # Your Google Maps API key
  14. auth-service: ptc
  15. # ptc (default) or google
  16. username: Fak++++
  17. # Usernames, one per account. (default=[])
  18. password: E++++
  19. # Passwords, either single one for all accounts or one per account. (default=[])
  20. hash-key: 7++++++++
  21. # Key for hash server (default=None)
  22.  
  23.  
  24. # Common settings
  25. #################
  26.  
  27. host:0.0.0.0 # Address to listen on (default='127.0.0.1')
  28. port:5000 # Port to listen on (default=5000)
  29. #accountcsv: # Load accounts instead from a CSV file containing "auth-service,username,password" lines.
  30. speed-scan: true
  31. # Use speed-scan as the search scheduler.
  32. location: 50.679288, 9.777766
  33. # Location, can be an address or coordinates.
  34. step-limit: 10 # Steps (default=10)
  35. scan-delay: 12 # Time delay between requests in scan threads. (default=12)
  36. no-gyms false # Disables gym scanning (default=False)
  37. no-pokemon false # Disables pokemon scanning. (default=False)
  38. no-pokestops true # Disables pokestop scanning. (default=False)
  39. no-raids false # Disables raid scanning (default=False)
  40. print-status true # Enable ENTER to switch between log view and a status view.
  41. # Optionally add ": status" to start in status view and ": logs" to start in log view. (default=False)
  42. status-page-password: 13456 # Enables and protects the /status page to view status of all workers. (default=None)
  43. captcha-solving false # Enables captcha solving. (default=False)
  44.  
  45.  
  46. # Database settings
  47. ###################
  48.  
  49. db-type: mysql
  50. # sqlite (default) or mysql
  51. #db: # Database filename for SQLite. (default='pogom.db')
  52. db-host: 127.0.0.1 # Required for mysql ()
  53. db-name: rocketmapdb # Required for mysql
  54. db-user: rocketmapuser # Required for mysql
  55. db-pass: password # Required for mysql
  56. db-port 3306 # Required for mysql (default=3306)
  57. db-max_connections: 5 # Max connections (per thread) for the database. (default=5)
  58. db-threads: 1 # Number of db threads; increase if the db queue falls behind. (default=1)
  59.  
  60.  
  61. # Scan method (speed-scan preferable, (default is hex-scan)
  62. #############
  63.  
  64. #beehive # Use beehive configuration for multiple accounts, one account per hex.
  65. # Make sure to keep -st under 5, and -w under the total amount of accounts available.
  66. #spawnpoint-scanning # Use spawnpoint scanning (instead of hex grid).
  67. # Scans in a circle based on step_limit when on DB.
  68. # A spawnpoint-file can be added optinal as value for "spawnpoint-scanning".
  69. #dump-spawnpoints # Dump the spawnpoints from the db to json (only for use with -ss).
  70.  
  71.  
  72. # Geofence settings
  73. ###################
  74.  
  75. #geofence-file: # Geofence file to define outer borders of the scan area.
  76. #geofence-excluded-file: # File to define forbidden areas inside scan area. Regarded this as inverted geofence. Can be combined with geofence-file.
  77.  
  78.  
  79. # Search settings
  80. #################
  81.  
  82. #china # Coordinates transformer for China.
  83. #no-jitter # Don't apply random -9m to +9m jitter to location.
  84. #altitude: # Default altitude in meters. Retrieve this value regarding your scan location from the web. (default=507)
  85. #altitude-variance: # Variance for --altitude in meters (default=1)
  86. #use-altitude-cache # Query the Elevation API for each step, rather than only once, and store results in the database.
  87. # Make sure your Google Elevation API is enabled
  88. #workers-per-hive: # Only referenced when using --beehive. Sets number of workers per hive. (default=1)
  89. #workers: # Number of search worker threads to start. (default=#accounts)
  90. #spawn-delay: # Number of seconds after spawn time to wait before scanning to be sure the Pokemon is there. (default=10)
  91. #kph: # Set a maximum speed in km/hour for scanner movement. (default=35)
  92. #bad-scan-retry: # Number of bad scans before giving up on a step. (default=2, 0 to disable)
  93. #skip-empty # Enables skipping of empty cells in normal scans - requires previously populated database. (not to be used with -ss)
  94. #min-seconds-left: # Time that must be left on a spawn before considering it too late and skipping it. (default=0)
  95. #gym-info # Enables detailed gym info collection. (default=False)
  96. #pokestop-spinning # Spin Pokestops with "50%" Chance (default=False)
  97. #account-max-spins # Maximum number of Pokestop spins per hour (default=80)
  98. #on-demand_timeout: # Pause searching while web UI is inactive for this timeout (in seconds). (default=0)
  99.  
  100.  
  101. # Account rotation
  102. ##################
  103.  
  104. #login-delay: # Time delay between each login attempt. (default=6)
  105. #login-retries: # Number of times to retry the login before refreshing a thread. (default=3)
  106. #account-search-interval: # Seconds for accounts to search before switching to a new account. (default=0)
  107. #account-rest-interval: # Seconds for accounts to rest when they fail or are switched out. (default=7200)
  108. #max-failures: # Maximum number of failures to parse locations before an account will go into a sleep for
  109. # account-rest-interval seconds. (default 5, 0 to disable)
  110. #max-empty: # Maximum number of empty scans before an account will go into a sleep for
  111. # account-rest-interval seconds. Reasonable to use with proxies. (default=0)
  112.  
  113.  
  114. # Pokemon IV (Only use one of the filters below)
  115. ############
  116.  
  117. #encounter # Set to true to start encounters to pull more info, like IVs or movesets. (default=False)
  118. #encounter-delay: # Delay in seconds before starting an encounter. Must not be zero. (default=1)
  119. #high-lvl-accounts: # File containing a list high level accounts, in the format "auth_service,username,password"
  120. #enc-whitelist-file: # File containing a list of Pokemon IDs to encounter for IV/CPs. Requires L30 or higher accounts in --high-lvl-accounts.
  121. #hlvl-kph: # Set a maximum speed in km/hour for high level account scanning. (default=25)
  122.  
  123.  
  124. # Webserver settings
  125. ####################
  126.  
  127. #no-server # No-Server Mode. Starts the searcher but not the Webserver.
  128. #only-server # Server-Only Mode. Starts only the Webserver without the searcher.
  129. #locale: # Pokemon translation
  130. #search-control # Enables search control.
  131. #no-fixed-location # Disables the fixed map location and shows the search bar for use in shared maps.
  132. #cors # Enable CORS on web server.
  133. #ssl-certificate: # Path to ssl certificate
  134. #ssl-privatekey: # Path to ssl private key
  135. #encrypt-lib: # Path to encrypt lib to be used instead of the shipped ones.
  136. #display-in-console # Display Found Pokemon in Console.
  137. #disable-blacklist # Disable the global anti-scraper IP blacklist.
  138.  
  139.  
  140. # Proxy settings
  141. ################
  142.  
  143. #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050 or a list of proxies
  144. # e.g. [socks5://127.0.0.1:9050,socks5://127.0.0.1:9050]
  145. #proxy-skip-check # Disable checking of proxies before start.
  146. #proxy-test-timeout: # Timeout before proceeding with next proxy while checking if the proxy works. (default=5)
  147. #proxy-test-retries: # Number of times to retry sending proxy test requests on failure. (default=0)
  148. #proxy-test-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase. (default=0.25)
  149. #proxy-test-concurrency: # Async requests pool size. (default=0 for automatic optimal sizing)
  150. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy. (default='index')
  151. #proxy-file: # Load proxy list from text file (one proxy per line), overrides #proxy.
  152. #proxy-refresh: # Period of proxy file reloading, in seconds. Works only with proxy-file. (default=0, 0 to disable)
  153. #proxy-rotation: # Enable proxy rotation with account changing for search threads (none/round/random). (default='none')
  154.  
  155.  
  156. # Webhook settings
  157. ##################
  158.  
  159. webhook: http://127.0.0.1:4000 # Webhook URL e.g. http://127.0.0.1:12345 or a list for multiple webhooks
  160. # [http://127.0.0.1:1345,http://127.0.0.1:12346] (default=None)
  161. #wh-types:[] # List of events to be sent: pokemon, gym, raid, egg, tth, gym-info, pokestop, lure. (default= nothing)
  162. #wh-threads: # Number of webhook threads; increase if the webhook queue falls behind. (default=1)
  163. #wh-retries: # Number of times to retry sending webhook data on failure (default=5)
  164. #wh-timeout: # Timeout (in seconds) for webhook requests (default=2).
  165. #wh-concurrency: # Async requests pool size. (default=25)
  166. #wh-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase. (default=0.25).
  167. #wh-lfu-size: # Webhook LFU cache max size (default=1000).
  168. #wh-frame-interval: # Time to wait for wh message grouping (msecs) (default=500)
  169.  
  170.  
  171.  
  172. # Status and logs
  173. #################
  174.  
  175. #stats-log-timer # In log view, list per hr stats every X seconds
  176. #status-name: # Enables writing status updates to the database - if you use multiple processes, each needs a unique value. (default=None)
  177.  
  178.  
  179. # Captcha Solving
  180. #################
  181.  
  182. #captcha-key: # 2Captcha API key.
  183. #captcha-dsk: # PokemonGo captcha data-sitekey. Don't change this if not explicitly needed due to recent changes.
  184. # (default="6LeeTScTAAAAADqvhqVMhPpr_vB9D364Ia-1dSgK")
  185. #manual-captcha-domain: # Enables the option to manual solve Captcha.
  186. # Enter domain where captcha tokens will be sent. (default="http://127.0.0.1:5000")
  187. #manual-captcha-refresh: # Time available before captcha page refreshes. (default=30)
  188. #manual-captcha-timeout: # Maximum time captchas will wait for manual captcha solving.
  189. # On timeout, if enabled, 2Captcha will be used to solve captcha. (default=0)
  190.  
  191.  
  192. # Misc
  193. ######
  194.  
  195. #verbosity # Show debug messages from RocketMap and PGoApi. Values are 1,2,3 (default=0)
  196. #no-file-logs # Disables logging to files except for access.log. (default=False)
  197. #log-path # Defines the path logs are saved at. (default=logs/)
  198. #no-version-check # Disable API version check. (default=False)
  199. #version-check-interval: # Interval to check API version in seconds (Default: in range [60, 300]).
  200. #mock: # Mock mode - point to a fpgo endpoint instead of using the real PogoApi,
  201. # ec: http://127.0.0.1:9090 (default='')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement