-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninstalling KDX #6
Comments
KDX uses 2 separate folders for data storage and wallet storage. KDX data storage is managed by KDX and contains process data (usually located in The wallet storage, however, is located in a standard bitcoin-like location which on windows is The wallet is managed by the kaspa wallet framework which is the same framework used in PWA, KDX as well as CLI. This means that you can install and run CLI and KDX and they will detect and manage the same wallet. We will be updating documentation in the coming weeks and will add this information to it. |
I'm not sure i understood how can i use cli wallet for transfer funds as in case of HDW i have no private key.. I can poll funds for specific wallet address but again i have no info about which addresses bind to HD wallet so i have no idea how much funds i have in HD wallet with CLI. |
Oh, I think there is a misunderstanding - I am referring to our CLI wallet that is built on top of the same wallet framework as KDX and PWA. Our CLI uses same folders and 'kpk' wallet files as KDX. You need latest nodejs and you can install it with This is not related to the native CLI wallet developed as a part of Kaspa, which last time I checked was not an HD-capable wallet (it allow the creation and sending to addresses but does not maintain seed or an address list etc.). |
hi! $ kaspa-wallet help SyntaxError: Unexpected token . |
I think you may be running an older version of NodeJS. Kaspa Wallet CLI is compatible with version 14+ (node is currently at v15). Can you please reinstall NodeJS and let me know if this fixes this issue. |
I just realized that our settings in the project manifest are not configured correctly - npm should be blocking you - asking you to upgrade nodejs to the latest/compatible version. We will fix this in the next release. In the meantime, just upgrade your local nodejs. |
what is this location on macos? |
on MacOS wallet storage location is: |
thank you.... |
I am uninstalling KDX and removing "Data Folder" but then, after installing KDX again, it is not asking for "Recover Wallet" but for Wallet encryption key. Can I totally remove all KDX components so it will forget my Wallet?
The text was updated successfully, but these errors were encountered: