Giter VIP home page Giter VIP logo

miningeobot's Introduction

MiningEobot

How to mine Eobot on Android with Termux (Terminal of Linux/ Ubuntu on Android)

Download and install Termux.apk on your android, that you can get it from playstore or else ! Run Termux ! Write and run by click enter the scripts/ commands below :

  • apt update
  • apt upgrade
  • apt install git
  • apt install wget
  • apt install proot
  • git clone https://github.com/Neo-Oli/termux-ubuntu.git
  • cd termux-ubuntu
  • chmod +x ubuntu.sh
  • ./ubuntu.sh
  • ./start-ubuntu.sh
  • apt update && apt upgrade
  • apt install wget
  • apt install proot
  • apt install git
  • apt install git build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev
  • mkdir cpuminer
  • cd cpuminer
  • apt install automake autoconf pkg-config libcurl14-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++
  • git clone https://github.com/tpruvot/cpuminer-multi
  • ./build.sh

finish.

now you can try your pool (eobot account) some like this :

  • ./cpuminer -a x11 -o stratum+tcp://x11.eobot.com:5555 -u eobot.991010 -p x -t 4 -- -a = algorithm -- -o = pool -- -u = user -- -p = password -- -t = thread / cpu

Then, next time and every time you want mining, because you had finished the installation on your android, you can do just :

  • cd termux-ubuntu
  • ./start-ubuntu.sh
  • cd cpuminer/cpuminer-multi
  • ./cpuminer -a x11 -o stratum+tcp://x11.eobot.com:5555 -u eobot.[Your ID of EoBot] -p x -t [how many cpu you want to allocate]
    • exit for quit

.

miningeobot's People

Contributors

nafiuddin 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.