-
snake
mined me first amount of XMR dust today
-
snake
it's the first time I mined any crypto currency if I recall correctly
-
snake
\o/
-
» Cindy calls sweep_dust
-
Cindy
whoopsies
-
snake
lol
-
Cindy
i wanted to ask a question
-
Cindy
does monero have to scan the whole blockchain to view outputs related to a view key?
-
Cindy
or if i know what height the wallet was generated at, can i skip like 90% of the chain?
-
m-relay
<ofrnxmr:xmr.mx> yes, just need the restore height
-
Cindy
also how does monero know what block in which tx belongs to the wallet
-
Cindy
like when it keeps getting new blocks
-
Cindy
when i scan the blockchain for new txs for like view-only 11,000 accounts (for example)
-
Cindy
is that gonna be a little too unscalable? :P
-
m-relay
<ofrnxmr:monero.social> it scans every tx and checks it to see if it belongs to the wallet
-
Cindy
damn
-
m-relay
<ofrnxmr:monero.social> at the last hard fork, view tags were added
-
Cindy
do view tags help?
-
m-relay
<ofrnxmr:monero.social> let me find infographic that explains with zoidberg
-
Cindy
like i don't wanna check each tx with 11,000 accounts, every block
-
Cindy
oh view tags are 1 byte of the shared secret between the sender and receiver
-
m-relay
-
Cindy
how does this scale to multiple accounts
-
Cindy
that's the question i've been wondering
-
Cindy
does it have to compare that view tag with 11,000 view tags? (or maybe better to do that with a binary tree)
-
Cindy
but oh wait, 1 byte == 256 possible values and 11,000 > 256
-
Cindy
so there'd be some collision happening too, and slow down the whole process
-
Cindy
maybe i shouldn't be scanning a ton of view-only wallets for donations if it's gonna be a massive slowdown and problem for the server
-
m-relay
<ofrnxmr:monero.social> Wdym by "accounts"
-
m-relay
<ofrnxmr:monero.social> Yeah, like the cartoon says, there are collisions
-
m-relay
<ofrnxmr:monero.social> But view tags lessen the amount of scanning
-
Cindy
ofrnxmr: accounts are what the daemon calls wallets
-
m-relay
<jeffro256:monero.social> Cindy: scanning time does *not* increase with the number of accounts / subaddresses. 10,000x accounts is just as fast as 1 account, it just takes more memory. The view tag is purely a function of the private view key, tx pubkey, and tx local output index. It is not a function of addresses
-
m-relay
<blurt4949:matrix.org> Cindy: You do not have to scan per-account. Every account has the same private view key.
-
m-relay
<jeffro256:monero.social> Accounts are NOT individual wallets, they all share the same private view key and private spend key. Accounts are purely an accounting measure
-
m-relay
<blurt4949:matrix.org> *every account in your wallet, I mean
-
Cindy
okay so
-
Cindy
if every accunt shares the same private keys
-
m-relay
<jeffro256:monero.social> There is no technical difference between a subaddress in account #0 and a subaddress in account #1 besides that balances are displayed separately and input selection normally only acts over one account at a time
-
Cindy
how do you describe an account with different private keys
-
m-relay
<jeffro256:monero.social> A different wallet?
-
Cindy
oh yeah
-
Cindy
when i meant accounts
-
Cindy
i meant WALLETS
-
Cindy
sorry if the terms are confusing
-
m-relay
<jeffro256:monero.social> Yeah if you have 100x wallets you have to sync them individually and it's 100x slower if that's what you're asking
-
m-relay
<blurt4949:matrix.org> (so you should avoid that situation when possible)
-
Cindy
yeah thats what i'm asking :P
-
Cindy
for scanning donations, should i really be scanning that much wallets?
-
Cindy
or find a way to optimize it
-
Cindy
donations to many many users*
-
m-relay
<jeffro256:monero.social> No why would you want to do that
-
m-relay
<jeffro256:monero.social> lol
-
Cindy
for... scanning donations?
-
Cindy
lol
-
m-relay
<jeffro256:monero.social> Other people's donations?
-
m-relay
<blurt4949:matrix.org> Cindy: but why use different wallets? Just use different accounts and subaddresses.
-
Cindy
yes, they give up their view key
-
Cindy
for transparency
-
Cindy
blurt4949: should i route donations through a dedicated wallet and create accounts on that?
-
m-relay
<blurt4949:matrix.org> Cindy: Yes, just use one wallet unless you have a compelling reason not to
-
m-relay
<jeffro256:monero.social> Cindy is this just for viewing existing donation addresses ? Or future donation addresses which you are coordinating?
-
Cindy
future donation addresses
-
Cindy
ideally i'd like to not hold any funds
-
Cindy
but still see if there were any new donations
-
m-relay
<ofrnxmr:monero.social> Like kuno?
-
m-relay
<ofrnxmr:monero.social> Kuno uses lws
-
m-relay
<ofrnxmr:monero.social> Still more intensive with more wallets
-
Cindy
lws?
-
Cindy
what's lws
-
m-relay
-
Cindy
this is a lot better to handle than standard monero
-
m-relay
<sbt:nope.chat> I opened my wallet after 2 years and it took 6h to sync 💀
-
kentuxy
Thats actually good if u ask me
-
kentuxy
Mine took 4 whopping days....
-
m-relay
<sbt:nope.chat> Damn that's a lot
-
m-relay
<basses:matrix.org> good internet speed and SSD
-
kentuxy
Yeah a lot, it really tested my patience. sbt
-
nioc
3 days for the wallet or the daemon/node?
-
nioc
*4
-
m-relay
<neromonero1024:monero.social> nioc wallet sync (if I'm not mistaken)
-
nioc
I guess I am used to good hardware
-
plowsof
the nioc Wallet has fast sync?
-
plowsof
-
m-relay
<dufebo98:monero.social> Hi everyone, I’m having an issue with my monerod. I’m seeing “Host x.x.x.x blocked” warnings in the log. The node stops syncing at a block height. ports 18080 and 18081 are open in the firewall
-
moneromooo
Either you're only seeing evil peers, or your chain is borked.
-
moneromooo
Did you get a power cut or similar recently ? While monerod is supposed to be resistant to such, it does not appear to be so on Windows.
-
moneromooo
Are you on Windows ?
-
m-relay
<dufebo98:monero.social> Yes, I ‘d got a power cut
-
moneromooo
Make sure your RPC port isn't allowing any random to mine on your machine btw.
-
m-relay
<dufebo98:monero.social> Tahnks
-
m-relay
<anestheticbliss:kyun.host> Why is this a problem?
-
m-relay
<anestheticbliss:kyun.host> Oh I understand, you mean your machine doing the hashing
-
m-relay
<elongated:matrix.org> Reorgs again, any idea which data centres are being used by cubic
-
baz
elongated: can i message you?
-
m-relay
<eddie:oblak.be> damn 40%
-
m-relay
<eddie:oblak.be> that guy really doesn't want to give up, it's getting a bit boring in some way
-
m-relay
<eddie:oblak.be> maybe he needs a big hug from a pretty girl or smth
-
baz
looking for free hype
-
m-relay
<jack_ma_blabla:matrix.org> he already has hype, he is either scamming those miners with his worthless tokens or has a malicious intent
-
m-relay
<jack_ma_blabla:matrix.org> either way he is disrupting monero network and confidence of vendors/exchanges
-
m-relay
<sbt:nope.chat> he's talking about a countermeasure that hasn't even been implemented?
-
m-relay
-
m-relay
<ravfx:xmr.mx> yes
-
m-relay
<ravfx:xmr.mx> he is just there for the fuding at that point
-
m-relay
<sbt:nope.chat> can't expect anything more from him
-
m-relay
<jack_ma_blabla:matrix.org> Strange nobody has knocked on his doors yet
-
m-relay
<ravfx:xmr.mx> yeah, hope for him that he have good protection.
-
m-relay
<ravfx:xmr.mx> Attack XMR, then switch to other coins as he planned... Yet have his face everywhere.
-
m-relay
<testtank:matrix.org> Would be nice if Veridise which get’s paid by the Monero community didn’t spread FUD:
xcancel.com/aillialink/status/1958570950191984866?s=46
-
m-relay
<elongated:matrix.org> Blacklist them if they don’t retract
-
m-relay
<elongated:matrix.org> There is no attractive cpu coin
-
m-relay
<elongated:matrix.org> ASICS are expensive
-
m-relay
<elongated:matrix.org> Not easy to rent like your unused computing power
-
m-relay
<elongated:matrix.org> But our overlords don’t even want hybrid pos and love their bonnets
-
m-relay
<elongated:matrix.org> Let’s see if the dns trick solves the issue
-
nioc
yeah but as you know that is only a temp fix
-
m-relay
<ofrnxmr:xmr.mx> aye.. dns is a bit scary
-
m-relay
<orange_horizon:matrix.org> Is there a Monero marketing discussion room?
-
Cindy_
marketing Monero?
-
Cindy_
to others?
-
m-relay
<ofrnxmr:xmr.mx> [#monero-marketing:monero.social](https://matrix.to/#/%23monero-marketing:monero.social)
-
m-relay
<orange_horizon:matrix.org> yes a place for the Monero community to coordinate on message to the general public.
-
Cindy_
we should market towards NSFW creators
-
Cindy_
i can't join a matrix room obviously
-
Cindy_
but if someone suggested that, that would be great