Add ZelHash Support (#45)

This update allows 125,4 (ZelHash) shares to validate.
This commit is contained in:
Beshoy Girgis 2019-06-22 21:18:53 -05:00 committed by Potato
parent 575cbe1086
commit e4d82751ab
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ var blockTemplate = require('./blockTemplate.js');
var vh = require('verushash');
const EH_PARAMS_MAP = {
"125_4": {
SOLUTION_LENGTH: 106,
SOLUTION_SLICE: 2,
},
"144_5": {
SOLUTION_LENGTH: 202,
SOLUTION_SLICE: 2,