02:36:36 * sgp[m] uploaded an image: (134KiB) < https://libera.ems.host/_matrix/media/v3/download/magicgrants.org/0b0649d53b011cde9edb5b5cd67cae2387e980b7/Screenshot_20221221_203554_Outlook.jpg > 02:37:10 Very frustrating for us. Cake Wallet is marked as malware by Avast, Kaspersky, and Microsoft because we use the Monero lib, which has mining code 03:11:51 Bitdefender does the same with monero gui wallet 03:12:50 it uses the same lib 06:28:46 sgp[m] did you try "forking it and removing the mining code from it"? 11:06:50 if I scan the balances of an old wallet with a pruned node, is there a chance that some balances will be missing because the relevant information was in the discarded data? 11:11:52 no 11:15:43 pruning only removes validation stuff like signatures and range proofs. all of the txn inputs and outputs are still intact. 11:44:33 hyc thank you very much! 14:10:48 hi guys, I'm totally ignorant on this. is there a way to have an airgap computer with a wallet and sign transactions to a online wallet? 14:10:48 something similar to what lnbits/lnpoc is doing? 14:10:48 I know they are layer2 and layer1 14:11:23 * hi guys, I'm totally ignorant on this. is there a way to have an airgap computer with a wallet and sign transactions to a online wallet? 14:11:23 something similar to what lnbits/lnpoc is doing? 14:11:23 I know they are layer2 and layer1 14:11:23 this just cameup to my mind so I'm asking and if there are some docs on it even better 14:11:33 * hi guys, I'm totally ignorant on this. is there a way to have an airgap computer with a wallet and sign transactions to a online wallet? 14:11:33 something similar to what lnbits/lnpoc is doing? 14:11:33 I know they are layer2 and layer1 14:11:33 this just came up to my mind so I'm asking and if there are some docs on it even better 14:13:40 * hi guys, I'm totally ignorant on this. is there a way to have an airgap computer with a wallet and sign transactions to an online wallet? 14:13:40 something similar to what lnbits/lnpoc is doing? 14:13:40 I know they are layer2 and layer1 14:13:40 this just came up to my mind so I'm asking and if there are some docs on it even better 14:14:53 leito: you can use a hardware wallet such as a ledger or trezor to sign “offline transactions” which you can transfer via USB from an airgapped computer to one with internet. You can use xmrchain.net to broadcast the transaction to the network 14:15:22 You can also use the monero wallet gui 14:17:19 xmrack[m]: could I use a QR code? I'm imagining something like an atm 14:19:05 > <@ack-j:matrix.org> leito: you can use a hardware wallet such as a ledger or trezor to sign “offline transactions” which you can transfer via USB from an airgapped computer to one with internet. You can use xmrchain.net to broadcast the transaction to the network 14:19:05 * could I use a QR code? I'm imagining something like an atm 14:19:05 scanning a qr code after accepting money that kind of stuff 14:48:32 leito: Does this provide what you're looking for? https://ccs.getmonero.org/proposals/MoneroSigner.html 14:50:40 Rucknium[m]: not really, go this concept on my head, that need to clear up probably I asked too soon but got exited hahahaha 14:50:47 s/go/got/ 15:02:25 leito: You could always try to make the idea you have in your head. I'm sure the community would support a project surrounding hardware wallets. 15:05:25 Yes. Ask in #monero for details. 15:09:09 "sgp did you try "forking it..." <- nope, it hasn't been a priority until now 15:11:18 RandomX is straightforward to patch out. CryptoNight not so much. 15:13:58 cn_slow_hash is used all over the place, including as a KDF for wallet file encryption. You'd lose wallet file compatibility at a minimum. 15:20:46 cn_slow_hash is used as key derivation, so it's required to create and open wallets 15:23:14 you could swap it out for a different KDF, but lose compatibility with other wallet programs in the process 15:23:50 I think cake's wallet backup is already incompatible with other wallets 15:23:50 not sure about monero.com 15:26:42 (Moving from cake > cli etc, requires a seed restore because regular users cant access the wallet file created by cake.. iirc) 15:36:14 if you change KDF, seeds become incompatible too 15:36:45 or no 15:37:00 seed is just the spend key encoded in words, so it should be fine 15:37:07 ye 18:30:11 -xmr-pr- jeffro256 opened pull request #8686: common: move boost_serialization_helper.h out and cleanup includes 18:30:11 -xmr-pr- > https://github.com/monero-project/monero/pull/8686