-
Active Member
Originally Posted by
camar0rs
So I understand this, steps are:
1. run: python worker.py
2. run : python web.py --host 127.0.0.1 --port 8000
3. run bot from visual studio?
also, I am currently only using this for one account so should the config.py just show:
GRID = (1, 1) ?
I have done #1 and #2, seems worker goes to sleep after its process
I do have icons on the map but what is the refresh data on it?
so you basically done everything if you see pokemon on the map
nothing else necessary 
just run the bot with giving it proper database file location
-
Contributor
C:\Python27\pokeminer-master>pip install -r requirements.txt
'pip' is not recognized as an internal or external command,
operable program or batch file.
keep getting this error trying to install pokeminer I installed just like the link said 2 any clue
-
Elite User
Originally Posted by
MonsterMMORPG
it goes after finished visiting all pokestops nearby
since in my town i have limited it works fine but if you have 300 yes it can take a while
though since you need pokeballs, i think it should work fine but it may enter infinite loop
so i am setting now max 50 pokestop visiting ^^
download latest version
That might have been it than yeah ^^ Downloaded the new version will see how it goes!
-
Post Thanks / Like - 2 Thanks
-
Contributor
My bad, should have included this in the original post.
If you're on windows 10,
1.Search and click on "Edit system environment variables"
2.Click environment variables
3.Scroll down to Path under system variables
4.Click Path, then click Edit
5.Select New
6.Copy/Paste the path to your Python install directory - like C:\Python27
7.Click OK and restart your computer, then try the pip command again.
FOUND THIS FOR WINDOWS 10
-
Post Thanks / Like - 1 Thanks
MonsterMMORPG (1 members gave Thanks to PBALLER325 for this useful post)
-
Active Member
Originally Posted by
PBALLER325
C:\Python27\pokeminer-master>pip install -r requirements.txt
'pip' is not recognized as an internal or external command,
operable program or batch file.
keep getting this error trying to install pokeminer I installed just like the link said 2 any clue
python - How do I install pip on Windows? - Stack Overflow
-
Elite User
If you dont have any priority pokemons, does it jump to the nearest pokemon, or will it jump pokestops like the other bots?
-
Post Thanks / Like - 3 Thanks
-
Active Member
Originally Posted by
Crazyhead
If you dont have any priority pokemons, does it jump to the nearest pokemon, or will it jump pokestops like the other bots?
it jump nearest as long as you have pokeball
-
Member
Does it use rawberry and other ball as well? It will famr to the total balls >100 or only pokeballs >100?
This idea is great, thank u to make it come true!
-
Elite User
Originally Posted by
chiennguyen4499
Does it use rawberry and other ball as well? It will famr to the total balls >100 or only pokeballs >100?
This idea is great, thank u to make it come true!
total balls till 50
if ((pokeBallsCount + greatBallsCount + ultraBallsCount) < 25)
{
blCriticalBall = true;
}
if ((pokeBallsCount + greatBallsCount + ultraBallsCount) > 50)
{
blCriticalBall = false;
-
Post Thanks / Like - 4 Thanks
-
Active Member
Originally Posted by
chiennguyen4499
Does it use rawberry and other ball as well? It will famr to the total balls >100 or only pokeballs >100?
This idea is great, thank u to make it come true!
yes it uses berries
total ball 50 but you can change as you wish 
search this function in project
GetBestBall
-
Member
Hi, I am setting my latitude and longitude in the UserSettings.settings, but whenever i run it, it shows a different latitude and longitude
-
Active Member
Originally Posted by
macaron1
Hi, I am setting my latitude and longitude in the UserSettings.settings, but whenever i run it, it shows a different latitude and longitude
change from app.config
-
Member
-
Active Member
Originally Posted by
ili****win
copy paste entire miner project into your python installed folder
than from there run "python worker.py" command
so from cmd move into python folder than run the command
-
Knight
does this use lucky eggs?