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

is it possible to get through api only the last block, the reward for it and the number of hashes? #511

Closed xmrschool closed 4 years ago

xmrschool commented 5 years ago

greetings! Such a question: is it possible to get through api only the last block, the reward for it and the number of hashes? and where can I read about all the possible options for requests to api pool?

trasherdk commented 5 years ago

You have to understand, this is open source software. People will submit pull requests, but accepted, or not, they will never bother to document whatever changes they propose, or actually get adopted. It's a case of use the source, until someone actually spend the time to document the software.

muscleman commented 4 years ago

i believe if you set this

https://github.com/muscleman/cryptonote-nodejs-pool/blob/master/config_examples/arqma.json#L139

to 1 this may get you want you want.