Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // coins/denarius.json
- {
- "name": "Denarius",
- "symbol": "DNR",
- "algorithm": "tribus",
- "reward": "POS",
- "normalHashing": true,
- /* Magic value only required for setting up p2p block notifications. It is found in the daemon
- source code as the pchMessageStart variable.
- For example, litecoin mainnet magic: http://git.io/Bi8YFw
- And for litecoin testnet magic: http://git.io/NXBYJA */
- "peerMagic": "76066276", //optional
- "peerMagicTestnet": "fcc1b7dc" //optional
- //"txMessages": false, //options - defaults to false
- //"mposDiffMultiplier": 256, //options - only for x11 coins in mpos mode
- }
RAW Paste Data