-
Notifications
You must be signed in to change notification settings - Fork 48
Fetching Namecoin Blockchain data
You need to download and verify blockchain data using a tool. Namecoin (use the most recent version!) has been used for this project. Once you have installed it then simply start it and let it download the whole blockchain (can take several hours). You need a few GB of free space (depending on the size of the blockchain more). Once you have downloaded the blockchain, you will find in your user directory in the subdirectory .namecoin/blocks/blk*.dat all the bitcoin data.
Note do NOT copy the rev*.data data from this folder. It is not relevant for analysis purposes.
You can put it on your HDFS cluster by executing the following commands:
hadoop fs -mkdir -p /user/namecoin/input
hadoop fs -put ~./.namecoin/blocks/blk*.dat /user/namecoin/input
After it has been copied you are ready to analyze it.