GitHunt

Run monero-powpy-Google-Colab

https://colab.research.google.com/drive/1KiwPifw2nCuwQ2j8rsbNIV5gH3roBaKh?usp=sharing


Why?

Good question! Simply there are so many people asking on
monero.stackexchange.com.

Usage

First clone or download the repository, then install the dependencies:

pip install --user -r requirements.txt

To run the pool miner, execute:

python stratum-miner.py

To solo mine a single block, execute:

python solo-block.py

To exit, just hit ctrl-c.

Both miners have some simple, self-explanatory, configuration variables at the
top of each file. I have chosen sane defaults so the scripts can run as-is,
without the requirement to change them, but you may want to change things like
the wallet address (for checking payouts), or the pool / daemon RPC being used.


Donation Address
BTC 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v
ETH 0xaBd66CF90898517573f19184b3297d651f7b90bf

Languages

Python69.5%Jupyter Notebook30.5%

Contributors

BSD 3-Clause "New" or "Revised" License
Created February 14, 2022
Updated September 18, 2025
demining/monero-powpy-Google-Colab | GitHunt