Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Python based Solo miner for CPU | Learn Basic Bitcoin Mining | Just for fun
by
witcher_sense
on 10/02/2023, 09:37:23 UTC
⭐ Merited by ETFbitcoin (1)
pip install  error
/home/user/Downloads# pip install hashlib

/home/user/Downloads# pip install binascii


You don't need to install from pip, these modules are from standard python library.

Just import them like this:

Code:
import binascii
import hashlib