Questions tagged [python]
28 questions
1
vote
0 answers
Python get RandomX hashes
I am currently trying to use pyrx to build an XMR miner in Python. However, this library does not appear to support Windows. Does anyone have any solutions to get RandomX hashes in python on windows?
Thanks
PGBRULES
- 23
- 3
1
vote
0 answers
Is there an offline transaction checker for Monero in Python?
I'm looking for the same behavior as this site https://xmr.llcoins.net/checktx.html but in Python. The only method I have at the moment is to use a Monero CLI but this is not really efficient. If such a program does not yet exist, where can I find…
Pythonist
- 11
- 1
0
votes
1 answer
How to use a subaddress to send monero from in monero-python?
I read the documentation on the wallet.transfer() function but there was no origin wallet parameter.
Can I choose to use a subaddress generated through wallet.new_address() to send monero form?
If not how can I send the monero on a subaddress…
ffe6e66e6eff
- 1
- 1
0
votes
1 answer
Accept payments to subaddresses without local node
First of all as you might guess I'm working on a tip bot for Monero subreddit. It is more like a personal project to learn about python bots and monero integration.
My question, I cannot find a way to connect to a monero remote node using python to…