updated
This commit is contained in:
parent
c4adf3b282
commit
7e650e2611
@ -57,6 +57,7 @@ Installation
|
|||||||
* For each coin you would like to start a pool server for, create a file in the "coins" directory titled "(name of coin).json"
|
* For each coin you would like to start a pool server for, create a file in the "coins" directory titled "(name of coin).json"
|
||||||
Example configuration for dogecoin.json:
|
Example configuration for dogecoin.json:
|
||||||
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Dogecoin",
|
"name": "Dogecoin",
|
||||||
@ -75,6 +76,7 @@ Installation
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
* Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"`
|
* Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"`
|
||||||
* Supported `"reward"` options: `"POW"` `"POS"`
|
* Supported `"reward"` options: `"POW"` `"POS"`
|
||||||
* Ensure the `daemon` properties are configured correctly for RPC communication
|
* Ensure the `daemon` properties are configured correctly for RPC communication
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user