mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +00:00
Update configuration.md
This commit is contained in:
parent
5e8bba2af9
commit
1fb86b3377
@ -63,6 +63,7 @@ When using the first pool, Profile A will be applied, so `algorithm` will be set
|
||||
|
||||
When `default-profile` is specified, any settings contained in that profile will override globals. For example:
|
||||
```
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"url":"poolA:8334",
|
||||
@ -102,6 +103,7 @@ Profiles have been added assist in specifying different GPU and/or algorithm set
|
||||
See the [configuration settings order](#configuration-settings-order) for more information about the order in which settings are applied.
|
||||
|
||||
```
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"url":"poolA:8334",
|
||||
@ -142,6 +144,7 @@ A similar situation occurs in the third pool. No profile is specified so the def
|
||||
|
||||
The end result of the above would look like this:
|
||||
```
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"url":"poolA:8334",
|
||||
@ -168,7 +171,6 @@ The end result of the above would look like this:
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
[Top](#configuration-and-command-line-options)
|
||||
|
||||
## Includes
|
||||
|
Loading…
Reference in New Issue
Block a user