This commit is contained in:
Matthew Little 2014-01-11 13:50:04 -05:00
parent 43807bc353
commit eb7c04e509

View File

@ -58,7 +58,7 @@ Installation
Example configuration for dogecoin.json:
```json
{
{
"name": "Dogecoin",
"symbol": "doge",
"algorithm": "scrypt",
@ -72,7 +72,7 @@ Installation
"user": "test",
"password": "test"
}
}
}
```
* Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"`