Harry Kalodner
Harry Kalodner
The fundamental issue is that the union find algorithm that our clustering algorithm uses assumes that the items being clustered have contiguous indexes. Addresses in BlockSci are instead identified by...
@timothyylim Previous versions of the AMI only contained static versions of the blockchain. However with BlockSci v0.4 the AMI performs hourly updates to the latest chain. Incremental updates using the...
@bfxtsales BlockSci was mainly designed for our Jupyter Notebook access model with a single server running a BlockSci instance and many users simultaneously performing analysis interactively in python sessions on...
I definitely like the idea of building a REST API on top of BlockSci to provide another method of working with it. I wont have time to work on it...
This is in response to #158 pointing out this problem
Currently there's no internal rate limiting in the CurrencyConverter and thus it starts getting blocked if it gets used to frequently. Persisting to a local DB definitely seems like a...