pull down to refresh
reply
Yeah, with the getblockcount command you gotta do some polling every few seconds and build your logic around that. It’s not the most elegant solution, but it works.
reply
pull down to refresh
Yeah, with the getblockcount command you gotta do some polling every few seconds and build your logic around that. It’s not the most elegant solution, but it works.
A more accurate implementation would use the ZMQ to subscribe and get an event exactly when the new block is added. Polling
getblockcountis still using normie-time as the basis for the sheduler.Yea, I might have to vibe this one myself...