Advertisement
buzzkillb

coins/sono.json

Jun 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. coins/sono.json
  2. {
  3. "name": "Sono",
  4. "symbol": "SONO",
  5. "algorithm": "sonoa",
  6. "reward": "POS",
  7. "normalHashing": true,
  8. /* Magic value only required for setting up p2p block notifications. It is found in the daemon
  9. source code as the pchMessageStart variable.
  10. For example, litecoin mainnet magic: http://git.io/Bi8YFw
  11. And for litecoin testnet magic: http://git.io/NXBYJA */
  12. "peerMagic": "faf2efb4", //optional
  13. "peerMagicTestnet": "fcc1b7dc" //optional
  14.  
  15. //"txMessages": false, //options - defaults to false
  16.  
  17. //"mposDiffMultiplier": 256, //options - only for x11 coins in mpos mode
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement