mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-13 00:27:54 +00:00
Update README.md
This commit is contained in:
parent
576cc1b6bf
commit
dcddc7655f
@ -145,7 +145,7 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
|
|||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
// Address for block rewards
|
// Address for block rewards
|
||||||
"address": "YOUR-ADDRESS-NOT-EXCHANGE", --The value should be the same as defined in kevacoin.conf
|
"address": "YOUR-ADDRESS-NOT-EXCHANGE", //The value should be the same as defined in kevacoin.conf
|
||||||
// Don't validate address
|
// Don't validate address
|
||||||
"bypassAddressValidation": true,
|
"bypassAddressValidation": true,
|
||||||
// Don't validate shares
|
// Don't validate shares
|
||||||
@ -196,8 +196,8 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
|
|||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 18081,
|
"port": 18081,
|
||||||
"timeout": "10s",
|
"timeout": "10s",
|
||||||
"user": "yourusername", #The value should be the same as defined in kevacoin.config
|
"user": "yourusername", //The value should be the same as defined in kevacoin.config
|
||||||
"password": "yourpassword" #The value should be the same as defined in kevacoin.config
|
"password": "yourpassword" //The value should be the same as defined in kevacoin.config
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user