# DO NOT USE NOTEPAD TO EDIT CONFIG FILES! USE NOTEPAD++ INSTEAD! # Uncomment a line when you want to change its default value (Remove # at the beginning) # Please ensure to leave a space after the colon if a value is needed ("example-setting" "example-setting-with: value") # At least one account with "username", "password" as well as "location" and "gmaps-key" are required # When your configuration is done, rename this file by removing the ".example" extension # A different config-files can be included directly in processes by "--config-file" or "-cf" and path # Required settings ################### gmaps-key: # Your Google Maps API key auth-service: # ptc (default) or google #username: # Usernames, one per account. (default=[]) #password: # Passwords, either single one for all accounts or one per account. (default=[]) hash-key: # 18/1/18 Key for hash server (default=None) # Common settings ################# #host: # Address to listen on (default='127.0.0.1') port: 80 # Port to listen on (default=5000) accountcsv: 04thA.csv # Load accounts instead from a CSV file containing "auth-service,username,password" lines. #speed-scan # Use speed-scan as the search scheduler. location: # Location, can be an address or coordinates. step-limit: 100 # Steps (default=10) #scan-delay: # Time delay between requests in scan threads. (default=12) #no-gyms # Disables gym scanning (default=False) #no-pokemon # Disables pokemon scanning. (default=False) #no-pokestops # Disables pokestop scanning. (default=False) #no-raids # Disables raid scanning (default=False) print-status: WV-Accounts # Enable ENTER to switch between log view and a status view. # Optionally add ": status" to start in status view and ": logs" to start in log view. (default=False) status-page-password: # Enables and protects the /status page to view status of all workers. (default=None) captcha-solving # Enables captcha solving. (default=False) # Database settings ################### db-host: # required for mysql db-name: # required for mysql db-user: # required for mysql db-pass: # required for mysql db-port: # default 3306 db-threads: 30 # Number of db threads; increase if the db queue falls behind. (default=1) # Scan method (speed-scan preferable, (default is hex-scan) ############# #beehive # Use beehive configuration for multiple accounts, one account per hex. # Make sure to keep -st under 5, and -w under the total amount of accounts available. #spawnpoint-scanning # Use spawnpoint scanning (instead of hex grid). # Scans in a circle based on step_limit when on DB. # A spawnpoint-file can be added optinal as value for "spawnpoint-scanning". #dump-spawnpoints # Dump the spawnpoints from the db to json (only for use with -ss). # Geofence settings ################### #geofence-file: # Geofence file to define outer borders of the scan area. #geofence-excluded-file: # File to define forbidden areas inside scan area. Regarded this as inverted geofence. Can be combined with geofence-file. # Search settings ################# #china # Coordinates transformer for China. #no-jitter # Don't apply random -9m to +9m jitter to location. #altitude: # Default altitude in meters. Retrieve this value regarding your scan location from the web. (default=507) #altitude-variance: # Variance for --altitude in meters (default=1) #use-altitude-cache # Query the Elevation API for each step, rather than only once, and store results in the database. # Make sure your Google Elevation API is enabled #workers-per-hive: # Only referenced when using --beehive. Sets number of workers per hive. (default=1) #workers: # Number of search worker threads to start. (default=#accounts) #spawn-delay: # Number of seconds after spawn time to wait before scanning to be sure the Pokemon is there. (default=10) kph: 32 # Set a maximum speed in km/hour for scanner movement. (default=35) #bad-scan-retry: # Number of bad scans before giving up on a step. (default=2, 0 to disable) #skip-empty # Enables skipping of empty cells in normal scans - requires previously populated database. (not to be used with -ss) #min-seconds-left: # Time that must be left on a spawn before considering it too late and skipping it. (default=0) gym-info # Enables detailed gym info collection. (default=False) pokestop-spinning # Spin Pokestops with "50%" Chance (default=False) account-max-spins 60 # Maximum number of Pokestop spins per hour (default=80) #on-demand_timeout: # Pause searching while web UI is inactive for this timeout (in seconds). (default=0) # Account rotation ################## login-delay: 2 # Time delay between each login attempt. (default=6) #login-retries: # Number of times to retry the login before refreshing a thread. (default=3) #account-search-interval: # Seconds for accounts to search before switching to a new account. (default=0) #account-rest-interval: # Seconds for accounts to rest when they fail or are switched out. (default=7200) #max-failures: # Maximum number of failures to parse locations before an account will go into a sleep for # account-rest-interval seconds. (default 5, 0 to disable) #max-empty: # Maximum number of empty scans before an account will go into a sleep for # account-rest-interval seconds. Reasonable to use with proxies. (default=0) # Pokemon IV (Only use one of the filters below) ############ encounter: true # Set to true to start encounters to pull more info, like IVs or movesets. (default false) encounter-delay: 3 # delay in seconds before starting an encounter. Must not be zero. (default 1) high-lvl-accounts:lv30-wv.csv # File containing a list high level accounts, in the format "auth_service,username,password" enc-whitelist-file:ivmon.txt # File containing a list of Pokemon IDs to encounter for IV/CPs. Requires L30 or higher accounts in --high-lvl-accounts. hlvl-kph: 15 # Set a maximum speed in km/hour for high level account scanning. (default=25) # Webserver settings #################### #no-server # No-Server Mode. Starts the searcher but not the Webserver. #only-server # Server-Only Mode. Starts only the Webserver without the searcher. #locale: # Pokemon translation #search-control # Enables search control. #no-fixed-location # Disables the fixed map location and shows the search bar for use in shared maps. #cors # Enable CORS on web server. #ssl-certificate: # Path to ssl certificate #ssl-privatekey: # Path to ssl private key #encrypt-lib: # Path to encrypt lib to be used instead of the shipped ones. #display-in-console # Display Found Pokemon in Console. #disable-blacklist # Disable the global anti-scraper IP blacklist. # Proxy settings ################ #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050 or a list of proxies # e.g. [socks5://127.0.0.1:9050,socks5://127.0.0.1:9050] #proxy-skip-check # Disable checking of proxies before start. #proxy-test-timeout: # Timeout before proceeding with next proxy while checking if the proxy works. (default=5) #proxy-test-retries: # Number of times to retry sending proxy test requests on failure. (default=0) #proxy-test-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase. (default=0.25) #proxy-test-concurrency: # Async requests pool size. (default=0 for automatic optimal sizing) #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy. (default='index') #proxy-file: # Load proxy list from text file (one proxy per line), overrides #proxy. #proxy-refresh: # Period of proxy file reloading, in seconds. Works only with proxy-file. (default=0, 0 to disable) #proxy-rotation: # Enable proxy rotation with account changing for search threads (none/round/random). (default='none') # Webhook settings ################## webhook: [ ] # Webhook URL e.g. http://127.0.0.1:12345 or a list for multiple webhooks [http://127.0.0.1:1345,http://127.0.0.1:12346] # [http://127.0.0.1:1345,http://127.0.0.1:12346] (default=None) wh-types:[pokemon, gym, raid, egg, tth, gym-info, pokestop, lure] # List of events to be sent: pokemon, gym, raid, egg, tth, gym-info, pokestop, lure. (default= nothing) #wh-threads: # Number of webhook threads; increase if the webhook queue falls behind. (default=1) #wh-retries: # Number of times to retry sending webhook data on failure (default=5) #wh-timeout: # Timeout (in seconds) for webhook requests (default=2). #wh-concurrency: # Async requests pool size. (default=25) #wh-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase. (default=0.25). #wh-lfu-size: # Webhook LFU cache max size (default=1000). #wh-frame-interval: # Time to wait for wh message grouping (msecs) (default=500) # Status and logs ################# #stats-log-timer # In log view, list per hr stats every X seconds status-name: WolverAccount # Enables writing status updates to the database - if you use multiple processes, each needs a unique value. (default=None) # Captcha Solving ################# #captcha-key: # 2Captcha API key. #captcha-dsk: # PokemonGo captcha data-sitekey. Don't change this if not explicitly needed due to recent changes. # (default="6LeeTScTAAAAADqvhqVMhPpr_vB9D364Ia-1dSgK") manual-captcha-domain: http://midlandstracker.zapto.org # Enables the option to manual solve Captcha. # Enter domain where captcha tokens will be sent. (default="http://127.0.0.1:5000") manual-captcha-refresh: 60 # Time available before captcha page refreshes. (default=30) manual-captcha-timeout: 30 # Maximum time captchas will wait for manual captcha solving. # On timeout, if enabled, 2Captcha will be used to solve captcha. (default=0) # Misc ###### #verbosity # Show debug messages from RocketMap and PGoApi. Values are 1,2,3 (default=0) #no-file-logs # Disables logging to files except for access.log. (default=False) #log-path # Defines the path logs are saved at. (default=logs/) #no-version-check # Disable API version check. (default=False) #version-check-interval: # Interval to check API version in seconds (Default: in range [60, 300]). #mock: # Mock mode - point to a fpgo endpoint instead of using the real PogoApi, # ec: http://127.0.0.1:9090 (default='')