-
Insight
in what file is the fee calculated
-
Insight
transaction fees to be precise
-
Insight
or i guess where is "fee" defined
-
moneromooo
blockchain.cpp IIRC.
-
moneromooo
grep for "estimate_fee" and you should find it, or links to it.
-
moneromooo
Nope, I just looked it up, it's get_dynamic_base_fee_estimate (blockchain.cpp)
-
Insight
damn i used the fee from tx_pool.cpp
-
sarang
So I had hoped that BP partial rewinding could be useful for more general sender-recipient data hiding, but I think it has to be limited to data that only the sender might wish to later recover
-
sarang
If the recipient knew the PRNG seed too, it could brute-force all amounts (but not Pedersen masks), even those not destined for it
-
sarang
However, the sender already knows those
-
sarang
It could be used for something like a transaction private key
-
sarang
Reminder: research meeting in #monero-research-lab at 18:00 UTC today (about an hour from now)
-
rosel
Hi, I'm synching the blockchain from scratch (wallet resotre height is 0), I'm at 50% and somehow my data.mdb only weigh 8 GB. I've stopped and restarted the deamon and it continued where it was (50%).
-
rosel
Is that expected ? It used to weigh 60+ GB.
-
hyc
sure, but earlier blocks were much smaller
-
hyc
pre-ringCT transactions were much smaller. so yes, it sounds normal.
-
rosel
Oh, I see. So the next 50% should be about 50GB ?
-
rosel
that would make sense
-
rosel
thanks hyc
-
sarang
It would be interesting to also have some kind of time estimate
-
sarang
(perhaps not feasible)
-
koe
-
koe
Im wondering about classify_addresses(), in particular the special case where the change address is a subaddress. It seems like num_subaddresses will stay at 0, and so there won't be a tx_pubkey created for it.
-
koe
construct_tx_with_tx_key() and generate_output_ephemeral_keys() are the two places that determination would be made
-
koe
unless the one-time address for change outputs is calculated different.. hm
-
koe
and yep that's how it's done; quite complex functions whew
-
sarang
"quite complex functions" seems like a good description of the codebase sometimes :D
-
koe
I currently have around 30 tabs open, 10 tabs each for three different function mazes
-
hyc
hey if it was easy everyone would be doing it......