litecoincash-project / litecoincash

Main release & integration tree for Litecoin Cash
https://litecoinca.sh
MIT License
53 stars 39 forks source link

Hive miner ( Bee's hashes iteration loop ) Multi-Thread #20

Closed ghost closed 4 years ago

ghost commented 4 years ago

It is possible to multi-thread the hive bee's hashes iteration loop, making the bee's hashes check time a lot faster, giving an unfair advantage to those with such a modified wallet.

I have given the code to Tanner.

Gold969 commented 4 years ago

when someone breaks the rules, I just refuse to play) but the coin is interesting and now it is much easier to buy coins than to mine.... more than half of the blocks I did not have, bees in the minus, production... I can just keep the wallet turned on to support the network, there is no point chasing the processor.

ghost commented 4 years ago

At least I gave the code to the main dev as soon as I could reach him.

Up to the dev team now to continue the great work and update this.

MerlinMagic2018 commented 4 years ago

Created a pr.

https://github.com/litecoincash-project/litecoincash/pull/21

MerlinMagic2018 commented 4 years ago

Note that it's for an 8 threads hive miner. This could be changed or the code could be adapted to detect the number of physical cores automatically.

litecoincash-project commented 4 years ago

Implemented a better version ;)