Skip to content

RUN GRASS.IO MINING ON ANDROID WITHOUT BROWSER OR EXTENSION

Notifications You must be signed in to change notification settings

ashtrobe/grasswoex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

HOW TO GET GRASS USER ID USING ANDROID DEVICE

Download and install Kiwi Browser.

Login to grass web and go to the dashboard, then open the Developer Tools in the Kiwi browser.

Go to the Console tab and paste this code:

localStorage.getItem('userId')

If you can't paste, type allow pasting and press Enter, then paste the line above.

CONFIGURE TERMUX

After Installing Termux, Make Sure You Allowed Storage Permission On Termux (device app) Settings. Or Run This Command In Termux -

termux-setup-storage

Install Python 3.10 -

pkg update && upgrade

pkg install tur-repo

pkg install python-is-python3.10

pkg install -y rust binutils

CARGO_BUILD_TARGET="$(rustc -Vv | grep "host" | awk '{print $2}')" pip install maturin

GIT CLONE THIS SCRIPT

git clone https://github.com/ashtrobe/grasswoex.git

CHANGE DIRECTORY TO SCRIPT FOLDER

cd grasswoex

Install Requirements

pip install --upgrade pip

pip install -r requirements.txt

RUN SCRIPT

python lite.py

About

RUN GRASS.IO MINING ON ANDROID WITHOUT BROWSER OR EXTENSION

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages