-
helloworld9998reading some whitepapers on MRL getmonero.org/resources/research-lab
-
helloworld9998It says Brandon Goodell's Whitepaper Review
-
helloworld9998Looks like the paper is authored by REVIEW OF CRYPTONOTE WHITE PAPER SURAE NOETHER
-
niocSurae = Brandon
-
helloworld9998Ok
-
xmrmatterbridge<usd_lol> I'm a relatively inexperienced Monero user. When trying to do a test transaction I'm getting ``Transaction spends more than one very old output. Privacy would be better if they were sent separately.``. Can someone help me with the syntax for sweep_single?
-
Mochi101usd_lol what are you trying to do?
-
xmrmatterbridge<usd_lol> I'm just trying to send a small transaction to a different wallet
-
xmrmatterbridge<usd_lol> transfer <address> .1 is what is giving me that message above
-
xmrmatterbridge<usd_lol> ``transfer <address> .1`` is what is giving me that message above
-
Mochi101The message can be ignored.
-
xmrmatterbridge<usd_lol> It asks me if I want to continue; you're saying I should pick yes?
-
Mochi101To use sweep_single you need to know the key image of the output ypu want to sweep
-
Mochi101yes, you can pick yes without any problems
-
xmrmatterbridge<usd_lol> I don't even know what that means...
-
xmrmatterbridge<usd_lol> Okay, thanks
-
xmrmatterbridge<usd_lol> If you don't mind; what are the downsides to continuing with the transaction?
-
Mochi101supposedly some risk to privacy
-
Mochi101if you want to sweep_single you first need to do: incoming_transfers verbose
-
Mochi101That will expose the key image so you can use it
-
Mochi101The last long string of characters is the key image
-
Mochi101You might want to type: incoming_transfers available verbose
-
Mochi101if you have a lot of transactions
-
xmrmatterbridge<usd_lol> Okay, I'll try that. Thanks
-
Mochi101Then you can type: sweep_single 1 <long string key image here> <address to send it to>
-
Mochi101the 1 denotes how many pieces you want to send it in... so you can use 1 and up to 15 pieces (may be 16)
-
Mochi101So if the key image is for 10 XMR and you say sweep_single 10 <key image> <address> then the <address> will receive 10 txs of 1 XMR each.
-
xmrmatterbridge<usd_lol> sweep_single 1 <key> <address> <amount?>
-
Mochi101no amount
-
Mochi101sweep implies the entirety of the key image