-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional IP Addresses - 2 bots per IP limitation - REQUEST #3233
Comments
can't confirm this |
Run 3 - 4 sessions and bot will soon not spin anything or catch anything. On Aug 9, 2016 2:05 AM, "Philipp59" [email protected] wrote:
|
Confirm. have the same |
Seems like an odd choice when people could be going through same VPN or sharing Wifi thus having the same IP, are you sure it isn't another variable? |
Confirm, have same issue. 2 works, 4 fails and keeps doing FollowSpiral |
08082016-0200 PST 08092016-1433 PST If I have more trouble tonight I will post another Update. 08092016-1950 PST 08102016-0200 PST 08102016-1000 PST It looks like at around 0200 I need to turn off 2 bots if I want to keep any running with on a single IP. 08102016-1015 PST 08102016-1120 PST |
I think they do throttle same devices within one IP address. That's because this bot doesn't have custom DeviceInfo yet. You know they can't just limit IP alone, because it will affect public Wi-Fi as well. |
A little experiment goes right now:
UPD |
Confirm. |
update: now I can confirm this. the throttling (read softban) comes with a delay of 30-90min after starting , not sure whats the exactly trigger for it. |
Would this be hard to allow script to bind to a specific IP address? |
As we can see from this merge pgoapi supports proxy now. |
But does that mean that t he pokemango-bot supports it? If so, how would I go about doing it? |
Hope the pgoapi will be pushed. If they are using |
It seems that pgoapi supports it. Just not quite sure how to integrate that into pokomongo-bot |
Weird that there are people who are able to run multiple bots, but if I run 2 here IP gets banned after only about 15-20 minutes. Not using any proxy service, etc.. |
Yes, would be really nice if we could find a way to attach script to a specific IP address as my box has about 10 ips. |
@ph3l1x you can always use linux network namespaces for that. Something like:
However the bot could be modified to bind to an IP directly. Maybe this? I'm not a python programmer so... At the extreme you can create a fast SOCKS proxy for each IP maybe using the handy aivarsk/multi-socks tool. Then use one proxy for each bot with ProxyChains as described here. |
Seems recently they have modified the server so that it only allows 2 people from a single IP address. Is it possible or could we add a way to connect to an additional IP address? If I had more than 1 IP on a machine could I bind to a specific IP address? Or use a proxy?
The text was updated successfully, but these errors were encountered: