Skip to content
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

2019/09/10 21:36:10 WARNING <module>(39) Could not include fastecdsa library, using slower ecdsa instead #89

Closed
tycooperaow opened this issue Sep 11, 2019 · 4 comments

Comments

@tycooperaow
Copy link

On creation of a new wallet:
w = HDWallet.create('Wallet1')
I received this error from the module.
2019/09/10 21:36:10 WARNING (39) Could not include fastecdsa library, using slower ecdsa instead.
Any clue as to what it means and what I can do to fix it?

@mccwdev
Copy link
Member

mccwdev commented Sep 12, 2019

You can try to install the fastecdsa library seperately and see if that works or if any error pops up.
But you can ignore this warning if you are not using BIP38 encrypted keys, the speed of the library is not affected.
What OS are you using? Because I know fastecdsa and Windows is problematic.

@Goro2030
Copy link

Goro2030 commented Oct 2, 2019

Same here, using Windows.

@mccwdev
Copy link
Member

mccwdev commented Oct 15, 2019

For some tricks on how to get fastecdsa working on Windows see AntonKueltz/fastecdsa#11

@mccwdev
Copy link
Member

mccwdev commented Jul 4, 2023

See #306

@mccwdev mccwdev closed this as completed Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants