🛠️Configuration of operational parameters

The program is configured in the file appsettings.Production.json located in the Grass Faker folder. If the file is not present, simply run the program—it will be created.

Open it with any text editor; the four lines we’re interested in are:

"Version": "5.1.0", < Specify the version of the installed node. The correct value is likely already set.

"Threads": 1, < The number of threads. This should be less than or equal to the number of cores on your device (preferably 1–2 fewer than the total cores).

"MaxFarmInstances": 1, < The number of accounts that will be farmed.

"MaxGrassNodes": 1 < The maximum number of nodes that can run simultaneously. For servers, I recommend less than 150; choose the optimal number based on your experience. Up to 300–600 should work well on a powerful PC.

"ApiKey": "Paste your license API key here (found in the license purchase bot)"

Make sure to run the program as an administrator

If everything is done correctly, you'll see the program's main menu

Last updated