Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
201 stars 31 forks source link

Onion urls not working on device #7

Closed Fonta1n3 closed 5 years ago

Fonta1n3 commented 5 years ago

As the app stands the only way to power the app with a Tor hidden service is if the user builds the app from source and runs the app in a simulator, turning it into a desktop app essentially.

I need help solving this issue. I know it is possible. If you have any suggestions or want to submit a pull request the Bitcoin community would be forever grateful.

To be clear starting and running a Tor thread on mobile device works fine, making url requests to clearnet sites works fine, it is only onion urls that are the issue.

To test:

Fonta1n3 commented 5 years ago

Fixed with latest pull request.