Corrected parameters and "personalization" (#91)

This commit is contained in:
zzzpotato 2018-11-06 07:01:24 -06:00 committed by Beshoy Girgis
parent 250377de5a
commit 9c3359ef71
1 changed files with 9 additions and 4 deletions

View File

@ -3,11 +3,16 @@
"symbol": "zerc",
"algorithm": "equihash",
"parameters": {
"n": 192,
"k": 7,
"pers": "ZERO_PoW"
"N": 192,
"K": 7,
"personalization": "ZERO_PoW"
},
"requireShielding": true,
"peerMagic": "5A455243",
"txfee": 0.0004
"txfee": 0.0004,
"explorer": {
"txURL": "http://explorer.zeroclassic.org/tx/",
"blockURL": "http://explorer.zeroclassic.org/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
}
}