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

added haven-offshore support to pool code #596

Closed neilcoggins closed 3 years ago

neilcoggins commented 4 years ago

Haven Apollo now provides offshore functionality, which requires a change to the block_header format (among other changes). In order for the pool code to support this, a new module has been created to sit alongside MoneroOcean's cryptoforknote-util.

This pull request adds the new haven-nodejs-wrapper module as a dependency to the pool code.