I have been running Pokeminer since it was released and I love it. It makes the game much more exciting and I want to make sure I can use it as long as it's available.
I'm running around 18 accounts to scan my area. Today I got my first set of soft-bans as my PTC scanning accounts were locked out for a few hours.
I'm not an expert, obviously >.> but in order to prevent these IP bans I should likely be using either a Proxy or a VPN. I couldn't find any VPN's that seemed suitable for this as I wanted to test this first before I invested any money. I've browsed around looking at proxies and I just want to make sure I did everything correctly because I still get all my workers killed after this.
First, I went online and found some free proxies and put them in the config file as:
PROXIES = {'http': 'socks5:// _IP_ : _PORT' ,
'https': 'socks5:// _IP : _PORT_' }
Then I ran:
pip install pysocks
After this I got some errors but I found I needed to add two imports to the config and ran one more pip:
import win_inet_pton
import requests
and
pip install win-inet-pton
Everything seems to be working fine (meaning no errors), except my workers still all get killed when this runs for more than 20 minutes. Should this protect me from IP Bans or did I miss something?
I'm the first one to admit I don't really know what I'm talking about so any suggestions would be greatly appreciated.
I have been running Pokeminer since it was released and I love it. It makes the game much more exciting and I want to make sure I can use it as long as it's available.
I'm running around 18 accounts to scan my area. Today I got my first set of soft-bans as my PTC scanning accounts were locked out for a few hours.
I'm not an expert, obviously >.> but in order to prevent these IP bans I should likely be using either a Proxy or a VPN. I couldn't find any VPN's that seemed suitable for this as I wanted to test this first before I invested any money. I've browsed around looking at proxies and I just want to make sure I did everything correctly because I still get all my workers killed after this.
First, I went online and found some free proxies and put them in the config file as:
PROXIES = {'http': 'socks5:// _IP_ : _PORT' ,
'https': 'socks5:// _IP : _PORT_' }
Then I ran:
After this I got some errors but I found I needed to add two imports to the config and ran one more pip:
import win_inet_pton
import requests
and
Everything seems to be working fine (meaning no errors), except my workers still all get killed when this runs for more than 20 minutes. Should this protect me from IP Bans or did I miss something?
I'm the first one to admit I don't really know what I'm talking about so any suggestions would be greatly appreciated.