13:59:30 I noticed that when issueing a call to 'get_transfers' with in and out set to true, sweeps only appear in the out part of the result 13:59:37 is that intended? 14:04:06 Kinda. More like it's known. 14:04:34 For the same reason that sending 10 and getting back 5 as change to pay 5 doesn't appear in both either. 14:04:52 While the wallet could remember it was a sweep, it cannot really tell when rescanning from the chain. 14:05:16 It could tell it's receiving as much change as the inputs minus fee, but that's maybe... ad hoc. 14:06:03 And can't be distinguished from sending someone 0 and getting everything left as change. 14:06:13 Granted, sending 0 is rare, but is allowed. 14:09:22 Ok, makes sense. I am also trying to generate In and Out proofs for sweeps, but I can't seem to be able to do so using 'get_tx_proof' which gives me the outproof but not the inproof 14:19:06 Sweep to another wallet or the same ? 14:19:16 To anohter wallet, it should be the same as a normal tx. 14:27:33 the same wallet 14:27:57 so I only see the out part of the transaction, therefore I can only generate an OutProof 14:30:17 but the outproof is fine since it shows the recipient was the sender 14:32:51 And it shows you sent 0, right ? 14:33:34 With change almost equal to balance, though I'm not sure change appears in the proof... 14:38:58 no it shows I sent the swept amount 14:39:56 Oh you meant in the proof? 14:43:51 Actually it's the opposite, I can generate the inproof with the swept amount, not the outproof, sorry 14:45:02 so if I do a get_tx_proof with my address the generated proof is an InProof, not an OutProof 15:08:25 Hi there, newbee here. Is there a xmr dollar something like usdX 😬 a secure privacy Usd coin 15:08:46 no 18:50:01 "Hi there, newbee here. Is..." <- We use to have some fork of monero that had it. 18:50:01 Haven, had xUSD. 18:50:01 But as all singularity coins, it collapsed. 19:38:24 Is there any RPC method that returns keys to use in a ring signature built outside the wallet? Maybe /get_outs from daemon rpc could work? 19:47:20 neromm[m]: as in, global output indexes? 19:48:25 yes, for the tx_offset field IIRC 19:48:34 get_outs does global output index -> txid/pubkey 19:48:40 maybe what you want is /get_o_indexes.bin 19:49:05 which does txid included in block -> output indexes per output 19:49:24 I think that is probably it. Thank you! 19:49:26 it's a binary request so you need to do it with levin