Browse Source

Remove merge-mined coins from blackilist and document others

pull/27/head
Luke Childs 4 years ago
parent
commit
6bcbc56d75
  1. 39
      js/coin-blacklist.js

39
js/coin-blacklist.js

@ -1,25 +1,18 @@
export default [ export default [
'XDN', 'XDN', // PoW/PoS hybrid
'PPC', 'PPC', // PoW/PoS hybrid
'DGB', // We could actually support this if we merge the different algoriths 'DGB', // Multi-algo PoW
'XVG', 'XVG', // Multi-algo PoW
'DCY', 'DP', // PoW/PoS hybrid
'DP', 'NLG', // PoW + Witness
'NLG', 'XMY', // Multi-algo PoW
'UNO', 'FLO', // Checkpoints
'VIA', 'FTC', // Checkpoints
'UBQ', 'PINK', // PoW/PoS hybrid
'GEO', 'CRW', // Masternode PoS
'XMY', 'MUE', // Masternode PoS
'FLO', 'ZEN', // Delayed block submission penalty
'FTC', 'KMD', // dPoW
'PINK', 'HUSH', // dPoW
'CRW', 'ARRR' // dPoW
'MUE',
'XZC',
'ZEN',
'CANN',
'KMD',
'HUSH',
'ARRR'
]; ];

Loading…
Cancel
Save