Discover the latest <crypto/>
moves in my Telegram Channel:
Cheapest proxies and servers which fits for on grass.io.
Also you can use for free Nodepay+ bot with ui.
Also can be useful: Grass Final Checker or Grass Claimer
- Create Accounts
- Farm Points
- Check Points
- Approve Emails without access to it (no need imap, etc)
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
- Throw the api key into
data/config.py
. Since there is a captcha there, you need a service for solving captchas - AntiCaptcha or Twocaptcha. - 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!
- APPROVE EMAILS:
- in
data/config.py
:APPROVE_EMAIL = True
approve email (NEEDED IMAP AND ACCESS TO EMAIL)CONNECT_WALLET = True
connect wallet (put private keys in wallets.txt)SEND_WALLET_APPROVE_LINK_TO_EMAIL = True
# send approve link to emailAPPROVE_WALLET_ON_EMAIL = True
# get approve link from email (NEEDED IMAP AND ACCESS TO EMAIL)
- Provide emails and passwords and imap password (access to email) in format email:password:imap_password!
- Need IMAP access to email
SEMI_AUTOMATIC_APPROVE_LINK = False
# If True, allows manual pasting of the approval link from the email to the CLI. All flags above need to be set to True. If you use this flag, you do not need to provide IMAP accessSINGLE_IMAP_ACCOUNT = False
# if you have possibility to forward all approve mails to single IMAP address. Usage: change False to "name@domain.com:password" of your main IMAP addressEMAIL_FOLDER = ""
# skip for auto, folder where mails comesIMAP_DOMAIN = ""
# skip for auto domain, not always works
-
Accounts Setup 🔒
Put in
data/accounts.txt
accounts in format email:password (cool_aster@gmail.com: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