Post
Topic
Board Bitcoin Technical Support
Re: ANY ALTERNATIVES FOR THIS TOOL OR ANY OTHER
by
t3xoff
on 11/09/2021, 10:18:49 UTC
Have you thought about giving a Python 2 to Python 3 converter a try? Since it's just a handful of files it could actually work pretty well:
https://dev.to/rohitnishad613/convert-python-2-to-python-3-in-1-single-click-2a8p

Here's the docs on the 2to3 library:
https://docs.python.org/3/library/2to3.html


Also of course there's the tool that the Python source is based on:
https://iancoleman.io/bitcoin-key-compression/

Use the above for testing only, for everything else fetch the source here:
https://github.com/iancoleman/keycompression
I tried before to convert 2-3 it showed some errors.