Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robosats #7297

Open
brunocorisco86 opened this issue Nov 30, 2024 · 4 comments
Open

Robosats #7297

brunocorisco86 opened this issue Nov 30, 2024 · 4 comments

Comments

@brunocorisco86
Copy link

Creating a feature request

Is your feature request related to a problem? Please describe:

  • ...

Describe the solution you'd like:

  • ... I want a p2p bitcoin trading on. Based on docker and Nginx

Describe alternatives you've considered:

  • ...

Additional context

  • ...
@Joulinar
Copy link
Collaborator

Usually we don't add Docker containers to our software installation script

@MichaIng
Copy link
Owner

MichaIng commented Dec 2, 2024

Seems to be possible to install via pip: https://github.com/RoboSats/robosats
But all in alpha state, nothing stable, and there are zero install instructions. I am not even sure what exactly this Python package installs. Based on the the quick start docs, you need a dedicated wallet, and a Tor browser, nothing else: https://learn.robosats.com/docs/quick-start/

... ah, so the liked repo contains an alternative "client", so no Tor browser needed then, but you can compile the client as Android app or desktop client, also for Linux. And there are pre-compiled binaries for x86 at least, which makes using the Docker image pretty ridiculous, IMO. Unless, the Python version is a problem.

@MichaIng
Copy link
Owner

MichaIng commented Dec 2, 2024

Interesting, the pre-compiled archive is fully self-contained, it seems, no Python scripts at all. It seems to be based on Chromium:
image

Also the sources contain a lot of blobs: https://github.com/RoboSats/robosats/tree/main/desktopApp/tor/tor-linux/tor

@brunocorisco86
Copy link
Author

brunocorisco86 commented Dec 3, 2024

I'd love to have an instance running on a Raspberry Pi or old phone w/Termux at home or wherever it's hosted, accessing remotely via Tailscale or SSH. However, I couldn't configure nginx after running docker-compose in the nodeapp folder. It keeps giving me a 403 nginx error. But apparently, Tor and Robosats were running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants