-
Notifications
You must be signed in to change notification settings - Fork 28
Installation Guide
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.
You can install the MasterCryptoFarmBot on Linux, Windows, Android, and macOS.
To install the MasterCryptoFarmBot on Windows, follow these steps:
-
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".
-
Install Git.
- π΅ (Optional) For a graphical user interface (GUI) for Git on Windows, consider installing TortoiseGit. This step is optional.
-
Open the Command Prompt. How to Open Command Prompt.
-
Navigate to the directory where you want to install the MasterCryptoFarmBot. How to Change Directory in Command Prompt.
-
Clone the repository:
git clone https://github.com/masterking32/MasterCryptoFarmBot
- Navigate to the cloned repository:
cd MasterCryptoFarmBot
- Install the required Python packages:
pip install -r requirements.txt
- Create a new configuration file:
cp config.py.sample config.py
- Edit the configuration file:
notepad config.py
- Modify the configuration according to your needs:
- 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:
- π’ HowTo: Access the Control Panel
- π’ HowTo: Get a Free License & Add License Key
- π’ How to: Add New Accounts
- π’ HowTo: Install Bot Modules
To install the MasterCryptoFarmBot on Linux, follow these steps:
First, you need to install Git and Nano on your Linux system.
-
Debian/Ubuntu:
sudo apt update sudo apt install git nano -y
-
Red Hat/CentOS/AlmaLinux:
sudo yum update sudo yum install git nano -y
-
Clone the repository:
git clone https://github.com/masterking32/MasterCryptoFarmBot
-
Navigate to the cloned repository:
cd MasterCryptoFarmBot
-
Create a new configuration file:
cp config.py.sample config.py
-
Edit the configuration file:
nano config.py
-
Modify the configuration according to your needs:
-
To save the file, press
Ctrl + O
and then pressEnter
. To exit the editor, pressCtrl + X
.
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.
-
Provide execution permission to the script:
chmod +x start_linux.sh
-
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:
β If you have a question, idea, or suggestion, You can create new discussion in the Discussions
π If you encounter a bug or issue, please create a new issue in the Issues section.
For more information and updates, join our π’ Telegram Channel or join our π¬ Telegram Group for discussion and support.