Discover the latest <crypto/>
moves in my Telegram Channel:
Cheapest proxies and servers which fits for on grass.io.
- Create Accounts
- Farm Points
- Check Points
You can put as many proxies as u can, bot uses database and will load up proxies from extra ones
🔹To say thanks for work: 0x000007c73a94f8582ef95396918dcd04f806cdd8
- To install libraries on Windows click on
INSTALL.bat
(or in console:pip install -r requirements.txt
). - To start bot use
START.bat
(or in console:python main.py
).
- CREATE ACCOUNTS:
- In
data/config.py
putREGISTER_ACCOUNT_ONLY = True
- Provide emails and passwords (OPTIONAL) and proxies to register accounts as below!
- FARM POINTS:
- in
data/config.py
putREGISTER_ACCOUNT_ONLY = False
- Provide emails and passwords and proxies to register accounts as shown below!
-
Accounts Setup 🔒
Put in
data/accounts.txt
accounts in format email:password ([email protected]:my_password123) -
Proxy Setup 🔒
Configure your proxies with the ANY (socks, http/s, ...) format in
data/proxies.txt
🌐
- Install Docker-CE:
curl -sSL -k https://get.docker.com | sh
- Install Docker Compose:
curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose
- Clone Source Code:
git clone https://github.com/MsLolita/grass.git
- Configuration: Modify
data/accounts.txt
anddata/proxies.txt
- Start Container:
docker-compose up -d
PS: Could see more configuration in docker-compose.yml