Skip to content

Releases: cmalf/getgrass-bot-js

getgrass-bot-v0.3.1-minor-update

10 Dec 03:53
bcc5d83
Compare
Choose a tag to compare

Minor Update

  • I tried the exact same method as in the Desktop Version(original).
  • if the problem still persists (I think there is a bug in the getgrass dashboard)
  • or maybe the developer is updating/upgrading the Extension or Desktop version

How to do

  • Download File Zip below (Only Desktop Version)
  • Extract zip file and Go to the folder
  • Edit uid.txt and put your userid there
  • Edit proxy choose between http or socks mode
  • install dependencies
    npm install
  • run the script
    npm start

Screenshot 2024-12-10 at 10 57 32

getgrass-bot-v0.3

09 Dec 21:25
766daea
Compare
Choose a tag to compare

Temporary Update to Version 0.3

what's new?

  • added direct ip running feature (without proxy)
  • supports both proxy types (http or socks) choose one

what changed

for Desktop version
Dont change User agent in configuration.js (for Desktop Version)

  • tried adding
            const ws = new WebSocket(wsURL, {
                agent,
                headers: {
                    "Pragma": "no-cache",
                    'User-Agent': configuration.UserAgent,
                    OS: 'Mac',
                    Platform: 'Desktop',
                    Browser: 'Mozilla',
                    "Sec-WebSocket-Version": "13",
                    'Accept-Language': 'uk-UA,uk;q=0.9,en-US;q=0.8,en;q=0.7',
                    "Cache-Control": "no-cache",
                    "priority": "u=1, i",
                },
                handshakeTimeout: 30000,
                rejectUnauthorized: false,
            });
  • and a lot has changed.

updates for what version?

  • both zip files contain desktop and extension version

How To Do?

  • Download File Zip below

    - Go to Directory file
    - Choose:
         - Desktop version
         - or Extension Version
    
  • Install Dependencies

    npm install
  • Run the Script

    npm start

does the script work?

  • yes, on my device it works,and on the dashboard it is connected.

  • Screenshot

Note

Please try this script on your device

  • Try both direct ip or proxy mode
  • Try to use no more than 30 proxies first, if the proxies on the dashboard are connected (detected) you can add more proxies.
  • I will open a discussion in this repository. please comment there if the problem still persists.
  • Discussion link

Thanks

getGrass-Desktop-Bot-v0.2

06 Dec 09:41
6909318
Compare
Choose a tag to compare

🌱 Update Release

  • getGrass-Desktop-Bot-v0.2
  • mining 2.0X

📎 Fixed bug

💡 How To do

  • Download file zip below
  • extract the zip file
  • go to directory file
  • edit config.js and proxy.txt
  • install dependencies
    npm install
  • run the script
    node app.js

📌 Screenshot