Coder Social home page Coder Social logo

xmr's Introduction

android rooted 5.0+ xmrig miner

This will work on Android 32/64bit ARM processors and some Intel Junk. You'll need a terminal apk called TERMUX from f-droid. F-DROID is a kind of 'g00gleplay' but without all of the ADS and BS. Thank God. Also included below is a GREAT keyboard apk. You'll like the keyboard, seriously.

https://f-droid.org/repo/com.termux_59.apk <--TERMUX Terminal

https://f-droid.org/repo/org.pocketworkstation.pckeyboard_1039003.apk <--keyboard

Install and open termux. (the new keyboard will make your life easier)

First thing!! Click Aquire Wakelock from the notification drop down. Or just type in the command(termux-wake-lock)in the list of commands later.

You'll see a '$' This is your terminal. You type commands into it lol.

For example:

'ls'    lists files
'cd'    changes directory
'./'    runs a program (./xmrig)
'exit'  then enter enter shuts it down

The best thing to do is to fork this rep so you can edit yourconfig.json file BEFORE you install it on your phone or chromebook so that you don't need to use nanotext editor!! (CHANGE THE ETN WALLET ADDRESS)

Let's get started!! TYPE these commands into your terminal

termux-wake-lock  (keep Termux running after screen sleeps)

apt update  (gets a list of apps)
  
apt upgrade -y  (update the list of apps)

apt install git libuv-dev -y  (install apps we need so we can mine)

git clone https://github.com/mystapler/miners.git (this installs miners)

NOW, EVERYTHING IS INSTALLED IN A FILE CALLED 'miners'!!

Edit your config.json file with NANO text editor thats built into your terminal!!

nano ~/miners/android_arm86/config.json

(Here's why you're going to want that special keyboard...)

This is where things get a little shitty for anyone new to the nano text editor. There are only three fields you will (probably) need to change to get started. These are the threads, url, and user fields. Everything else can be left the same.

`threads`:  Number of threads. 
`url`:      Pool Address.
`user`:     Pool Username.

To move the cursor on regular keyboard Volume Up + W,A,S,D; this is to go up, left, down, and right respectively. Then, once the file has been edited, press Volume Down + X to "save and exit". Hit y to confirm the save, and then push enter!

JESUS CHRIST! The file should be saved at this point! You should be ready to mine!

#RUN THE MINER# Get on your terminal and find the miner build for your type of processor. 86 for old 32stuff and 64 for new stuff. My (oneplus one) phone uses a 32bit proc so I choose arm86!!

Enter these commands to start mining...

cd miners										(change dir to miners)

cd android_arm86						(change dir to miner you need)

./xmrig											(runs the miner and ctrl-c stops it)

Have Fun!!

xmr's People

Contributors

mystapler avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.