This commit is contained in:
Matthew Little 2014-01-11 13:46:15 -05:00
parent 5cfd62c2d3
commit df670b567b

View File

@ -57,7 +57,6 @@ 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"
Example configuration for dogecoin.json:
```json
{
"name": "Dogecoin",
@ -76,7 +75,6 @@ Installation
}
```
* Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"`
* Supported `"reward"` options: `"POW"` `"POS"`
* Ensure the `daemon` properties are configured correctly for RPC communication