Add nValue and rValue to readme
This commit is contained in:
parent
6e854e2354
commit
4191f5b794
@ -89,6 +89,8 @@ var myCoin = {
|
|||||||
"name": "Dogecoin",
|
"name": "Dogecoin",
|
||||||
"symbol": "DOGE",
|
"symbol": "DOGE",
|
||||||
"algorithm": "scrypt",
|
"algorithm": "scrypt",
|
||||||
|
"nValue": 1024, //optional. Defaults to 1
|
||||||
|
"rValue": 1, //optional. Defaults to 1
|
||||||
"txMessages": false, //or true (not required, defaults to false)
|
"txMessages": false, //or true (not required, defaults to false)
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user