Note
This project is sponsered by proxies.fo, check them out for the best proxies on the market.
Automate Grass Desktop Node with proxies.
- Identified as Desktop Node (2X points).
- Works with HTTP, Socks5, Socks5h, Socks4 proxies.
- Blazing fast (We ❤ Rust).
- Visit Grass and register an account.
- Press F12 on the Dashboard page and go to the Console tab.
- Paste the following script into the console and copy the value.
const userId = localStorage.getItem('userId'); if (userId) { console.log('Your user ID:', userId); } else { console.log('Failed to get userId'); }
- Your user ID should look like this:
xxxxxxxxxxxxxxxxxxxxxxxxxxx
. Do not copy the quotes.
- Install Rust from here.
- Clone the repository.
git clone https://github.com/twine-solutions/grass-node.git cd grass-node
- Run the project.
cargo run --release -- --user-id <USER_ID> --proxies <PROXY_FILE>
- Replace
<USER_ID>
with the user ID you copied earlier. - Replace
<PROXY_FILE>
with the path to your proxies file. The file should contain one proxy per line in the formatprotocol://user:pass@ip:port
.
- proxies.fo for being a great proxy provider.
- Solana0x for their Python implementation.