Questions tagged [api]

22 questions
13
votes
1 answer

Tor support on MyMonero.com

Many privacy focused Tor users are interested or have the potential to be interested in Monero. IP address protection is important to Tor users. Why was Tor removed from the CORS headers on the MyMonero API?
seek adventure
  • 2,239
  • 14
  • 52
5
votes
1 answer

How to get the entire block blob for submission after mining a nonce?

After mining a correct nonce on the block template (received from rpc method "getblocktemplate") you need to submit the block back to the daemon. However, the rpc method "submitblock" appears to require the entire block blob. The template does not…
The Shoe Shiner
  • 289
  • 1
  • 9
5
votes
2 answers

Using Monero as a C Library

I am looking to build an offline wallet for Monero. However, most of my tooling is in Perl and C. If Monero was written in C, I could just call the C functions from my Perl modules. I think it is possible to call C++ functions from Perl relatively…
Joel D
  • 53
  • 3
5
votes
1 answer

How can someone run all blockchain and check if certain block has tx belonging to viewkey

Based on JAXX problem in integrate the monero wallet on their service I was wonder how can one run all the blockchain and check the blocks for belolonging TX from certain viewkey Is there any avaliable script with this function ?
Pedro Gaspar
  • 635
  • 3
  • 7
4
votes
1 answer

Are reserve_size bytes really related to mining the final nonce?

Other answers related to reserve_size seem to imply they are related to the real block nonce. However, there is already a portion of the hashing blob reserved for a nonce, and the reserved bytes aren't included in the hashing blob, so they don't…
The Shoe Shiner
  • 289
  • 1
  • 9
4
votes
1 answer

What is the blobdata txs within the block_complete_entry struct?

In cryptonote_protocol_defs.h block_complete_entry is declare that is used within the monero code right? The block_complete_entry has a blobdata txs. How does the txs blobdata looks like and what structure does it have? Bonus question why are…
onefox
  • 985
  • 6
  • 18
4
votes
1 answer

How to extract data from local blockchain

How to extract data, blocks from blockcain stored on local disk drive, and acquire it through some usual data transfer chanel (eg. JSON) in other application?
Dragutin
  • 205
  • 1
  • 5
4
votes
2 answers

Pool stats showing abnormally high H/s

The pool I am using (mineXMR.com) regularly shows a hash rate of 250-300+ H/s for my computer despite the miner I am using (XMR-Stak-CPU) showing hash rates that do not exceed ~190 H/s. What could be the cause of this discrepancy? Thanks in advance!
CodeRead
  • 323
  • 2
  • 10
3
votes
2 answers

Is there a library similar to bitcore?

Is there a library like insight / bitcoin that interacts with Monero to create an API to scan the blockchain?
Shamoon
  • 131
  • 2
3
votes
1 answer

Is there an example in another language or even curl on the binary daemon calls?

I am searching for an example preferably with curl on how to call the binary apis /getblocks.bin, /gethashes.bin and so on. Is there somewhere an example besides the c++ code? I would love an example in java or even curl. Thanks
onefox
  • 985
  • 6
  • 18
3
votes
2 answers

Is there a simple Monero price lookup API?

I use cryptocompare.com for PHP lookups of Crypto-currency prices (i.e. https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USD). But they do not support Monero (XMN) for whatever reason. Is there anything similar for Monero?
Corbin
  • 161
  • 1
  • 4
1
vote
1 answer

Monero project for charity/non-profit

I wound like to create a "split the monero pot" for charity/non-profit organizations. The process for donating using XMR is easy, it's the people who don't have any crypto wallet to donate. My thought would be to use MyMonero and exchange site via…
Andrew Admire
  • 393
  • 3
  • 11
1
vote
1 answer

MyMonero / XMRWallet API documentation

I cannot run my own node for hardware reasons. But I need to validate / manage payments and create new addresses. I would like to replace monero-wallet-rpc with a web based wallet. But where can I find the API documentation to make curl requests to…
John Wayne
  • 11
  • 1
1
vote
1 answer

Monero blockchain fetch blocks by date

I'd like to use the Monero API. Is there a REST API method which can fetch Monero blocks by specific date? Thanks Sajudeen
saju
  • 13
  • 2
1
vote
1 answer

Monero wallet code base dependencies and APIs?

I would like to know what dependencies the Monero wallet application for Linux or Android code base has, such as Chromium or Google APIs? Is there a list of them somewhere without having to dig through the source code? Thanks
codycoder
  • 11
  • 1
1
2