-
no_prison_for_th
I've just launched a decentralized IRC chat written my Amir Taaki. It is supercool.
-
m-relay
<crimsonleaf363:matrix.org> Is there an app for this?
-
m-relay
<ofrnxmr:xmr.mx> Yes
-
m-relay
-
m-relay
<fede:xmr.mx> ofrnxmr shilling darkfi?
-
m-relay
<fede:xmr.mx> :o
-
m-relay
<ofrnxmr:xmr.mx> No
-
m-relay
<ofrnxmr:xmr.mx> Answering a question :D
-
» m-relay <fede:xmr.mx> has banned ofrnxmr: `Shilling`
-
m-relay
<ofrnxmr:xmr.mx> I only shill wow, bro i swear
-
no_prison_for_th
whois spit
-
m-relay
<mark:chat.nicecrew.digital> I don't get Darkfi. What is it that they do exactly?
-
m-relay
<neromonero1024:monero.social> from what I understand, darkfi = zano but better
-
m-relay
<neromonero1024:monero.social> dapps, smart contracts platform that aims to provide monero-like privacy
-
Cindy
"DarkFi uses Halo 2 for its proving system, which requires no trusted setup"
-
Cindy
darkfi uses... a game... for its proving system?
-
Cindy
-
m-relay
<neromonero1024:monero.social> mining on darkfi: whoever in halo 2 has most kills gets the block reward
-
m-relay
<atori_0xbdc3ab4e:matrix.org> Can somebody confirm txs are only broadcast using dandelion++ if your node accepts incoming connections?
-
m-relay
<ofrnxmr:xmr.mx> yes
-
m-relay
<ofrnxmr:xmr.mx> more accurately, nodes will only stem to outgoing connections
-
m-relay
<ofrnxmr:xmr.mx> So if you dont have incoming connections, you will only stem tx that originate on your node
-
m-relay
<ofrnxmr:xmr.mx> Basically, if you dont have incoming connections, you should use --tx-proxy to gain relay privacy
-
m-relay
<ofrnxmr:xmr.mx> If you do have inc connections, then its plausible that the tx being sent from your node in stem phase might not be your own tx
-
m-relay
<monero.arbo:matrix.org> assuming no ISP level surveillance, I believe, given that p2p connections are unencrypted
-
m-relay
<atori_0xbdc3ab4e:matrix.org> So it does broadcast using dandelion++ but an observer knows it has to come from my node since I don't accept incoming, or it doesn't even bother broadcasting through dandelion
-
m-relay
<monero.arbo:matrix.org> the former I believe
-
m-relay
<atori_0xbdc3ab4e:matrix.org> ok thanks
-
m-relay
<atori_0xbdc3ab4e:matrix.org> Are rpc connections encrypted by default?
-
m-relay
<ofrnxmr:xmr.mx> It uses dandelion, but the only "stem" phase tx coming ftom your node will be your own
-
m-relay
<ofrnxmr:xmr.mx> Using self-signed certs. Easily MITM'd
-
m-relay
<ofrnxmr:xmr.mx> And "by default" = autodetect. If you use http:// then no. If you use https:// then yes
-
m-relay
<atori_0xbdc3ab4e:matrix.org> What is the benefit of the encryption if self-signed certs can be easily MITM'ed?
-
m-relay
<ofrnxmr:xmr.mx> cli allows cert pinning
-
m-relay
<ofrnxmr:xmr.mx> other wallets dont
-
m-relay
<ofrnxmr:xmr.mx> If you want securely encrypted rpc, you have to generate static ssl certs for the node (default will generate a fresh cery at every startup). Specify this cert in your flags or config, then also use wallet-cli with the pinned cert
-
m-relay
<ofrnxmr:xmr.mx> Using random generated certs and/or a wallet that doesnt support cert pinning = the traffic isnt in plain text, but the traffic van be intercepted and have the ssl cert replaced with a third parties
-
m-relay
<ofrnxmr:xmr.mx> Without the self signed cert, its plain text
-
Cindy
you need some sort of way to verify the cert
-
m-relay
<ofrnxmr:xmr.mx> You'd have to be targetted for someone to strip the ssl from your connection
-
Cindy
(like how tor does it, by embedding the public key int he tor domain)
-
m-relay
<ofrnxmr:xmr.mx> Cindy, only cli has cert pinning (verifying the cert)
-
Cindy
but tbh, just use tor at that point
-
m-relay
<ofrnxmr:xmr.mx> Even gui and feather dont
-
Cindy
no i mean, cert pinining without CAs
-
m-relay
<atori_0xbdc3ab4e:matrix.org> Ah so still better to use a node on your computer if you can.
-
m-relay
<ofrnxmr:xmr.mx> not if you dont have inc connectiobs :P
-
m-relay
<ofrnxmr:xmr.mx> Setup your node to use tx-proxy for i2p and tor, and also to access rpc over onion/i2p
-
m-relay
<ofrnxmr:xmr.mx> And sleep easy
-
Cindy
yes
-
Cindy
just access RPC over onion or I2P
-
Cindy
tor does encryption better tbh
-
m-relay
<ofrnxmr:xmr.mx> +1
-
m-relay
<ofrnxmr:xmr.mx> Sync your wallet however you want, but send the tx over an onion/i2p if you want privacy for your tx
-
m-relay
<ofrnxmr:xmr.mx> And if using your own node, either ensure you have inc connections or enable --tx-proxy, or both
-
Cindy
honestly, tor/i2p is the best way regardless of MITM or not
-
Cindy
because the remote node could be a spy node
-
Cindy
i'd like to see monero embed tor in their wallet lol
-
m-relay
<monero.arbo:matrix.org> stack wallet does!
-
m-relay
<ofrnxmr:xmr.mx> Not gr8 tho
-
m-relay
<ofrnxmr:xmr.mx> How do i use i2p w/o disabling tor for the external stuff
-
m-relay
<ofrnxmr:xmr.mx> I dun like it
-
m-relay
<ofrnxmr:xmr.mx> i prefer external tor - which doesnt work anymore(!)
-
m-relay
<ofrnxmr:xmr.mx> Cant connect to an onion unless you use their tor
-
m-relay
<ofrnxmr:xmr.mx> If you "vpn" stack over tor, you end up doind tor-over-tor if you need to connect to an onion
-
m-relay
<atori_0xbdc3ab4e:matrix.org> I have --tx-proxy via tor on laptop/desktop, but to connect to remote vps node via .onion rpc is a pain. The monero.com wallet isn't set up for that. Will hope I'm not being MITM and also have VPN on the phone always.
-
m-relay
<monero.arbo:matrix.org> try Stack wallet tbh /shill
-
m-relay
<monero.arbo:matrix.org> if you are using monero.com on mobile at least
-
m-relay
<syntheticbird:monero.social> Stack Wallet number 1 wallet
-
nioc
can an outside observer know that you don't have incoming connections?
-
m-relay
<monero.arbo:matrix.org> I mean.... they can try to connect to you lol
-
m-relay
<syntheticbird:monero.social> nioc Yes because by default you have to advertize yourself as being able to receive incoming connections
-
nioc
but who am I?
-
nioc
please have patience :)
-
nioc
ask stupid questions and you get real answers, who knew :D
-
m-relay
<rucknium:monero.social> Hypothetically, Clover would fix this issue with Dandelion++ because it can stem-phase to both inbound and outbound peers, but we don't know yet if Clover is safe enough. Like I said in the last MRL meeting, I asked the lead author of the D++ paper to look at the Clover paper. She said she will take a look and get back to me.
-
m-relay
<rucknium:monero.social> That's just the next step in evaluating Clover. MRL would want to do a deeper analysis of Clover before recommending it.
-
m-relay
<syntheticbird:monero.social> Is that why you mentioned using Shadow on the MRL CC for simulating Clover behavior ?
-
m-relay
<syntheticbird:monero.social> Is that why you mentioned using Shadow on the MRL meeting? For using the cluster computer for simulating Clover behavior ?
-
m-relay
<rucknium:monero.social> It could be used for that. It could be used for lots of things. It would take time to set up. Someone set up one for Ethereum, called Ethshadow.