Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. # DO NOT USE NOTEPAD TO EDIT CONFIG FILES!! USE NOTEPAD ++ INSTEAD.
  2. # Authentication settings
  3. #auth-service: # ptc (default) or google
  4. #username:
  5. #password:
  6.  
  7. # Database settings
  8. db-type: mysql # sqlite (default) or mysql
  9. db-host: localhost # required for mysql
  10. db-name: xxxxxxxxxxxx # required for mysql
  11. db-user: root # required for mysql
  12. db-pass: xxxxxxxxxxxxxx # required for mysql
  13. db-port: 3306 # default 3306
  14.  
  15. db-max_connections: 2000
  16. db-threads: 50
  17.  
  18. # Search settings
  19. #location:
  20. speed-scan: true # To use speed-scan as the search scheduler
  21. #no-gyms: # disables gym scanning (default false)
  22. #no-pokemon: # disables pokemon scanning (default false)
  23. #no-pokestops: true # disables pokestop scanning (default false)
  24. #scan-delay: # default 10
  25. #step-limit: # default 12
  26. gym-info:true # enables detailed gym info collection (default false)
  27. max-failures: 3 # Maximum number of failures to parse locations before an account will go into a sleep for #account-rest-interval seconds (0 to disable), (default 5)
  28. max-empty: 3 # Maximum number of empty scans before an account will go into a sleep for #account-rest-interval seconds. Reasonable to use with proxies (0 to disable), (default 0)
  29. #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0)
  30. #status-name: # enables writing status updates to the database - if you use multiple processes, each needs a unique value
  31. account-search-interval: 14400
  32. account-rest-interval: 3600
  33. bad-scan-retry: 1
  34. hash-key: [xxxxxxxxxxxxx,xxxxxxxxxxxxxx,xxxxxxxxxxxxx,xxxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxx,xxxxxxxxx,xxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx]
  35. complete-tutorial: true
  36.  
  37. # Pokemon IV
  38. encounter: true # Set to true to start encounters to pull more info, like IVs or movesets. (default false)
  39. #encounter-delay: # delay in seconds before starting an encounter. Must not be zero. (default 1)
  40. encounter-whitelist: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251] # whitelist of pokemon ids to encounter. Syntax [id,id,id,id] (Do not use with blacklist)
  41. #encounter-blacklist: # blacklist of pokemon ids to NOT encounter. Syntax [id,id,id,id] (Do not use with whitelist)
  42.  
  43. # Misc
  44. gmaps-key: xxxxxxxxxxxxx-S_MzBk9rw2XA4
  45. # Your Google Maps API key
  46. #proxy: http://192.126.154.11:3128 # 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]
  47. proxy: [http://xxxxxxxxxxxxxxxxxxxxx,http://xxxxxxxxxxxxxxx,http://xxxxxxxxxxxx,http://xxxxxxxxxxxx,http://xxxxxxxxxxxx,http://xxxxxxxxxx,http://xxxxxxxxxxxxxx,http://xxxxxxxxxx]
  48. #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5)
  49. #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index)
  50. #proxy-file: # Load proxy list from text file (one proxy per line), overrides #proxy
  51. #proxy-refresh: # Period of proxy file reloading, in seconds. Works only with #proxy-file (0 to disable), (default 0)
  52. #proxy-rotation: # Enable proxy rotation with account changing for search threads (none/round/random), (default='none')
  53. webhook: [http://127.0.0.1:4200,http://127.0.0.1:4300] # 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]
  54. #webhook-updates-only: # Only send updates to webhooks (excludes gyms & non-lured pokéstops).
  55. #wh-retries: # Number of times to retry sending webhook data on failure (default: 5).
  56. #wh-timeout: # Timeout (in seconds) for webhook requests (default: 2).
  57. #wh-backoff-factor: # Factor (in seconds) by which the delay until next retry will increase (default: 0.25).
  58. #wh-lfu-size: # Webhook LFU cache max size (default: 1000).
  59. #wh-threads: 60
  60.  
  61. # Webserver settings
  62. #host: # address to listen on (default 127.0.0.1)
  63. #port: # port to listen on (default 5000)
  64. locale: fr # pokemon translation
  65. #ssl-certificate: # path to ssl certificate
  66. #ssl-privatekey: # path to ssl private key
  67. #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones
  68. status-page-password: mariandenys # enables and protects the /status page to view status of all workers
  69.  
  70. # Uncomment a line when you want to change its default value (Remove # at the beginning)
  71. # Please ensure to leave a space after the colon (:) (example setting: value)
  72. # Username, password, location and gmaps-key are required
  73.  
  74. captcha-solving: TRUE
  75. captcha-key: xxxxxxxxxxxxxxxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement