[Ethereum] How to mine blocks with Python

miningpython

I don't know how to mine blocks with Python.
Can I mine blocks with Pyethapp?

Best Answer

I haven't used it myself, so others may want to comment further.

From the documentation, pyethapp is composed of pythereum and pydevp2p, the former of which:

pyethereum - the core library, featuring the blockchain, the ethereum virtual machine, mining

So in answer to your question:

Can I mine blocks with Pyethapp?

I'd say the answer is "yes".