Comment for hardcoding diff
This commit is contained in:
parent
274281cca1
commit
d27f384461
@ -13,6 +13,8 @@ var algos = module.exports = global.algos = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
scrypt: {
|
scrypt: {
|
||||||
|
//Uncomment diff if you want to use hardcoded truncated diff
|
||||||
|
//diff: new Buffer('0000ffff00000000000000000000000000000000000000000000000000000000', 'hex'),
|
||||||
shift: 20,
|
shift: 20,
|
||||||
multiplier: Math.pow(2, 16),
|
multiplier: Math.pow(2, 16),
|
||||||
hash: function(){
|
hash: function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user