I have Orbot on my device. In order for Mycelium to connect through the Tor network, what should I enter in the "Socks Proxy" field in Settings -- "localhost:9050" or "127.0.0.1:9050"...?
Edit: Also, is there an indicator or a way to verify that Mycelium is indeed connected to the Tor network?
"localhost:9050" or "127.0.0.1:9050" both are possible, but i would prefer the localhost variant.
the easiest way to validate this is to run an app like "OS monitor" that shows all active sockets. you should be able to identify the mycelium process and to what IP it connects. if connected through orbot, it should show
of course, have a look at the source code, too. everything is published on github for a reason
and yes, we could also run a tor hidden service but we are not there yet