This commit is contained in:
Matthew Little 2014-01-11 13:43:13 -05:00
parent c4adf3b282
commit 7e650e2611

View File

@ -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"
Example configuration for dogecoin.json:
```json
{
"name": "Dogecoin",
@ -74,6 +75,7 @@ Installation
}
}
```
* Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"`
* Supported `"reward"` options: `"POW"` `"POS"`