Global settings
The global settings, that you pass to the miner with the --settings
argument, is under the JSON format.
Schema of the file is available in the Configuration page.
Examples of this file can be found in src/examples/config.
Login method
Twitch changed their authentication method in September 2022, now requiring calls to an integrity endpoint.
Old methods using Options working :
|
Streamer directories
To override streamer settings for a given streamer, you can place a JSON file within one of the defined directories, named by the streamer name and containing the overrides.
Analytics settings
Analytics settings define a way to collect data on your twitch account as time passes. This includes:
-
Balance evolution
-
Your own Predictions made & results
-
Predictions from other chat participants and their return-on-investment (only approximate as the bet amount is mostly anonymous).
These are stored in an external database which allows any external software to access it and process it the wanted way.
Several database types are supported and listed below. Each database (logical database for MariaDB/MySQL, different file for SQLite) will however represent one mined account. You’ll therefore have to adjust the settings for each mined account to not point to the same one.