QRL icon indicating copy to clipboard operation
QRL copied to clipboard

What is QRXMiner.py? How to make use of it?

Open kendupree433 opened this issue 8 months ago • 1 comments

How to make use of https://raw.githubusercontent.com/theQRL/QRL/refs/heads/master/src/qrl/core/miners/qrandomx/QRXMiner.py ? I ask this because I want to benchmark it and understand command syntax when using it to mine QRL from the mining pool.

There are no instructions on how to make use of it as it just resides in /theQRL/QRL/refs/heads/master/src/qrl/core/miners/ of this repo

We all use Xmrig to mine QRL, for a change, I want to test QRXMiner.py, so I urge devs to provide a little bit of CLI usage instructions or commands to get started

kendupree433 avatar Apr 26 '25 09:04 kendupree433

It's implementing some additional functions and overriding handleEvent. QRXMiner is implemented in C++ and the Python wrapper is generated by Swig.

Actual header file & source code of QRXMiner https://github.com/theQRL/qrandomx/blob/master/src/qrandomx/qrxminer.h https://github.com/theQRL/qrandomx/blob/master/src/qrandomx/qrxminer.cpp

The python version of QRXMiner runs on limited thread and is not efficient due to overhead of swig wrapper. Xmrig is still preferred way to mine QRL.

cyyber avatar Apr 29 '25 16:04 cyyber

How to get started with it? I'm no dev or any of that sort, I'm just an inquisitive person. All I need is to insert my wallet address and point it to a mining pool, or to a local RPC daemon port, only for testing.

miltoncarpenter665 avatar Jun 24 '25 03:06 miltoncarpenter665

How to get started with it? I'm no dev or any of that sort, I'm just an inquisitive person. All I need is to insert my wallet address and point it to a mining pool, or to a local RPC daemon port, only for testing.

If you want to mine feel free to follow this https://docs.theqrl.org/use/mining/pool-mining I also recommend you to join our discord channel, community may help you with setting up mining - https://www.theqrl.org/discord

Here are the list of currently active QRL mining pool. You can look into them, all these mining pool have their own guide, to start mining QRL

https://miningpoolstats.stream/quantumrl

Here is the official QRL walkthrough video "How to MINE QRL" https://www.youtube.com/watch?v=4HNhSlU3tKo

cyyber avatar Jun 24 '25 13:06 cyyber