BlockSci icon indicating copy to clipboard operation
BlockSci copied to clipboard

A high-performance tool for blockchain science and exploration

Results 88 BlockSci issues
Sort by recently updated
recently updated
newest added

The [BlockSci paper in section 2.6.2](https://www.usenix.org/system/files/sec20-kalodner.pdf) mentions a tool the authors used to export blockchain data to CSV. Is this tool included in the [BlockSci repo](https://github.com/citp/BlockSci) or was this tool...

I understand BlockSci is not being maintained anymore, but it would be nice if we can updated it so it can read the new address format that was activated in...

Please provide a clear and concise description of the problem. Hello, has anyone stumbled upon a similar problem? block_parser conf.json update outputs: ``` Locking data directory. 100.0% done fetching block...

#### System Information (if applicable) Using AMI: yes/no BlockSci version: (please provide a commit id if you're on a development branch) Blockchain: (e.g., Bitcoin, Bitcoin Cash, Litecoin) Parser: Disk/RPC Total...

I am currently trying to use BlockSci for my Thesis but I can't get the correct Configuration for my Bitcoin Gold Node in order to make the parser work correctly....

I installed BlockSci and the bitcoin full node to use it with Jupiter HUB. I'm trying to install the blockscipy, so that I can import BlockSci in Jupiter Notebook. But...

I'd be happy to maintain and continue development on this project if you no longer have the time, Thanks, Mathew

I usually use map_blocks from Blockchain class. And if cpu_count is assigned 1, then below error is occurred. ![image](https://user-images.githubusercontent.com/37059511/93970512-39d85280-fda9-11ea-9fac-a789f56b609d.png) #### Reproduction Steps ``` import blocksci chain = blocksci.Blockchain(path) result_chunk =...

Hello `blocksci_parser` was running fine until about 80.9% where it stalled for several hours. Had to be interrupted. Went to restart then this: ``` $ blocksci_parser ./blocksci_parser.config update 274GB of...

I would like to confirm with the BlockSci paper about what the heuristics do BlockSci use for address clustering? Does the address clustering also detect mixing service to reduce the...