Ade Gunawan
Ade Gunawan
Well I have a PR about this but don't get any response yet. Right now what you can do is look for 'Account banned' in the log for possibility that...
It's PR #249.
Use {'http': 'http://IP:PORT', 'https': 'http://IP:PORT'} for http/https proxy. I'm not sure about address in https key, maybe should use https://. So far when I try this I'm able to send...
@runmorereadmore Since a lot of pokemongo botter also use shocks proxy, your proxy could be also in use to access the server by others. I'm not sure, but I think...
'LOGIN FAIL' in status bar or 'Login failed!' in log don't always mean your PTC or google login also failed . Pokeminer still use login function in pgoapi.py. When worker...
If you use windows machine, there will be and exception, AttributeError: 'module' object has no attribute 'inet_pton'. This happen because in module Pysocks, inet_pton is only available on unix. One...
Almost all bot application use the same pgoapi. When pgoapi add proxy access, all bot will have proxy access too. Botters will use free shocks proxy available online, of course...
@paul30001 I'm sorry for that.. :D I was so sleepy when try to find an answer for you. A good explanation from @Innenseide. I just use random free proxy I...
Set a proxy--scan--get banned--stop scan process--repeat. Do that manually or create a proxy switcher function to set a new proxy from proxy dictionary list, then scan process don't need to...
Ban detection in master only detect permanent ban (status_code=3), and will keep restart worker when BannedAccount exception raised.