-
Log:
Also, can you please say, what the default root of database (can't find it in source). |
Beta Was this translation helpful? Give feedback.
Answered by
mccwdev
Jul 19, 2024
Replies: 1 comment
-
When migrating between major version, for example from a 0.6.x version to 0.7.x you cannot use the same database. You have to create a new database, import master keys from previous database and rescan all wallets. The database files can be found at ~/.bitcoinlib/database And an example of a way to import an old database can be found at bitcoinlib/tools/import_database.py |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mccwdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When migrating between major version, for example from a 0.6.x version to 0.7.x you cannot use the same database.
You have to create a new database, import master keys from previous database and rescan all wallets.
The database files can be found at ~/.bitcoinlib/database
And an example of a way to import an old database can be found at bitcoinlib/tools/import_database.py