Skip to content

Installation Guide

Amin Mahmoudi edited this page Sep 28, 2024 · 17 revisions

πŸ‘‘ What is MasterCryptoFarmBot?

Welcome to the installation guide for the MasterCryptoFarmBot πŸš€.

This software provides a web interface that allows you to install and manage multiple modules to automate your Telegram crypto farm.

πŸ’Ώ Installation Guide

You can install the MasterCryptoFarmBot on Linux, Windows, Android, and macOS.

  1. πŸ’» Windows Installation
  2. 🐧 Linux Installation
  3. πŸ“± Android Installation
  4. 🍎 macOS Installation

πŸ’» Windows Installation

To install the MasterCryptoFarmBot on Windows, follow these steps:

Step 1: Install Python and Git

  1. Install Python 3.x.

    • 🟠 During the installation, ensure you check the box labeled "Add Python to PATH".
    • 🟑 If you forget to add Python to your Windows PATH during installation, you can do it manually afterward. How to add Python to Windows PATH?
    • 🟠 Also, check the box labeled "Install pip".
  2. Install Git.

    • πŸ”΅ (Optional) For a graphical user interface (GUI) for Git on Windows, consider installing TortoiseGit. This step is optional.

Step 2: Clone the Repository

  1. Open the Command Prompt. How to Open Command Prompt.

  2. Navigate to the directory where you want to install the MasterCryptoFarmBot. How to Change Directory in Command Prompt.

  3. Clone the repository:

git clone https://github.com/masterking32/MasterCryptoFarmBot
  1. Navigate to the cloned repository:
cd MasterCryptoFarmBot
  1. Install the required Python packages:
pip install -r requirements.txt
  1. Create a new configuration file:
cp config.py.sample config.py
  1. Edit the configuration file:
notepad config.py
  1. Modify the configuration according to your needs:
  1. Run the MasterCryptoFarmBot:
./start_windows.cmd

Alternatively, execute the start_windows.cmd file from the File Explorer.

πŸŽ‰ Congratulations! You have successfully installed the MasterCryptoFarmBot on Windows.

Check the following links to learn more about the MasterCryptoFarmBot:

🐧 Linux Installation

To install the MasterCryptoFarmBot on Linux, follow these steps:

Step 1: Install Git and Nano

First, you need to install Git and Nano on your Linux system.

  1. Debian/Ubuntu:

    sudo apt update
    sudo apt install git nano -y
  2. Red Hat/CentOS/AlmaLinux:

    sudo yum update
    sudo yum install git nano -y

Step 2: Clone the Repository

  1. Clone the repository:

    git clone https://github.com/masterking32/MasterCryptoFarmBot
  2. Navigate to the cloned repository:

    cd MasterCryptoFarmBot

Step 3: Create a Configuration File

  1. Create a new configuration file:

    cp config.py.sample config.py
  2. Edit the configuration file:

    nano config.py
  3. Modify the configuration according to your needs:

Step 4: Install Python and Required Packages

We provide a script called start_linux.sh to automate the installation of Python and the required packages. The installation guide will explain how to use this script. If your operating system is not supported by this script, you can manually install Python and the required packages.

This script functions as an installer, restarter, and updater for MasterCryptoFarmBot. It will install all necessary packages and start the bot. If you opt not to use this script, you will need to manually install the required packages and use an alternative method to restart the bot.

Automated Installation

  1. Provide execution permission to the script:

    chmod +x start_linux.sh
  2. Run the script:

    ./start_linux.sh

After running the script for the first time, it will start installing Python and the required packages, then it will start the bot.

πŸŽ‰ Congratulations! You have successfully installed the MasterCryptoFarmBot on Linux.

Check the following links to learn more about the MasterCryptoFarmBot: