-
m-relay
<ofrnxmr:monero.social> When you mine a share
-
m-relay
<ofrnxmr:monero.social> P2pool.observer has a calculator on it iirc
-
m-relay
<jeffro256:monero.social> gingeropolous_: I'm not seeing what you're referring to. If I run the command `curl localhost:18081/json_rpc -d '{"method":"get_block","params":{"height":3000000}}'`, the `blob` field doesn't have any extra zeros AFAICT. Is there a specific block that does this?
-
m-relay
<gingeropolous:monero.social> jeffro256: , there's one in 3204026
-
m-relay
<gingeropolous:monero.social> and then one in 3204027
-
m-relay
<jeffro256:monero.social> If you're talking about the example used in the Monerod RPC docs, height 2751506, those last 12 bytes of zeros are 10 zero bytes from a non-standard nonce value (I can't explain that part), then 1 zero byte as the RingCT type, then 1 zero bytes for the number of transaction hashes (0)
-
m-relay
<jeffro256:monero.social> lemme look at 3204026
-
m-relay
<gingeropolous:monero.social> and why do the tx hashes get printed out twice, once with slashes and once in a csv sorta thing
-
m-relay
<jeffro256:monero.social> Yeah same thing with 3204026, they put a nonce in tx extra that contains 0s
-
m-relay
<jeffro256:monero.social> The tx hashes appear twice just for ease of developers
-
m-relay
<jeffro256:monero.social> The "json" field is the block encoded as JSON, the "tx_hashes" is the pure hashes
-
m-relay
<jeffro256:monero.social> Technically they appear three times since it's also in the blob field
-
m-relay
<gingeropolous:monero.social> right. OK, so to get the actual transaction data, i still need to grab them using the get_tx_from_hash or whatever the call is
-
m-relay
<gingeropolous:monero.social> cause the blob, and then those 2 tx hash fields are all just the tx hash. the vin vout and all the keys are not in the blob
-
m-relay
<gingeropolous:monero.social> ok yup
-
m-relay
<gingeropolous:monero.social> im an idiot
-
m-relay
<jeffro256:monero.social> The vin vout as well as the rest of the body are there for the miner tx, but yeah only the tx hashes for the the non-miner txs
-
m-relay
<jeffro256:monero.social> No, not an idiot
-
m-relay
<neromonero1024:monero.social> when compiling from source, is there a way to compile only specific tools. like, just `monerod` or `monero-wallet-rpc`?
-
Hikaru_
[01:18:07] <m-relay> <ofrnxmr:monero.social> When you mine a share
-
Hikaru_
i thought it was distributed among the pool when someone in the pool mines a share?
-
nioCat
you need to mine a share, the pool needs to mine a block
-
m-relay
<jeffro256:monero.social> You could comment out all the `monero_add_executable` lines in the CMakeLists.txt files except the ones you want to compile
-
m-relay
<neromonero1024:monero.social> thanks
-
m-relay
<neromonero1024:monero.social> here's another way I found:
-
m-relay
<neromonero1024:monero.social> clone the monero repo
-
m-relay
<neromonero1024:monero.social> ```
-
m-relay
<neromonero1024:monero.social> cd monero
-
m-relay
<neromonero1024:monero.social> mkdir build && cd build
-
m-relay
<neromonero1024:monero.social> cmake ..
-
m-relay
<neromonero1024:monero.social> ```
-
m-relay
<neromonero1024:monero.social> it creates a `Makefile` that you can use with make
-
m-relay
<neromonero1024:monero.social> `grep cmake_check_build_system Makefile | sort`
-
m-relay
<neromonero1024:monero.social> lists all the build targets
-
m-relay
<neromonero1024:monero.social> just gotta know which target to build :)
-
Juliu
Hi guys
-
m-relay
<basses:matrix.org> Shouldn't
localmonero.co be down by now?
-
m-relay
<basses:matrix.org> nvm it is Nov
-
m-relay
<basses:matrix.org> will their
localmonero.co/blocks stay?
-
hyrkvljer
I think the Gentoo ebuild is written so that it can build only selected targets.
-
m-relay
<ofrnxmr:monero.social> They said yes, but we'll see
-
m-relay
-
m-relay
<js:nil.im> PSA: If you are using Tor Browser, **STOP USING IT NOW**. There is an vulnerability actively exploited in the wild and no update for Tor Browser yet. mfsa2024-51
-
m-relay
<js:nil.im> PSA: If you are using Tor Browser, **STOP USING IT NOW**. There is a vulnerability actively exploited in the wild and no update for Tor Browser yet. mfsa2024-51
-
m-relay
<js:nil.im> Correction: Tor Browser did fix it, but my Tor Browser didn't show the update. Manually check for updates!
-
m-relay
-
BlueyHealer
Given that this is FF in general and not just Tor, this is scary.
-
m-relay
<js:nil.im> Yep, this is the worst possible vuln
-
m-relay
<js:nil.im> Disabling JavaScript doesn't help either
-
m-relay
<syntheticbird:monero.social> This is over
-
BlueyHealer
Now I wonder how long it has existed already and whether we could've been hit too...
-
m-relay
<js:nil.im> We don't know at what scale it has been exploited.
-
m-relay
<js:nil.im> It's possible this was used very targeted.
-
BlueyHealer
Sure hope so!
-
m-relay
<js:nil.im> Generally, I'd expect so with a vuln of this caliber. You don't want to use it broadly and waste it. Whoever used it must be really upset right now.
-
BlueyHealer
Hoped this was something specific to Tor Browser which I haven't used in a while but no...
-
hyrkvljer
Browsers should always be firejailed - at least. When I Tor-browse, I use Whonix.
-
m-relay
<js:nil.im> Probably it was used in a chain with more exploits
-
m-relay
<js:nil.im> Very doubtful someone using such an exploit would stop after exploiting the browser
-
m-relay
<js:nil.im> hyrkvljer: I think your sandbox won't help - this was very likely combined with a kernel exploit
-
BlueyHealer
Well, at least an exploit chain is not something I'd be afraid of because that doesn't sound passive)
-
BlueyHealer
holy shit
-
m-relay
<js:nil.im> Oh you absolutely could do an exploit chain at scale - until it gets detected
-
m-relay
<js:nil.im> there is no technical reason you can't do it - just that someone will detect it and fix the bugs
-
BlueyHealer
I mean that people's systems are more varied...
-
m-relay
<js:nil.im> My personal guess is that this was targeted at Tor users - a specific Tor user or group of Tor users
-
m-relay
<js:nil.im> probably used by law enforcement
-
hyrkvljer
well, whonix should help... unless it's like really sophisticated
-
m-relay
<syntheticbird:monero.social> whonix definitely help
-
BlueyHealer
Sure hope it wasn't passive malware spread on normal users...
-
m-relay
<js:nil.im> Given an exploit of *this* caliber? That was sophisticated.
-
m-relay
<js:nil.im> That exploit was not cheap
-
m-relay
<js:nil.im> I'd guess this cost at least 200k, if not more
-
BlueyHealer
Well, we can only pray it was for people of interest.
-
m-relay
<js:nil.im> Oh ffs. As this in the layout engine, it probably also works in Thunderbird.
-
m-relay
<js:nil.im> And there is no update yet.
-
plowsof
sorry boss, can't check my emails until its patched
-
hyrkvljer
I use alpine.
-
m-relay
<kewbit:matrix.org> Nah, go distroless bro
-
m-relay
<syntheticbird:monero.social> Nah, go full EFI bro
-
hyrkvljer
heh. Took me a while to understand the confusion. I meant alpine the e-mail reader.
-
m-relay
<syntheticbird:monero.social> OH
-
m-relay
<js:nil.im> Remote code execution in EFI. Exactly what we need.
-
BlueyHealer
AAAA
-
m-relay
<syntheticbird:monero.social> *Wait until he learn about EFI drivers*
-
m-relay
<js:nil.im> WiFi in UEFI!
-
m-relay
<js:nil.im> It's a thing. I wish it weren't.
-
m-relay
<syntheticbird:monero.social> Internet archive have just been hacked
-
m-relay
<321bob321:monero.social> By the book companies?
-
m-relay
<highwarlok:matrix.org> Actively rewriting history or conveniently deleting the evidence?
-
m-relay
<321bob321:monero.social> The monero video is gone?