coccoinomane / crabada.py

Crabada bot with automatic reinforce. Snib snib! 🦀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No mines to reinforce for user ......

ulgacemre opened this issue · comments

Is there any solution for "No mines to reinforce for user" ?

@ulgacemre your team is not enrolled. Please check the README section.

This isn't a bug.

Hi @ulgacemre , and welcome to the community!

As Niko suggested, you need to explicitly register you teams in .env. Are you mining or looting?

Let us know if you solve your issue :-)

@nikohd12 @coccoinomane thanks for warm welcome pleasure to be here.

In fact I added 2 teams and mine and closing mine are working well.

But when I try to do reinforcement it gives that error "No mines to reinforce for user" so that it did not make any defense for the attack. That's the case.

=========

= TEAMS =

=========

USER_1_TEAM_1="235XX"
USER_1_TEAM_1_REINFORCE_STRATEGY="HighestBp" # look in ReinforceStrategyFactory.py for available strategies
USER_1_TEAM_1_TASK="mine"
USER_1_TEAM_1_REINFORCEMENT_TO_PICK="1" # increase to avoid failed tx at a potential expense of stats value

USER_1_TEAM_2="235XX"
USER_1_TEAM_2_REINFORCE_STRATEGY="HighestBp" # look in ReinforceStrategyFactory.py for available strategies
USER_1_TEAM_2_TASK="mine"
USER_1_TEAM_2_REINFORCEMENT_TO_PICK="1" # increase to avoid failed tx at a potential expense of stats value

@coccoinomane @nikohd12 what do you think about the error?

Hi @ulgacemre ,

I am using the exact same configuration, but it works fine on my side.

I am not sure what the issue could be... are you sure you are on the latest commit of master?

Hi @coccoinomane @nikohd12 ,

Thanks for your responses. I upgrade the latest commit and it solved the problem.

You can close the issue.

Thanks.