Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 1150. (Read 4670673 times)

hero member
Activity: 518
Merit: 502
If yes, how can I see (using the API) that my daemon is fully synced?

The best way I can think of is querying the getlastblockheader and check the timestamp.
Code:
http://localhost:18081/json_rpc/getlastblockheader


Good idea! For the record, the call would require a post with:

Code:
{
    "jsonrpc":"2.0",
    "id":"yourid",
    "method":"getlastblockheader"
}

For example:
Code:
curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"yourid","method":"getlastblockheader"}' -H "Content-Type: application/json" -H "Accept: application/json"

Works like a charm, much better than just reading the block chain height and comparing that to chainradar's one... Smiley Thanks!
hero member
Activity: 649
Merit: 500

A question regarding the daemon's RPC interface:

Which is the current documentation? http://monero.wikia.com/wiki/RPC_API/Daemon claims that
"This is only a draft for a new version of the protocol. Please do NOT rely on it!"
and indeed, the /rpc endpoint doesn't seem to exist on my daemon. Should I then use Bytecoin's
RPC API docs ( https://wiki.bytecoin.org/wiki/Daemon_JSON_RPC_API )?

If yes, how can I see (using the API) that my daemon is fully synced?


The best way I can think of is querying the getlastblockheader and check the timestamp.
Code:
http://localhost:18081/json_rpc/getlastblockheader


hero member
Activity: 518
Merit: 502

A question regarding the daemon's RPC interface:

Which is the current documentation? http://monero.wikia.com/wiki/RPC_API/Daemon claims that
"This is only a draft for a new version of the protocol. Please do NOT rely on it!"
and indeed, the /rpc endpoint doesn't seem to exist on my daemon. Should I then use Bytecoin's
RPC API docs ( https://wiki.bytecoin.org/wiki/Daemon_JSON_RPC_API )?

If yes, how can I see (using the API) that my daemon is fully synced?

Turns out, the calls from the Monero wiki are nowhere to be fund in the code on github.
No wonder I can't make it work, then. Cheesy

Where is development happening? Not on github? There seems to be a very low activity...
hero member
Activity: 518
Merit: 502

A question regarding the daemon's RPC interface:

Which is the current documentation? http://monero.wikia.com/wiki/RPC_API/Daemon claims that
"This is only a draft for a new version of the protocol. Please do NOT rely on it!"
and indeed, the /rpc endpoint doesn't seem to exist on my daemon. Should I then use Bytecoin's
RPC API docs ( https://wiki.bytecoin.org/wiki/Daemon_JSON_RPC_API )?

If yes, how can I see (using the API) that my daemon is fully synced?
hero member
Activity: 518
Merit: 502
Code:
[url=http://monero:46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em?recipient_name=DevFund]donate.monero.cc[/url]

Outside of this forum, you would need to remove the http in order to make this work, like this, right?
Code:
[url=monero:46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em?recipient_name=DevFund]donate.monero.cc[/url]

However, stupid BBcode seems to auto-prepend http:
donate.monero.cc

Edit: This doesn't behave any better:
donate.monero.cc

So this sig-including doesn't work at all... Sad
newbie
Activity: 12
Merit: 0
Trying to find out whether there is a need for a lottery sort of site like this before coding the back-end.
ie. Would anyone be interested in playing a monero lottery/lucky draw?
http://i60.tinypic.com/1zpli53.png
legendary
Activity: 1428
Merit: 1001
getmonero.org
Ok! Now i get it cause i though i couldnt view the wiki for some reason.
hero member
Activity: 658
Merit: 503
Monero Core Team
hero member
Activity: 644
Merit: 502
Monero-relevant and insightful TED talk by Snowden files-exposing journalist Glenn Greenwald:

"Why Privacy Matters"

http://www.ted.com/talks/glenn_greenwald_why_privacy_matters
hero member
Activity: 658
Merit: 503
Monero Core Team
Can we setup wikimedia on monero.cc or xmrmonero.com
It is already the case, but, since xmronero has a WYWIWYG editor, there is no need for the syntax - except for creating new links and this already possible. The wiki has revisions, diff visualisation and permalinks, as well as talk pages and table of contents, but not eveything works well - for the moment content creation and diff works but TOC and talk pages not - fortunately, this is not the most important.

The most important is that YOU populate the wiki Smiley

Good post, didn't know Monero already passed the "peer-review" finals.
Not yet, in the work.
legendary
Activity: 1260
Merit: 1008
Quote
That site stinks of warez...

>>Buy
lol Cheesy


btw, is http://monero.wikia.com/ the official monero wiki? 



No, it's just something we use for aspects related to protocol and design development.

Can we setup wikimedia on monero.cc or xmrmonero.com (i see a wiki page there but it doesnt show me anything)  so we can start adding info? Then, when time comes, you guys can do whatever changes you want but some articles will be ready...

Goto forum.monero.cc , start a thread, maintain the OP like a wiki page, write articles, etc. I'm learning to like that forum.

or xmrmonero.com is another avenue.
donator
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
Can we setup wikimedia on monero.cc or xmrmonero.com (i see a wiki page there but it doesnt show me anything)  so we can start adding info? Then, when time comes, you guys can do whatever changes you want but some articles will be ready...

I can't speak to peripheral projects, but if you want to read some rationale for why we've gone down a certain route on monero.cc read this post which details why SendGrid reached the same conclusions we did (although they first had to make two missteps with Wikimedia and Wordpress first, which we've avoided) - https://sendgrid.com/blog/creating-sustainable-documentation-with-jekyll/
legendary
Activity: 1428
Merit: 1001
getmonero.org
Quote
That site stinks of warez...

>>Buy
lol Cheesy


btw, is http://monero.wikia.com/ the official monero wiki? 



No, it's just something we use for aspects related to protocol and design development.

Can we setup wikimedia on monero.cc or xmrmonero.com (i see a wiki page there but it doesnt show me anything)  so we can start adding info? Then, when time comes, you guys can do whatever changes you want but some articles will be ready...
donator
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
Quote
That site stinks of warez...

>>Buy
lol Cheesy


btw, is http://monero.wikia.com/ the official monero wiki? 



No, it's just something we use for aspects related to protocol and design development.
legendary
Activity: 1428
Merit: 1001
getmonero.org
Quote
That site stinks of warez...

>>Buy
lol Cheesy


btw, is http://monero.wikia.com/ the official monero wiki? 

hero member
Activity: 658
Merit: 503
Monero Core Team
Also notice the monero: pseudo-procotol.

In case anyone is wondering, the full URI spec is here: http://monero.wikia.com/wiki/URI_formatting

That wikia also has the new RPC API spec, if anyone wants to modify / add before it gets ratified in the coming months. Same goes for the URI format.
If I wanted to have the pseudo-protocol redirect to mymonero.com (thus, a browser page), is it possible? I suppose a Chrome extension or Firefox plugin would allow it (but I know nothing to extension coding).
member
Activity: 68
Merit: 10
Someone opened XDN games shop - http://xdngames.allalla.com/. I've sent them a request to add XMR as an option too. (had to send it via order form since there is no contact) Can you guys support me on this one? Smiley

I will try, but I don't think a shop that specifically opened for accepting XDN will accept XMR. Nevertheless, I think we should just try it. There is no harm in just asking.

That site stinks of warez...
donator
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
Also notice the monero: pseudo-procotol.

In case anyone is wondering, the full URI spec is here: http://monero.wikia.com/wiki/URI_formatting

That wikia also has the new RPC API spec, if anyone wants to modify / add before it gets ratified in the coming months. Same goes for the URI format.
hero member
Activity: 658
Merit: 503
Monero Core Team
You can access it at https://MoneroPric.es (such domain hack, much clever, wow)
Also notice the monero: pseudo-procotol.

Quote
Code:
monero:49VNLa9K5ecJo13bwKYt5HCmA8GkgLwpyFjgGKG6qmp8dqoXww8TKPU2PJaLfAAtoZGgtHfJ1nYY8G2YaewycB4f72yFT6u?recipient_name=MoneroPrices
You can use it in your sig too:
Code:
[url=monero:46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em?recipient_name=DevFund]donate.monero.cc[//url]

Code:
([url=monero:your_address?recipient_name=nospace]donate.monero.cc[/url]
sr. member
Activity: 283
Merit: 250

LMDB implementation first, cause of the performance. No use in releasing a GUI to better UX when the deamon gobbles up RAM like an obese at maccy D.



Hi guys,

Just a little side project I've put together (the current Monero price in various fiat currencies, based on market depth and the BitPay rates)
...
You can access it at https://MoneroPric.es (such domain hack, much clever, wow)

...

I lolled too hard at this Cheesy
Jump to: