simplecrypto / simplecoin_multi

A multipool capable cryptocurrency mining frontend implementation for powerpool
MIT License
30 stars 43 forks source link

Coin daemons eventually stop responding due to excessive ThreadRPCServer method=getblockcount #189

Closed crackfoo closed 9 years ago

crackfoo commented 9 years ago

HI,

I've noticed a few coins now that eventually stop responding the CLI command. When tailing the debug log, it is riddled with:

ThreadRPCServer method=getblockcount ThreadRPCServer method=getblockcount ThreadRPCServer method=getblockcount ThreadRPCServer method=getblockcount

crackfoo commented 9 years ago

Ideally a simple and more robust block notification with p2p should be used instead of flogging the daemon with this RPC calls several times a second.

crackfoo commented 9 years ago

Is there a way to control this check? I think 5 a second is a bit much? What's the reasoning behind needing to know the exact block count every bunch of milliseconds?

crackfoo commented 9 years ago

hrmm looks like it's actually pp... doing this, whoops

crackfoo commented 9 years ago

Will move to alertblock script

crackfoo commented 9 years ago

https://github.com/simplecrypto/powerpool/blob/master/doc/push.rst