bra1n / cryptolights

Live visualisation of blockchain transactions for popular cryptocurrencies
https://bra1n.github.io/cryptolights/
BSD 3-Clause "New" or "Revised" License
61 stars 16 forks source link

More fluid nano #3

Closed Joohansson closed 5 years ago

Joohansson commented 6 years ago

The nano tx comes in batches every 5-10 sec. The other coins are more fluid. Maybe the nanode api don't allow tighter updates but perhaps build a module to allow it to work with local RPC calls if you run your own node?

bra1n commented 6 years ago

At the moment, there don't seem to be almost no transactions at all, so the issue currently seems moot. However, when / if it arises again, I'd suggest simply putting artificial delays between the batches of transactions. So that there always is a (short) delay between each individual block rather than a big delay between a bunch of simultaneous blocks. I'll look into it when Nano transactions pick up again. ;)