Skip to content

๐ŸŽฎ Available commands

coccoinomane edited this page May 14, 2022 · 1 revision

List of mining commands

  • python -m bin.mining.run <your address>: automatically mine, reinforce and settle with all available teams. The command will keep running as long as your computer is turned on.
  • python -m bin.mining.sendTeamsMining <your address>: send available teams mining.
  • python -m bin.mining.closeMines <your address>: close and claim rewards on finished mines.
  • python -m bin.mining.reinforceDefense <your address>: reinforce all open mines with a crab from the tavern, using the reinforcement strategy specified in the .env file.

List of looting commands

  • python -m bin.looting.notifyTeamsIdle <your address>: notify on Telegram when the looting teams are sitting idle and they are ready to be manually sent to loot.
  • python -m bin.looting.reinforceAttack <your address>: reinforce all attacking teams with a crab from the tavern, using the reinforcement strategy specified in the .env file.
  • python -m bin.looting.closeLoots <your address>: settle and claim rewards on loots that can be settled.

Crabada.py does not have a bin.looting.run command yet. Therefore, to automate looting operations, it is recommended to rely on a cron job. For more details, see the "๐Ÿค– Automate via cron job" wiki page.

- What about attacking? ๐Ÿค”

Crabada.py can only help looters with automatic reinforcement & settling.

I have no plans to implement automatic looting/attacking for the reasons outlined here.