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
364 stars 611 forks source link

fix trtl daemon get_info #580

Closed ghost closed 3 years ago

ghost commented 4 years ago

trtl v.0.22.0: The /getinfo, /getheight, /getpeers, and /getfee calls have been removed in lieu of /info, /height, /peers, and /fee. This quick fix fallback to getlastblockheader if get_info fail because of empty reply.