Skip to content

Commit 6f9df8e

Browse files
authored
Update README.md
1 parent 3371e03 commit 6f9df8e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ Blockchain parser
55

66
Simple script for parsing **blkXXXXX.dat** files of Bitcoin blockchain database.
77

8-
No dependencies. Just install Python standart release and run.
8+
This script also compatible with most of altcoins, after making some tiny tricks.
99

10-
Make sure you change the paths for **blkXXXXX.dat** files and results to yours.
10+
**The one realisation of blockchain parser that allows you to explore the main database as close as possible.**
11+
12+
Don't worry to email me your questions or suggestions about this parser.
13+
14+
No dependencies, no third-parties modules or libs needed. Just install Python 3.6 or 2.7 standart release and run.
15+
16+
Make sure you change the paths for **blkXXXXX.dat** files and for the parsing results to yours. The script works only with fully downloaded blockchain **dat** files (that are ~134Mb).
17+
18+
This script convert the full blockchain raw database that is stored in **blkXXXXX.dat** files to the simple **txt** view.
1119

1220
**If this was helpfull for you, don't hesistate to make a donations!!!**
1321

0 commit comments

Comments
 (0)