-
-
sgp[m]
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
-
DanIsnotthemanBr
Bitdefender does the same with monero gui wallet
-
Siren[m]
it uses the same lib
-
sech1
sgp[m] did you try "forking it and removing the mining code from it"?
-
Guest482
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?
-
hyc
no
-
hyc
pruning only removes validation stuff like signatures and range proofs. all of the txn inputs and outputs are still intact.
-
Guest482
hyc thank you very much!
-
leito[m]
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?
-
leito[m]
something similar to what lnbits/lnpoc is doing?
-
leito[m]
I know they are layer2 and layer1
-
leito[m]
* 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?
-
leito[m]
something similar to what lnbits/lnpoc is doing?
-
leito[m]
I know they are layer2 and layer1
-
leito[m]
this just cameup to my mind so I'm asking and if there are some docs on it even better
-
leito[m]
* 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?
-
leito[m]
something similar to what lnbits/lnpoc is doing?
-
leito[m]
I know they are layer2 and layer1
-
leito[m]
this just came up to my mind so I'm asking and if there are some docs on it even better
-
leito[m]
* 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?
-
leito[m]
something similar to what lnbits/lnpoc is doing?
-
leito[m]
I know they are layer2 and layer1
-
leito[m]
this just came up to my mind so I'm asking and if there are some docs on it even better
-
xmrack[m]
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
-
xmrack[m]
You can also use the monero wallet gui
-
leito[m]
xmrack[m]: could I use a QR code? I'm imagining something like an atm
-
leito[m]
> <@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
-
leito[m]
* could I use a QR code? I'm imagining something like an atm
-
leito[m]
scanning a qr code after accepting money that kind of stuff
-
Rucknium[m]
leito: Does this provide what you're looking for?
ccs.getmonero.org/proposals/MoneroSigner.html
-
leito[m]
Rucknium[m]: not really, go this concept on my head, that need to clear up probably I asked too soon but got exited hahahaha
-
leito[m]
s/go/got/
-
xmrack[m]
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.
-
moneromoooo
Yes. Ask in #monero for details.
-
sgp[m]
<sech1> "sgp did you try "forking it..." <- nope, it hasn't been a priority until now
-
tobtoht[m]
RandomX is straightforward to patch out. CryptoNight not so much.
-
tobtoht[m]
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.
-
sech1
cn_slow_hash is used as key derivation, so it's required to create and open wallets
-
tobtoht[m]
you could swap it out for a different KDF, but lose compatibility with other wallet programs in the process
-
ofrnxmr[m]
I think cake's wallet backup is already incompatible with other wallets
-
ofrnxmr[m]
not sure about monero.com
-
ofrnxmr[m]
(Moving from cake > cli etc, requires a seed restore because regular users cant access the wallet file created by cake.. iirc)
-
sech1
if you change KDF, seeds become incompatible too
-
sech1
or no
-
sech1
seed is just the spend key encoded in words, so it should be fine
-
tobtoht[m]
ye
-
xmr-pr
jeffro256 opened pull request #8686: common: move boost_serialization_helper.h out and cleanup includes
-
xmr-pr