(and more documentation are welcome... like command-line param.)
Here is an example of a config "user.json"
{
"pools": [
{
"pool_address": "127.0.0.1:8888",
"pool_password": "{{STRING_RANDOM_8}}.my_mail@email.com",
"wallet_address": "my_wallet_addr"
}
],
"overload": {
"process_priority": "NORMAL_PRIORITY_CLASS",
"thread_priority": "THREAD_PRIORITY_NORMAL"
}
}
It is obvious.