Add nValue and rValue to readme

This commit is contained in:
Jordan Earls 2014-04-25 00:59:59 -04:00
parent 6e854e2354
commit 4191f5b794

View File

@ -89,6 +89,8 @@ var myCoin = {
"name": "Dogecoin",
"symbol": "DOGE",
"algorithm": "scrypt",
"nValue": 1024, //optional. Defaults to 1
"rValue": 1, //optional. Defaults to 1
"txMessages": false, //or true (not required, defaults to false)
};
```