-
Notifications
You must be signed in to change notification settings - Fork 61
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
Running two instances of Pokeminer and feeding data to the same map? #242
Comments
I tried that a while ago and it only disables the workers and doesn't make them available for scanning another locations, am I right? Or maybe I misunderstood the commit? |
@gatomiaurex yes, that's possible. You can have any number of pokeminers feeding the same database. Be sure to use MySQL instead of SQLite, though. You can also define a large rectangle and disable some of the workers using PRs @amistad18 mentioned. |
I was about to try that but as soon as I opened the workers 7 more accounts got banned, I am using 10 steps per worker and 12 scan delay, did Niantic changed something? The accounts are getting banned faster than before. :/ |
How would I go about changing to MySQL from your code? |
So with Niantic banning accounts left and right I found myself with 30 out of my 74 accounts banned so I want to know if I can like
1.- run the workers and the servers covering 1 part of my city
2.- copy the pokeminer folder
3.- run another instance of workers running another part of my city
Basically my city has an irregular shape and some of the workers are scanning empty things so I am wasting workers and this is no time to do that.
The text was updated successfully, but these errors were encountered: