dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
365 stars 611 forks source link

[Talleo] Discard block templates with 0 transactions starting from height 10000. #616

Closed mtl1979 closed 3 years ago

mtl1979 commented 3 years ago

This allows miners to continue mining previous block height until the new block has at least 1 transaction. Otherwise the new block template would get rejected if a miner manages to solve it before it is refreshed with more transactions.

It is currently not possible to merge-mine Talleo so this enhancement is only required for parent daemon.