Lu-Migrate is a utility for users of the old Luminate embeddable command-line stellar client.
Old wallets can be migrated to the new version of Luminate using this utility.
Luminate used to
use scrypt to for the Password
Key Derivation Function. scrypt
(or bcrypt) are the recommended
ways of doing PBKDF.
However both scrypt and bcrypt are hard to install on Windows. While
possible, they both are not a simple install and can take quite a bit of
work to get done. For this reason
Luminate moved to
using the core crypto libraries
bundled with Node.
The new Luminate
works fine but older users now need to migrate their wallets from the
old scrypt version to the new core crypto version.
-
Find your existing
Luminatewallet. This is generally in the hidden.wallet/subdirectory. If you changed the wallet path, please use the path you specified. -
Inside the
.wallet/subdirectory there are account files - one for each stellar account managed byLuminate. -
For each account file, migrate it using the following command:
$> yarn start --to v2 <path to wallet account file>
Please report your feedback and issues in the issue tracker.
