Questions tagged [library]

6 questions
2
votes
1 answer

API for manipulating raw, unsigned transactions

I'm trying to create something which involves messing with (unsigned) transaction data, using the Rust library monero-rs. All I need to do is import an unsigned transaction, access the contents, then export the modified unsigned…
1
vote
0 answers

How to run a local daemon with android?

After some research, I found that monerod compiling was disabled on get_libwallet_api. I enabled and everything is ok. I tried to insert it on the apk package but inserting failed, so I compiled the apk without the Monero daemon and it works…
takel
  • 11
  • 1
1
vote
1 answer

What is the best Python library for hashing Cryptonight?

What is the best Python library for hashing Cryptonight hashes and building mining software?
Crypthusiast
  • 169
  • 2
  • 8
1
vote
1 answer

RPC binary request with Python

I am currently working with the Monero daemon RPC and have a little problem understanding the format of the binary request (/get_o_indexes.bin for example). Does anyone have an example of how should I generate my binary request with Python's…
Jeremy V.
  • 13
  • 3
0
votes
0 answers

Error sending Monero transactions to my daemon [tx used wrong inputs]

After several checks made with the help of the community here on Stack-Exchange, I was able to move forward with my problem. Now I have reached the point that the transactions are not sent even though the wallet is active and connected…
0
votes
1 answer

Go or Rust library to use Monero

Is there any library for Go (Golang) or Rust that I can use in order to generate the key pair, manually build a transaction, sign it and broadcast it to a remote node? I searched GitHub and either the libraries are unmaintained / don't have all…
Octav
  • 3
  • 1