# DO NOT USE NOTEPAD TO EDIT CONFIG FILES!! USE NOTEPAD ++ INSTEAD. # Authentication settings #auth-service: # ptc (default) or google #username: #password: accountcsv: accounts.csv #name and file extention of the .csv you wish to use. workers: 100 #defaults to the amount in the .csv account-search-interval: 3600 #Length of time in seconds for an account will search for before resting. account-rest-interval: 1800 #Length of time in seconds for an account to rest after reciving a ban or captcha. max-failures: 5 #Maximum number of failures to parse locations before an account will go into a two hour sleep #print-status: True #My prefered map display. #For captcha solving set the below captcha-solving: true #enables the ability to manually solve captchas. captcha-key: [MY KEY] # Database settings db-type: mysql # sqlite (default) or mysql db-host: 127.0.0.1 # required for mysql db-name: rocketmapdb # required for mysql db-user: [My Username] # required for mysql db-pass: [My Password] # required for mysql db-port: 3307 # default 3306 db-threads: 55 # Search settings location: 45.957614 -66.651126 speed-scan: True # To use speed-scan as the search scheduler kph: 22 # KPH which the account travels. no-search-control: True # Removes user search controls. fixed-location: True # Fixes the start location. #no-gyms: # disables gym scanning (default false) #no-pokemon: # disables pokemon scanning (default false) #no-pokestops: # disables pokestop scanning (default false) scan-delay: 15 # default 10 step-limit: 45 # default 12 #gym-info: # enables detailed gym info collection (default false) #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0) #status-name: # enables writing status updates to the database - if you use multiple processes, each needs a unique value #Pokemon IV encounter: true # Set to true to start encounters to pull more info, like IVs or movesets. (default false) encounter-delay: 5 # delay in seconds before starting an encounter. Must not be zero. (default 1) encounter-whitelist: [1,2,3,4,5,6,7,8,9,43,44,58,59,60,61,62,66,67,68,79,80,88,89,102,103,111,112,129,130,131,134,135,136,143,147,148,149,152,153,154,155,156,157,158,159,160,175,176,179,180,181,182,186,191,196,197,199,201,203,204,205,207,208,212,214,217,218,219,225,226,228,229,230,231,232,233,235,237,241,242,243,244,245,246,247,248,249,250] # whitelist of pokemon ids to encounter. Syntax [id,id,id,id] (Do not use with blacklist) #encounter-blacklist: # blacklist of pokemon ids to NOT encounter. Syntax [id,id,id,id] (Do not use with whitelist) # Misc gmaps-key: [My Key] # your Google Maps API key #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-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5) #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index) #webhook:[http://127.0.0.1:4000, http://127.0.0.1:4001] # webhook URL (including http://) webhook: http://127.0.0.1:4000 # webhook URL (including http://) wh-threads: 200 #webhook-updates-only: # only send updates to webhooks, (excludes gyms & non-lured pokéstops) # Webserver settings host: 127.0.0.1 # address to listen on (default 127.0.0.1) port: 5000 # port to listen on (default 5000) #locale: # pokemon translation #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 #status-page-password: # enables and protects the /status page to view status of all workers #Uncomment a line when you want to change its default value (Remove # at the beginning) #Please ensure to leave a space after the : (example setting: value) #username, password, location and gmaps-key are required #Status Page status-page-password:status hash-key: [My Key]