Recently another young developer had the following problem when he tried to execute and he got this error. The problem is that a library is missing. As you can see on this line This is how we solved it Step 1: Double-check if openssl is installed and install it if not. Step 2:Check if you […]
python
BlockChain Mining – Solving a special task and waste some engergy

Recently I was reading lots of articles about bitcoin, etherium and blockchain in general.I was just going deeper into bitcoin and at this point I understood that we have a sha256 hash function that is called on a block and the result is written down in the next block. But there is this mining and […]