diff --git a/docs/extras/multi-account.md b/docs/extras/multi-account.md new file mode 100644 index 0000000000..bafb63c0eb --- /dev/null +++ b/docs/extras/multi-account.md @@ -0,0 +1,20 @@ +# Using Multiple Accounts + +PokemonGo-Map supports using multiple accounts to run a worker with multiple threads. + + +## Using Command Line Arguments: + +To use multiple accounts when running from the command line, you must specify multiple -u and -p values. +Example: ![](http://thunderfox.nl/sharex/ym9wqVkdgo.png) + +If you have multiple accounts with the same password, you can specify one -p value. PokemonGo-Map will use the value for all specified accounts. +Example: ![](http://thunderfox.nl/sharex/0D87g662Kb.png) + +## Using config.ini + +To use multiple accounts with config.ini, you must surround all the accounts and passwords in brackets [] and seperate them with a comma and space. +Example: ![](http://thunderfox.nl/sharex/AgAA51omos.png) + +If you have multiple accounts with the same password, you can specify one password value similar to the command line. +Example: ![](http://thunderfox.nl/sharex/7DCL90Mtht.png)