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

Telegram Bot Notifications #594

Closed SoapyFresh closed 3 years ago

SoapyFresh commented 4 years ago

Is there a way to turn off notifications of a block being unlocked/mined, but keep the ones that are found?

lseparatio commented 4 years ago

I am not 100% but you can try in /lib/notification.js to delete unwanted variable in this lines: /**

you can see: id === "blockFound" , id === "blockUnlocked" , id === "blockOrphaned" . Just try to delete what you don't want.