bitcoinlib icon indicating copy to clipboard operation
bitcoinlib copied to clipboard

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

Open tycooperaow opened this issue 6 years ago • 3 comments
trafficstars

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?

tycooperaow avatar Sep 11 '19 02:09 tycooperaow

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.

mccwdev avatar Sep 12 '19 06:09 mccwdev

Same here, using Windows.

Goro2030 avatar Oct 02 '19 20:10 Goro2030

For some tricks on how to get fastecdsa working on Windows see https://github.com/AntonKueltz/fastecdsa/issues/11

mccwdev avatar Oct 15 '19 06:10 mccwdev

See https://github.com/1200wd/bitcoinlib/discussions/306

mccwdev avatar Jul 04 '23 09:07 mccwdev