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