mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 22:38:01 +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:
|
When `default-profile` is specified, any settings contained in that profile will override globals. For example:
|
||||||
```
|
```
|
||||||
|
{
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
"url":"poolA:8334",
|
"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.
|
See the [configuration settings order](#configuration-settings-order) for more information about the order in which settings are applied.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
{
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
"url":"poolA:8334",
|
"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:
|
The end result of the above would look like this:
|
||||||
```
|
```
|
||||||
|
{
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
"url":"poolA:8334",
|
"url":"poolA:8334",
|
||||||
@ -168,7 +171,6 @@ The end result of the above would look like this:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
[Top](#configuration-and-command-line-options)
|
[Top](#configuration-and-command-line-options)
|
||||||
|
|
||||||
## Includes
|
## Includes
|
||||||
|
Loading…
Reference in New Issue
Block a user