Derocious / DROID_FARM

Scripts for quick setup of various CLI based tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DROID_FARM

Scripts for quick setup of various CLI based tools

It should be noted that if you have the understanding of what to change this can easily be altered to work for you, however this repo is currently specifically for making the setup of a mining android farm my partner and I are working on. Soon enough I'll make a version more catered to the public.

(To use for yourself just change the 2 variable values in the config file before running the script on your android device)

Usage

  1. To use this script first download & install the latest termux APK
  2. Edit the variables in the config.conf file before running script.
  3. Then run these commands 1 at a time:

'pkg update'
'pkg upgrade -y'
'pkg install git'
'git clone https://github.com/Derocious/DROID_FARM.git'
'cd DROID_FARM'
'bash dero_miner.sh'

About

Scripts for quick setup of various CLI based tools


Languages

Language:Shell 100.0%