What's new

Closed Termux for mining & Autoclaim

Status
Not open for further replies.

Dtd442

Enthusiast
Joined
May 15, 2020
Posts
36
Reaction
11
Points
47
Simples Like That,
Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.
[fonts: https:/(y)/termux.(y)com/]

STEP 0
So now is easy to understand that all script for mining or autoclaim can run on termux or linux shell or windows 10 ( Windows Subsystem for Linux (You do not have permission to view the full content of this post. Log in or register now.) allows users to run a Linux terminal environment, install packages from the Ubuntu archive, and run Linux applications and workflows on Windows 10. )thats really easy to download just type UBUNTU on the store of your windows 10.
For your info another alternative is XAMPP (XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl.)

  • PRO of script on your PC
    • Because is faster and easier
    • Bacause you can run infinite session of script as long the power of your processor (just to remind, script are really lite and in theory u can run A LOT A LOT of scripts)
    • Because you don't drain the battery of your Phone
    • Easiest if you are a developer
tg73ojqoshpi.jpg

  • PRO of script on your MOBILE
    • Keep under Control Your Script
    • Most of the script that you can find on websites are made for Mobile
    • You don't need a PC ;):ROFLMAO:


STEP 1 INSTALLATION
  1. Go on the store of your android;( just to be clear 100%, Termux is only for android, not IOS)
  2. Look for termux;
  3. Install ;(for our purpose we only need main app, if you are more "advanced users" are also add-on for termux)
ei72cglw7ln0.jpg qfc174lx700r.jpg


STEP 2 TERMUX SETUP
  1. Open Termux;
  2. Update and get ready for php and Python, just paste on your termux following command;Most of our script are in php or Pyhton, so we need to install it
pkg update && pkg upgrade
pkg install php
pkg install python git unzip

REMINDER: We are Termux, command are case sensitive: "HELLO" is different from "hello"


STEP 3 FAMILIARIZATION
  • Know how it work termux will help you to understand why a script is not working properly on your mobile;
    • cd /folder....../folder (change directory, if you want to move beetwen folders, EXAMPLE: cd /storage/emulated/0/<-- this for example is my main folder)
    • cd (move to the root directory)
    • cd .. (move 1 folder up)
    • ls (list all files and folder in actual directory)
    • php (to run php that's in actual folder)
    • python (to run php that's in actual folder)
    • clear (to clear the screen)
REMINDER: if you move to directory called
"My Folder"
you need to write in Termux

"cd My\ Folder"


STEP 4 RUN THE CODE
  • Most of script come with a short tutorial so almost never should be there any problem
  • We have to stay in same folder of script
  • For php we lauch the script with
    • "php name_of_file.php"
  • For python we launch the script with
    • "python name_of_file.py"
    • "python2 name_of_file.py"
    • "python3 name_of_file.py"
REMINDER:
There are different version of python and you have to use the correct one,
If you run with a wrong python ....Don't worrie be happy, just install correct version and run again the script



STEP 4.1 EXTRA SESSION
  • Slide from left
  • Click new sessionTill a maximum of 8, there is the way to have more...but this is a base tutorial :)
z5dbkjvxj2at.jpgjcey8hh5jdy2.jpg
 

Attachments

This is a really basic tutorial I know there are thousand of extra that we can do...but this is only first step :)
 
Status
Not open for further replies.

Similar threads

Back
Top