Skip to main content

Questions tagged [api]

0 votes
0 answers
104 views

When I call get_balance: $ curl http://127.0.0.1:2024/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_balance","params":{&...
SynataxError's user avatar
0 votes
1 answer
54 views

I am creating an e-commerce website that accepts monero using the monero JSON RPC API. I need to make sure the confirmations of a payment for any single order are equal to or above 10, I would like to ...
SynataxError's user avatar
0 votes
1 answer
102 views

I am developing my cryptocurrency exchange service. The first problem - how to distinguish clients from each other? It seems to me that other services have solved this problem by generating something ...
Eugenie's user avatar
0 votes
2 answers
135 views

I'm exploring what APIs are available to explore mainnet and testnet and a small task I'm trying to do is to get block height of testnet. Docs about networks tell that there's a testnet open node: ...
YakovL's user avatar
  • 105
1 vote
1 answer
561 views

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 ...
John Wayne's user avatar
0 votes
0 answers
118 views

I have to build docker image with openmonero. Also, I'm trying use this dockerfile. But nothing works. Maybe you have solution or detailed instructions how to build openmonero from last sources. Thx.
intosKai's user avatar
1 vote
1 answer
155 views

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's user avatar
  • 13
1 vote
1 answer
59 views

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 ...
codycoder's user avatar
0 votes
2 answers
657 views

I'm trying to call the MyMonero API to get some info about a wallet. By doing a call with curl, it seems to work fine. Request: curl -w "\n" -H 'Content-Type: application/json' -X POST https://api....
user994612's user avatar
3 votes
2 answers
136 views

Is there a library like insight / bitcoin that interacts with Monero to create an API to scan the blockchain?
Shamoon's user avatar
  • 131
0 votes
1 answer
147 views

It looks like the core_rpc_server::on_submitblock method is expecting a full block blob, since it calls... if(!parse_and_validate_block_from_blob(blockblob, b)) However this RPC method is used to ...
The Shoe Shiner's user avatar
5 votes
1 answer
1k views

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&...
The Shoe Shiner's user avatar
4 votes
1 answer
326 views

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'...
The Shoe Shiner's user avatar
1 vote
1 answer
206 views

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 ...
Andrew Admire's user avatar
5 votes
2 answers
607 views

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 ...
Joel D's user avatar
  • 53

15 30 50 per page