UNPKG

equihashjs-verify

Version:

Equihash JavaScript verification ported from ZCASH on Python

22 lines 400 B
module.exports = { bitcoingold: { n: 144, k: 5, person: 'BgoldPoW' }, bitcoingoldPreEquihashFork: { n: 200, k: 9, person: 'ZcashPoW' }, bitcoingoldTestnet: { n: 144, k: 5, person: 'BgoldPoW' }, bitcoingoldRegtest: { n: 96, k: 5, person: 'BgoldPoW' } }