You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,17 @@ Blockchain parser
5
5
6
6
Simple script for parsing **blkXXXXX.dat** files of Bitcoin blockchain database.
7
7
8
-
No dependencies. Just install Python standart release and run.
8
+
This script also compatible with most of altcoins, after making some tiny tricks.
9
9
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.
11
19
12
20
**If this was helpfull for you, don't hesistate to make a donations!!!**
0 commit comments