Post
Topic
Board Mining (Altcoins)
Re: [CPU-XMR] JerryMiner
by
JerryQ
on 15/01/2018, 03:54:14 UTC
(and more documentation are welcome... like command-line param.)

Here is an example of a config "user.json"
Code:
{
"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.