KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
monero-powpy
★ 104
Open GitHub ↗
Monero POW mining in Python
Download README (.md)
Explore Similar Repositories
hnsw-sharp
:
C# library for approximate nearest neighbors search using Hierarchical Navigable Small World graphs
spectral-action
:
GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with custom rule support.
Hunch
:
<UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
tf.extra_losses
:
Large-Margin Softmax Loss, Angular Softmax Loss, Additive Margin Softmax, ArcFaceLoss And FocalLoss In Tensorflow
javascript-style-guide
:
Bản dịch tiếng Việt cho Định hướng Lối viết JavaScript của Airbnb
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
monero-powpy
?
Download (.md)
# monero-powpy Monero POW mining in Python. Utterly pointless for profit, but useful for testing / learning purposes. ## Why? Good question! Simply there are so many people asking on [monero.stackexchange.com](https://monero.stackexchange.com/search?q=python+miner). ## 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. ## Supporting the project This software has **no built-in developer donation** (like *other* mining software has), so if you use it and want to donate, XMR donations to: ``` 451ytzQg1vUVkuAW73VsQ72G96FUjASi4WNQse3v8ALfjiR5vLzGQ2hMUdYhG38Fi15eJ5FJ1ZL4EV1SFVi228muGX4f3SV ```  would be very much appreciated. ## License Please see the [LICENSE](./LICENSE) file. [//]: # ( vim: set tw=80: )