-
m-relay
<ammortel:monero.social> Is there anything that prevents me from signing my transaction alone and not in a ring, sending to the actual adress and not to a one time adress, and not commiting to the output amount but instead reveal it ? Or can I just bypass All of monero's privacy features?
-
m-relay
<strawberry:monero.social> Why would you want to do that
-
m-relay
<ammortel:monero.social> I am curious
-
m-relay
<strawberry:monero.social> You could choose bad decoys on purpose, not sure about the others
-
m-relay
<strawberry:monero.social> but an easier way to leak everything is to publish your view key and tx keys
-
m-relay
<strawberry:monero.social> the theme is it's possible to bypass the privacy features, but you can't do it by accident
-
m-relay
<ammortel:monero.social> You could if you use a wallet Software that does it and you're unaware of it
-
m-relay
<strawberry:monero.social> true, monero can't help if you're running a fake version of it
-
m-relay
<ammortel:monero.social> monero could potentially help by adding validation rules of transactions that prevent such behavior
-
m-relay
<jbabb:cypherstack.com> no, your tx will be rejected without a proper ring
-
m-relay
<strawberry:monero.social> you can still fill the ring with provably spent outputs
-
m-relay
<jbabb:cypherstack.com> not for long
-
m-relay
<spirobel:kernal.eu> its impossible
-
m-relay
<strawberry:monero.social> I assume the current decoy selection algo can produce any valid ring? so there's none which can be rejected with 100% confidence
-
m-relay
<spirobel:kernal.eu> the only solution is moving towards a place where decoys dont matter anymore
-
m-relay
<strawberry:monero.social> that's kind of scary, imagine you get unlucky and it uses the first 15 outputs
-
m-relay
<nihilist:nowhere.moe> seth is BACK
-
m-relay
<321bob321:monero.social> Banned name
-
m-relay
<321bob321:monero.social> Plz use correct name
-
m-relay
<321bob321:monero.social> S*th ,sith or sith lord
-
m-relay
<321bob321:monero.social> Or darth sethious
-
sh
black
-
sh
dsfadsf
-
sh
test
-
sh
tests
-
sh
tests
-
sh
tests
-
sh
tests
-
sh
tests
-
sh
tests
-
sh
tests
-
sh
teststests
-
sh
tests
-
sh
tests
-
sh
tests
-
plowsof
Stop spamming
-
m-relay
<321bob321:monero.social> Your test is complete
-
m-relay
<kayabanerve:matrix.org> yasabi: That doesn't work. MimbleWimble has a light node class where you only need the current UTXO set and the block headers. The obvious issue is you need the UTXO set. Monero can't determine the UTXO sender due to its sender privacy. MimbleWimble can as it doesn't have sender privacy.
-
m-relay
<kayabanerve:matrix.org> Then there's the issue of how pruning the history does create different safety properties (hence why I'd call it a light node, but they're welcome to only guarantee their limited safety properties and accordingly have their limited guarantee nodes be full nodes).
-
m-relay
<kayabanerve:matrix.org> strawberry: It's weighted towards the recent so that's not feasible. The node publishing the TX also sanity checks the distribution unless the caller disables said checks.
-
m-relay
<snowman:tetaneutral.net> Is it possible to run monerod or Monero cli on one of the iOS terminal applications
-
m-relay
<ofrnxmr:monero.social> Probably not
-
m-relay
<kewbit:matrix.org> Technically yes, but probably not. It might end up being easier to just write a bare bones wallet for the math and use a relay to do the leg work. If you figure it out though let me know 😂
-
m-relay
<kewbit:matrix.org> As long as you’re familiar with the different kinds of hashing and technologies used to create a transaction, you can quite easily do things like make mnemonics seeds, generate addessses, sign transactions (so long as you got the priv key. The. Just send signed txns to some random guys relay like Rucknium ‘s
-
m-relay
<kewbit:matrix.org> The main problem with iOS specifically is long running tasks (even services), they have minimum interval 15 minute fetch period and are limited to between 6-10 seconds a run. Android has ways around it.
-
m-relay
<kewbit:matrix.org> The first challenge is creating static binaries or native libraries! ;) you can start there
-
m-relay
<kewbit:matrix.org> Checkout Monero-cpp / Monero-Java by @woodser on GitHub