-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blocksci_parser - stuck #26
Comments
if you use |
I see blocksci_parser working in htop. But it takes only 0.7% CPU and 228MB memory. I have a system which has a RAM of 6.8 GB. When I try to import it in python3.5 , it gives a segmentation fault.
|
Hi @pranay01, The segmentation fault is from the python module is likely due to corruption of some sort in the data located at Have you tried the new release of BlockSci that we released yesterday? It should provide feedback through the entire process. If I remember correctly, the previous version didn't provide feedback during the initial block header parsing stage. Now all stages should provide percentage done estimates. The full parse process takes a little under a day at this time. The many data processing takes about 8 hours and then there is a long index generation process. BlockSci doesn't require complete chain data and the parser in fact has a --max-block parameter that lets you process only up to a given block height. |
@hkalodner - Is the data set you are using in development publically available? |
I'm not exactly sure what you mean by data set. BlockSci's data is generated directly from raw blockchain data. The readme links to an EC2 AMI which has a BlockSci instance running on it which contains the full Bitcoin blockchain as of a couple days ago. Additionally the data can be generated on any machine running a Bitcoin full node. |
I ran the following command with correct coin data directory,
blocksci_parser --coin-directory .bitcoin --output-directory bitcoin-data
But the parser is not giving any output or indications of processing. Also size of bitcoin-data folder is not increasing? How long does the parsing take - and why is it not giving any processing indication?
Also, does blocksci_parser only work if we have complete chain data?
The text was updated successfully, but these errors were encountered: