syauqi-a / GetGrassMiner

An easy-to-use automated Grass point mining, by running a Python script built to handle connections to WebSockets.
GNU General Public License v3.0
2 stars 0 forks source link

Support for multiple accounts concurrently? #2

Open mrltr opened 6 days ago

mrltr commented 6 days ago

Currently, the program only supports a single account. I reviewed the device ID generation logic, which is bound to the proxy_str and implemented using uuid.uuid3. This is a good approach. I think we can also bind the UID with the proxy to create a uid_proxy_map. Each time the program starts, we can read the uid_proxy_map data, ensuring that the UID only uses the proxy it is bound to. This establishes a unique relationship between the UID, proxy, and device code, which can better obscure bot behavior.

mrltr commented 6 days ago

Additionally, I would like to know if the program will support disguising as Grass Desktop in the future, as it can provide double the profit.

ptrstryyy commented 6 days ago

Of course mapping UUIDs with proxies and storing them in a file would be an interesting solution. We will try to implement it soon.

We are currently not moving forward with handling multiple accounts (but we might) or Grass Desktop. Maybe if you have time, collaborating with us would be something we would really appreciate.