-
Thomas[m]1
I am writing an RPC client for monerod and I am having trouble with the binary requests. I've more or less reverse-engineered this portable binary encoding defined within epee but it still doesn't quite work. Specifically, I am trying to invoke `/get_o_indexes.bin` but regardless of which transaction ID I am sending to it, monerod always prints `transaction with hash
-
Thomas[m]1
0000000000000000000000000000000000000000000000000000000000000000 not found in db` to its log even though I am clearly **not** sending `0000000000000000000000000000000000000000000000000000000000000000` as the txid. Any pointers on what could be wrong here?
-
-
h2017
hi
-
h2017
-
h2017
i donated and I think it's gone through now
-
selsta
rehrar is working on it
-
selsta
usually it shows up instantly / after 1 conf
-
selsta
but something is broken currently :P
-
h2017
i joke at work "progress bars mean progress".
-
h2017
i should say i used to say that at work before the stupid-ass lockdown
-
mj-xmr
gb
-
mj-xmr
Sorry. Wrong window.
-
syzdlpuhjtd
Word of guys running Monero community should be BELIEVED. Why would anyone that stole money and laughed at the losers that took the bait ever have a reason to lie to you?
removeddit.com/r/Monero/comments/6d…ds_to_give_up_his_commit_access_and (changed link to removeddit since /r/monero mod removed to try to cover it up - maybe fluffy himself?)
-
askvjeqp
Will you HODL XMR or dump it for Tari when it comes out? Will others?
-
gingeropolous
moneromooo, so does all this work enough to be implemented, say, in wownero?
moneromooo-monero/bitmonero 20873b6
-
moneromooo
Hopefully well enough to add it to monero ^^_
-
moneromooo
It's not quite the most recent version though IIRC.
-
moneromooo
It's also on top of BP+.
-
gingeropolous
<moneromooo> Hopefully well enough to add it to monero ^^_ <<< indeed! I just meant, its all there sans audits
-
gingeropolous
re: most recent. hrm. but, is that regarding optimizations? or some fundamental cryptomaths that could break consensus
-
gingeropolous
welp, wowario is keen to implement on wownero
-
gingeropolous
regardless of multisig etc
-
moneromooo
I don't remember tbh. I just remember I made some small changes after pushing.
-
moneromooo
I'll push latest later.
-
moneromooo
Pushed.
-
moneromooo
WIP branch, etc etc.
-
moneromooo
But all tests pass bar multisig.
-
rehrar
hey devs, so don't know if you knew this, but xiphon and I (but mostly xiphon) have worked out a way to avoid the fuk spam. We have monero-guard. He's a bot that works as follows.
-
rehrar
We put the room to voiced-only mode, and manually voice people. Monero Guard remembers who is voiced so if they dc and reconnect, they'll be auto voiced. It also remembers voices across rooms, so someone voiced in #monero would be voiced here too.
-
rehrar
The trade-off is that some new joiners will need to be voiced before they can speak (obviously), and though the fuk spam will stop, there will be many of the 'monero-guard voiced this person' kind of thing, which can also be spammy. Just wanted to know if you guys were interested in that for this room.
-
rehrar
One option is to try it out and if you hate it we go back to the other way. It's not all or nothing here.
-
rehrar
Just if you're getting super sick of the fuk spam we've got a way to mitigate it, with some trade-offs.
-
moneromooo
I'd go for it. I could be arsed making those changes to tippero so thanks -_-
-
moneromooo
FWIW I've not seen any spam for a while now, it's always the same (or similar) messages.
-
moneromooo
The thing I wanted to do is auto voice after a delay after connect (longer delay for rr.com, spectrum etc)
-
moneromooo
The cunt might adapt, but then you can just revert to manual.
-
rehrar
askvjeqp> Will you HODL XMR or dump it for Tari when it comes out? Will others?
-
rehrar
this was just today
-
rehrar
Seven hours ago.
-
rehrar
And they're quite annoying for sure. :P
-
rehrar
moneromooo: if you're down for it, all you need to do is op monero-guard (set him to autoop), set the room to voiced only, and then voice current people
-
rehrar
if you give me temp powers I can do the voicing for you
-
moneromooo
I'm not op here.
-
rehrar
so it would seem
-
rehrar
fluffypony luigi1111 luigi1111w binaryFate can you I get opd to make the changes? :)
-
kinghat[m]
how do new comers get voiced? PMs?
-
nioc
mooooooooo
-
luigi1111w
kinghat[m] it happens automagically
-
kinghat[m]
just remember the little ppl
-
luigi1111w
it seems to have missed a bunch of people
-
ndorf
get_info daemon RPC response includes two fields, credits and top_hash which are never set (always 0/empty). is it ok to remove them? ... would that need a major version bump?
-
moneromooo
Did you try it with rcp payment enabled ?
-
ndorf
nevermind. i had misread the code and thought it never set them for that call
-
ndorf
would it be fair to say that block_size_{limit,median} fields of get_info response are deprecated in favor of block_weight_X, and the documentation should only mention the latter?
-
moneromooo
IIRC, yes.
-
ndorf
thanks.
-
ndorf
they're always they same value, *size* seems to be dating back to before fork v5.
-
lu4p[m]
Hey I'm trying to understand how RandomX works.
-
lu4p[m]
I roughly know how the mining part works, but neither the spec nor design document (
github.com/tevador/RandomX) touch on how all this work is actually validated by other peers.
-
lu4p[m]
Can you give me some pointers?
-
kinghat[m]
freenode_lu4p[m]: #monero-pow
-
moneromooo
Same way it's mined: the validator calculates the hash in the same way from the supplied block data, then compares with the target, same as the miner did.
-
moneromooo
There's no shortcut there.