00:08:25 Hello 00:11:22 Just want to let you know that new P2P, non-custodial, xmr swap SaaS is live. And it’s called “DomesticMonero” - telegram : https://t.me/domestic_monero_bot?profile 00:12:37 Cool 00:12:45 * Cindy_ crumbles it and throws it in the trash 00:56:51 i don't like how i have to login the last-loggin-in wallet or rm the monero-core.conf in monero-gui in order to log out and log in another wallet 01:03:52 potentially leaving a network footprint 02:18:11 unrelated question: i read that you can only use your secret-view-key to scan for *incoming* transactions to the address. does this mean that if i lose history of outgoing transactions from that address, then i won't be able to calculate its balance anymore? 02:58:04 chiselfuse: Yes, if you don't have the outputs and key images and you've made a outgoing transaction, then the balance will be very inaccurate 02:58:36 You need the outputs and key images to correct the balance from a view-only wallet 02:59:09 But don't worry, Carrot will fix this issue so you don't have to deal with it in the long term 02:59:35 Cindy_: fix how, roughly speaking 02:59:47 It introduces outgoing view key 03:00:18 Basically a key capable of viewing outgoing transactions, to complement the key that can only view incoming transactions 03:02:35 (Which is a key that generates key images) 03:58:40 how is the private spend key of subaddresses calculated? 03:59:23 the docs only detail how the private view key for subaddresses is calculated 04:00:52 actually, i think they only detail how *public* view and spend keys for subaddresses are calculated 04:01:00 and nothing about private keys 04:01:41 do you use subaddresses only for receiving and the main one for sending funds from main and sub addresses? 06:09:57 chiselfuse: that refers if you only have the view secret key 06:10:33 you can only scan outputs, and with the spend private key, you can derive the key image. 06:10:52 then you find if any input on a chain tx spends that key image 06:11:10 note wallets also do a self-send of change or 0.0 XMR so they can detect the incoming tx 06:11:43 (otherwise they have to ask the daemon for the existence of the key image in the chain) 06:13:10 subaddresses do have a "secret" extension, but this must be combined with the proper secret spend key to be able to derive the private key to spend, see https://git.gammaspectra.live/P2Pool/consensus/src/branch/master/monero/address/cryptonote/subaddress.go 13:15:17 chiselfuse: You don't use either addresses for sending 13:15:33 Monero uses stealth addresses for sending 13:16:04 https://docs.getmonero.org/public-address/subaddress/#private-view-key 13:16:25 erm I mean.. https://docs.getmonero.org/public-address/subaddress/#public-spend-key 13:16:35 Fuck wrong links