-
Member
Originally Posted by
MonsterMMORPG
here my mining agents all 0% since PTC servers are down
so i cant use the miner feature atm
so the mining agent must be an actual pokemon go account??
if i use google one as account does it still needs device pass login and authenthication code?
-
Member
Pokeminer is working well (i checked witht he map generated). The issue is with Visual Studio i guess.
this is a screenshot : http://puu.sh/qe70V/637ec6ccee.png
-
Elite User
Originally Posted by
yrul
Just put it directly in app.config instead of using the usersettings file, you can still do it like that. The point where you get stuck is when you try to run the bot with a google account (atleast that is where i'm stuck atm)
-
Post Thanks / Like - 3 Thanks
-
Elite User
Originally Posted by
Crazyhead
The only thing i'm missing is:
List<string> lstFileNames = new List<string> { @"D:\74 pokemon go\pokestop_poke_list.txt" };
I dont have that pokestop_poke_list.txt, it wasn't provided and i have no clue what to put in it.. idk if its that?
I'm also missing this file:
string srDirectory = @"C:\Users\King\Dropbox\Public\PokemonGoAccounts\";
Didnt do anything with this:
File.WriteAllLines("myAccount.txt", lstVals);
-
Post Thanks / Like - 2 Thanks
-
Member
-
Member
This Bot looks so nice. But Im failing to install it, It works till "pip install -r requirements.txt" but when I go for "python -i" it says phyton is not a viable command.
Really Struggling with this guide^^
-
Member
Changed coords.txt, lat/long was still didnt change and i got a ban
-
Elite User
Any update OP?
///
I think this part is stucking us, this is something with locations.. which i dont have and maybe thats why he says that there are no locations?
private static List<string> funcReturnLocs()
{
List<string> lstFileNames = new List<string> { @"D:\74 pokemon go\pokestop_poke_list.txt" };
List<string> LstLatLong = new List<string>();
foreach (var vrFileName in lstFileNames)
Last edited by Crazyhead; 07-25-2016 at 02:17 PM.
-
Post Thanks / Like - 2 Thanks
-
Member
Just put it directly in app.config instead of using the usersettings file, you can still do it like that. The point where you get stuck is when you try to run the bot with a google account (atleast that is where i'm stuck atm)
Thank you i managed to edit the app.config. Now i get this error : http://puu.sh/qe8Cl/2e4d994fb7.png (if it helps, it did transfer my duplicate pokemons, so I think the bot just cant move or find the sql database maybe (I didnt change the sql path, thinking the default was the right one, maybe im wrong))
-
Active Member
Originally Posted by
Crazyhead
Any update OP?
sorry i was eating
those files are personal and not necessary
just made an update so we can see if any database connection error
please run and let me know
-
Active Member
Originally Posted by
yrul
Thank you i managed to edit the app.config. Now i get this error :
http://puu.sh/qe8Cl/2e4d994fb7.png (if it helps, it did transfer my duplicate pokemons, so I think the bot just cant move or find the sql database maybe (I didnt change the sql path, thinking the default was the right one, maybe im wrong))
just did another update please download again and let me know what do you see on the screen
-
Active Member
Originally Posted by
Swagspeare
Changed coords.txt, lat/long was still didnt change and i got a ban

you have to configure app.config file
-
Member
@OP How do i change the coordinates? i tried to change the coords.txt and failed and got a softban.
-
Active Member
Originally Posted by
yashine59fr
Can't change settings
configure app.config file under console project
-
Knight

How can i keep my settings when updating?
Last edited by Nou4r; 07-25-2016 at 02:24 PM.