-
willyijinin[m]
The view wallet has only a privateViewKey and is able to recognize transactions sent to subaddresses of the wallet. When I query the view wallet rpc:... (full message at
libera.ems.host/_matrix/media/r0/do…05f993017bee40fb358b32844f6504e61e1)
-
willyijinin[m]
* The view wallet has only a privateViewKey and is able to recognize transactions sent to subaddresses of the wallet. When I query the view wallet rpc:... (full message at
libera.ems.host/_matrix/media/r0/do…1ad03c19c61a3018e7f2d1de87e90a3e3d1)
-
willyijinin[m]
I am not a c++ developer. I can barely read it. Can somebody point out, where in the monero repo is the code with which the view wallet parses the mumble jumble transaction data into readable data like this?... (full message at
libera.ems.host/_matrix/media/r0/do…0c988eb98e05a3dccc98c13207a30171dac)
-
sech1
-
sech1
is where it does the check that an output goes to an account
-
sech1
it uses the secret view key there
-
sech1
and it's called from wallet2.cpp
-
sech1
-
ErCiccione
Could someone leave an approval to this:
monero-project/monero-site #1448 ? We reallyneed to merge it
-
moneromooo
I *think* next_seed_hash is set something like 64 blocks in advance, not just for the next block. sech1 might know for sure.
-
sech1
seed_hash is used for calculating PoW
-
sech1
next_seed_hash is what will be used starting from the next RandomX epoch (block N*2048+65)
-
sech1
and this is the hash of block N*2048
-
sech1
it was supposed to be used by miners to precalculate the next dataset, but de facto all miners just use seed_hash and update the dataset when it changes
-
moneromooo
done
-
hyc
yeah I can't see how pre-calculating the dataset is an advantage, it will eat RAM bandwidth while mining threads are still working
-
hyc
which is prob why no one has bothered to implement the precalc in production mining code.\
-
hyc
we can probably delete that from a future rpc version
-
sech1
next seed hash can be obtained from get_block_header_by_height RPC call anyway
-
sech1
precalculating dataset might be useful when it's required to calculate PoW hashes quickly all the time (not normal mining, but checking PoW for example)
-
hyc
yes, if they know the epoh calculation
-
hyc
the advantage of putting it in the rpc is that miner doesn't need to know what chain or algo variant it's talking to
-
sech1
miner needs to know algo variant though
-
hyc
yeah, true
-
hyc
but anyway, you can either take the delay all at once, by halting hashing to calculate a new dataset, or you can spread it out by precalcing a new dataset while still hashing on current one
-
hyc
it will actually be more efficient to just halt hashing and calculate dataset when needed
-
snathan-87[m]
Does anyone know how is the status of the rpc-pay functionality? Are people using it? I believe that the savings in the maintenance of nodules is crucial for the health of the Monero network.
-
snathan-87[m]
If not here, where is the best place to discuss the economic aspects of the network?
-
hyc
try #monero
-
snathan-87[m]
Ok I will do same question there.
-
moneromooo
You likely did not, you might have asked in matrix's copy.
-
Canadiantaku[m]
he did
-
Canadiantaku[m]
ask in the matrix room
-
Lyza
I think the IRC bridge for that room hasn't been working for a minute
-
moneromooo
Well, the big thing I did not really appreciate at the time is that spaying assholes will be there to supply nodes that do not charge, and so people who do not know better will use them because they'll see "free", same as people use google now because free and their whole digital life gets corporate recorded.
-
moneromooo
A similar argument applies to PoW FWIW. Prurient govts who want to fuck with us could just mine a lot to 51% us, because they don't care about the mining cost, they can just increase taxes so it's us who pay for it.
-
moneromooo
That's the utter injustice of it all. The more we spend effort to protect ourselves, the more we'll pay to fuck ourselves by way of taxes to pay to circumvent our efforts.
-
moneromooo
Fuck this fucking world.
-
Lyza
I guess it's kind of chicken and egg. we could train users to some extent to avoid free rpc nodes but I personally haven't set it up precisely because it's not used. maybe if it were a default, idk
-
selsta
UkoeHB: what do you think is a realistic timeframe until multisig changes are reviewed/merged?
-
selsta
thinking about doing a GUI point release, not sure if I should wait or not
-
UkoeHB
I think vtnerd can answer that better. My todo list is empty on that front.
-
selsta
ok
-
UkoeHB
my guess is a couple weeks but we will see...
-
selsta
welp ok I will do a GUI point release
-
netrik182
selsta: we have more translations I'd like to push
-
netrik182
Squashed this time :)
-
selsta
netrik182: ok PR them soon please
-
netrik182
Are you planning for this year yet?
-
netrik182
OK, will do
-
netrik182
Tomorrow morning if that's ok
-
cypherhunk[m]
I am young, and learning to code. I will be pursuing a bachelors in Computer Science. To be honest, trying to understand some of the Monero code seems way over my head but nevertheless I'm here. Can't say I'll add anything to the conversation or be of any help; but hopefully in the far future I will be able to contribute. For now, I just wanted to introduce myself and make sure that it was okay if I asked any questions here in
-
cypherhunk[m]
regards to the code... if not can someone direct me to another channel? Thanks.
-
UkoeHB
cypherhunk[m]: hi, yes this is the dev channel so it's appropriate to ask code questions here.
-
crypto_grampy[m]
<cypherhunk[m]> "I am young, and learning to code..." <- Welcome!
-
crypto_grampy[m]
FYI, in addition to the work on Monero (and yes you can discuss code here), there's stuff going on on Haveno, which is a Monero-based Dex- their Matrix room is [Haveno](
app.element.io/#/room/#haveno:haveno.network) and [Haveno Development](
app.element.io/#/room/#haveno-dev:haveno.network) and there's an XMR<->ETH atomic swap project going on at: (
github.com/noot/atomic-swap)
-
crypto_grampy[m]
For good intro-to-monero guides, check out Zero-To-Monero v2 (
web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf) and Mastering Monero (
masteringmonero.com <-free download on that page).
-
crypto_grampy[m]
There are also a bunch of Monero Bounties with varying amounts of funding waiting for a dev to build them here: bounties.monero.social/
-
cypherhunk[m]