You are viewing a single comment's thread from:

RE: One month os $HBD interest payments,; what does it tell us?

in #hbd3 months ago

I have built something similar, I also checked out your bot (a while ago)... but I found it too abstract.
You probably know this, but you can get_global_properties and then (with connection still open) query the block (or the range). this results in faster times and you are less likely to be banned for too many queries within too small of an interval.
whether my bot is 1 block or 10000 blocks behind, it just uses the same function (block_range). so if for some reason, the thing isn't 'live' (yet) it just sleeps(3) and queries more.
hope that makes sense.
as for virtual ops... yeah those are kinda annoying, but for all my cases I don't need those (phew)