Table of Contents
Introduction
This guide walks you through the process of setting up Termux, Termux API, and Termux Boot from F-Droid on your Android phone. Additionally, it explains how to create a RIG in the RG3D Mining GUI, obtain the RIG password, and run the installation script from GitHub to complete the setup.
TopVideo Tutorial
Prerequisites
- An Android phone with internet access
- F-Droid app installed on your phone
- RG3D Mining GUI access
Creating a RIG and Password
- Log into the RG3D Mining GUI.
- In the navbar, click on Manage and then Rigs.
- Create a new RIG if you haven't done so already. The password for the RIG will be displayed only once during its creation, so make sure to note it down.
- This password will be required for setting up your miner in Termux.
Setting Up Termux, Termux API, and Termux Boot
- Open the F-Droid app and search for the following applications, or download them directly from these links:
- Install all three applications on your Android phone.
- Open Termux and run the following commands to update and upgrade the package sources to avoid potential issues with unreachable sources:
pkg update && pkg upgrade - Once the update completes, ensure Termux has the necessary permissions to access storage by running:
termux-setup-storage - Allow Termux:Boot to run at startup for background processes.
Running the Installation Script
After setting up Termux, you can now proceed with installing the mining software using the following command:
curl -O https://raw.githubusercontent.com/dismaster/RG3DUI/main/install.sh >/dev/null 2>&1 && chmod +x install.sh && ./install.sh
This command downloads the installation script from the RG3DUI GitHub repository, sets the necessary permissions, and runs it.
Conclusion
With Termux, Termux API, and Termux Boot properly set up and the installation script executed, your Android phone is now configured to work as a mining rig with RG3D Mining GUI. Ensure that your RIG is correctly set up and monitored for efficient mining operations.
Top