Author

Topic: How to open the data which is downloaded over the wallet (Read 848 times)

sr. member
Activity: 293
Merit: 272
Director - www.cubeform.io
legendary
Activity: 2097
Merit: 1071
These are LevelDB database files. They are not meant to be accessed directly: The format may not be what you expect, it is not the same as a relational database model. You would typically access them directly through a scripting language like python and a leveldb library.

If you do however want to 'directly dive in and interface' with the database through a GUI, there are tools such as http://protonail.com/products/keylord available.

Very interesting, I went looking for a GUI LevelDB tool some time ago and couldn't find one.

I guess the fact that it's called 'keylord' doesn't help when doing a google search. Maybe I went looking so long ago it didn't exist back then.
sr. member
Activity: 293
Merit: 272
Director - www.cubeform.io
These are LevelDB database files. They are not meant to be accessed directly: The format may not be what you expect, it is not the same as a relational database model. You would typically access them directly through a scripting language like python and a leveldb library.

If you do however want to 'directly dive in and interface' with the database through a GUI, there are tools such as http://protonail.com/products/keylord available.
hero member
Activity: 672
Merit: 508
LOTEO
how can I open the .dat in the "blocks" such as "blk#####" , like "blk00001"
I know it is the account book of bitcoin,how can I open it?

You can open it with a script or program.  This is a copy of the bitcoin blockchain. Downloads a blockchain parser in any programming language from github or create a blockchain parser.
newbie
Activity: 1
Merit: 0
how can I open the .dat in the "blocks" such as "blk#####" , like "blk00001"
I know it is the account book of bitcoin,how can I open it?
Jump to: