Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
anesthesia @monero.town

Always happy to get a tip!

!

Posts 1
Comments 9
Haveno is ready for mainnet!
  • Used it on two occasions already. One trade took 2h (I guess the trading peer was busy) and the other one was less than one minute after blockchain confirmation finished (10 blocks as usual).

    What else "working normally" do people need? There are already very good offers from time to time. If you check once or twice a day you can get pretty decent offers (0% markup or very close). Also I heard people say that liquidity is now upwards of 1400 xmr in the platform.

    Just try it out, its way simpler than people make it sound

  • Question regarding Monero fees

    I have a question regarding Monero fees.

    Currently a transaction gets you to pay around 0.00003 - 0.00005 XMR of transaction fee.

    This is a very small fee, and given that XMR is priced at ~150€ it results in less than 1 cent of fee (0.6 cents approx).

    I know of Monero's dynamic block size and that it will contribute to keeping fees small in the future given increased usage.

    However, imagine a scenario where Monero's price skyrockets. Let's say current BTC price of 66k€.

    A similar transaction fee of 0.00004 XMR would result in 2.64€ of transaction fee. This would make XMR unusable (or at least not interesting) for transactions of 10€ or less, given that the transaction fee would be 25% or more of the intended spend value.

    I know that it is very unlikely that XMR reaches those values, but in that hypothetical scenario, what would happen with the fees? Would the absolute fee value in XMR go down? Is there a system already in place for this? Would the devs manually lower the fees?

    2
    Attack of the Poisoned Outputs
  • Just watched the 3 available episodes.

    Quite impressed with the quality so far, and really excited for you to make more episodes!

    This is a very nice continuation to Breaking Monero, nicely updated to the current times.

    Hopefully it will not stop without closure like Breaking Monero though, all my luck to you! Keep up the good work :)

  • I don't churn monero. It's easier when you just use it how it works.
  • I didn't know the protocol tried to use every output in around 16 transactions. I know about the 16 ring size, but I didn't know it also tried to use each output 16 times. If so, that is very smart and interesting. You learn something new every day!

    The idea of sweeping them and then churning the merged output is also smart.

    Oh well I guess we just have to wait for FCMP++ where theoretically all this will be no longer relevant :)

    I remember watching the breaking monero series, when it was mentioned that (paraphrasing) "Rings are what give security to Monero but I really hope we get rid of them"... That time is finally getting closer :)

  • GUPAXX 1.5.0 - Now with monero Node control, RUN YOUR OWN NODE and be :)
  • Running your own node is:

    1. The thing keeping you safe from chainalytic companies sniffing on your data.
    2. Literally the thing that keeps the network running.

    Get a 128GB drive, or rent a cheap VPS server and run your own node! Those are cheap as hell nowadays!

    For buying you have Haveno. Just try it out

  • I don't churn monero. It's easier when you just use it how it works.
  • I think there is one very good usecase for churning though.

    And before anything, yes I know that one should not use CEX but in some cases it is just much more convenient. Although I am now starting to use Haveno, I get not everyone is up to it, and CEX is just plain easier.

    Imagine the following scenario:

    I buy a shitcoin over at a KYC'd CEX.

    I send that coin to a centralized swap, or trade it with a compromised person, in exchange of XMR.

    Lets say I repeatedly do that procedure with the same person or CEX. Then I end with multiple "small" outputs on my wallet, all from the same entity. Let's say for example 10 outputs of 0.1 XMR, which all have been sent to me by the same entity.

    Now I want to buy something that costs 1 XMR. I need to use my 10 existing outputs. I make a transaction that takes 10 inputs and 2 outputs (what I buy + change). The transaction has 10 inputs, and all of those inputs have a ring, where one of the members of each ring is an output controlled by the compromised entity.

    The likelihood of someone making a transaction with 10 inputs, where those 10 inputs happen to contain a member in the ring that was sent by that specific exchange and that is linkable to my identity is near zero, unless it is me who is spending those 10 outputs.

    Therefore, the person that sent me those 10 outputs can make a very well educated guess that it was me who bought that item for 1 XMR.

    This "vulnerability" is actually talked about in the Breaking Monero series, and as far as I know, it will be solved when FCMP++ comes, since we will get rid of rings altogether.

    However let's say I do one step of churning with all those outputs without mixing them with eachother. That is, I send to myself 10 transactions of 0.1 XMR, so I just "forward" each output to myself once, without making any transaction that contains two poisoned inputs at the same time.

    Then I will still end up with 10 outputs of 0.1 XMR, but all the "poisoned" outputs are present in different and unlinkable transactions, and the negative actor does not know whether they are truly spent or not.

    Then I can actually join those 10 outputs into one 1XMR transaction safely, knowing that I am the only person who knows where those 10 outputs come from.

    Am I wrong in this thought process?