bitcoin-tx-tutorial
bitcoin-tx-tutorial copied to clipboard
A technical tutorial for understanding how bitcoin transactions are created and signed
Results
11
bitcoin-tx-tutorial issues
Sort by
recently updated
recently updated
newest added
``` File "/.../bitcoin-tx-tutorial/venv/lib/python3.12/site-packages/notebook/utils.py", line 15, in from distutils.version import LooseVersion ModuleNotFoundError: No module named 'distutils' ``` It seems that starting with Python 3.10, the distutils module was marked as deprecated....