-
hbs[m]
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
-
hbs[m]
is that intended?
-
moneromooo
Kinda. More like it's known.
-
moneromooo
For the same reason that sending 10 and getting back 5 as change to pay 5 doesn't appear in both either.
-
moneromooo
While the wallet could remember it was a sweep, it cannot really tell when rescanning from the chain.
-
moneromooo
It could tell it's receiving as much change as the inputs minus fee, but that's maybe... ad hoc.
-
moneromooo
And can't be distinguished from sending someone 0 and getting everything left as change.
-
moneromooo
Granted, sending 0 is rare, but is allowed.
-
hbs[m]
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
-
moneromooo
Sweep to another wallet or the same ?
-
moneromooo
To anohter wallet, it should be the same as a normal tx.
-
hbs[m]
the same wallet
-
hbs[m]
so I only see the out part of the transaction, therefore I can only generate an OutProof
-
hbs[m]
but the outproof is fine since it shows the recipient was the sender
-
moneromooo
And it shows you sent 0, right ?
-
moneromooo
With change almost equal to balance, though I'm not sure change appears in the proof...
-
hbs[m]
no it shows I sent the swept amount
-
hbs[m]
Oh you meant in the proof?
-
hbs[m]
Actually it's the opposite, I can generate the inproof with the swept amount, not the outproof, sorry
-
hbs[m]
so if I do a get_tx_proof with my address the generated proof is an InProof, not an OutProof
-
WhoAmi[m]
Hi there, newbee here. Is there a xmr dollar something like usdX 😬 a secure privacy Usd coin
-
selsta
no
-
RavFX[m]
<WhoAmi[m]> "Hi there, newbee here. Is..." <- We use to have some fork of monero that had it.
-
RavFX[m]
Haven, had xUSD.
-
RavFX[m]
But as all singularity coins, it collapsed.
-
neromm[m]
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?
-
DataHoarder
neromm[m]: as in, global output indexes?
-
neromm[m]
yes, for the tx_offset field IIRC
-
DataHoarder
get_outs does global output index -> txid/pubkey
-
DataHoarder
maybe what you want is /get_o_indexes.bin
-
DataHoarder
which does txid included in block -> output indexes per output
-
neromm[m]
I think that is probably it. Thank you!
-
DataHoarder
it's a binary request so you need to do it with levin