M
M
Maxim Moseychuk2014-03-17 00:08:55
Database
Maxim Moseychuk, 2014-03-17 00:08:55

How to convert BerkeleyDB to BerkeleyDB JE?

The C and Java implementations have different database storage formats. I'm trying to convert a bitcoin wallet to Java version format using com.sleepycat.je.util.DbLoad, but I get an exception "java.lang.IllegalArgumentException: Invalid header parameter: " followed by a string with binary data.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Beholder, 2014-03-20
@fshp

Their text dumps seem to be compatible. For the source database, you need to do a db_dump, and Java also has a download utility.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question