Giter Club home page Giter Club logo

grass-vpn's Introduction

grass-vpn

Description

Automated mining for Grass.

Theory

Use VPNgate vpn as proxy server, then use this IP pool to mining Grass. And use web socks to mimic communication between grass extension ans grass server.

Usage

first usage

docker network create --driver bridge --subnet 172.2.0.0/16 vpn
python3 -m venv ./.venv
source ./.venv/bin/activate
pip install -r requirements.txt
cp ./.env_template ./.env

For .env

for GRASS_USERID and API_KEY in logined grass web console run

localStorage.getItem('accessToken');
localStorage.getItem('userId');

gerneral usage

docker stop $(docker ps -aq --filter "name=vpnclient_*") && docker rm $(docker ps -aq --filter "name=vpnclient_*")
source ./.venv/bin/activate
python3 ./run.py 

Referrals

if it help you. Please use my Referrals code.

https://app.getgrass.io/register/?referralCode=hQ0bvpT7r02R51x

Reference

https://github.com/aron-666/Aron-vpngate-client-docker

https://github.com/ymmmmmmmm/getgrass_bot

grass-vpn's People

Contributors

aston668334 avatar

Watchers

 avatar

Forkers

prognt

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.