lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.57k stars 178 forks source link

making pool. how to lbry hash verification? #162

Closed trustfarm-dev closed 6 years ago

trustfarm-dev commented 6 years ago

Hi, I'm making LBRY pool. I've adds lbry hashing module to NOMP node_multihashing module. followings issue on NOMP. https://github.com/zone117x/node-open-mining-portal/issues/611

I want to check my ported hashing modules output is ok? could you check algorithm porting is good? and what multiplier I use?

thanks

kaykurokawa commented 6 years ago

I would guess that you'd need to adjust the difficulty adjustment algorithm : https://github.com/lbryio/lbrycrd/blob/master/src/pow.cpp#L47

I'm closing this as it's not a lbrycrd issue. If you need further help contact me directly: kay@lbry.io

Thanks.

tzarebczan commented 6 years ago

@trustfarm-dev check out https://github.com/lbryio/pool, should be helpful.

tzarebczan commented 6 years ago

@ekxoiner looks like you are in the wrong place and not sure what you are asking.