Mave95
Mave95
You can get a shell inside the container with the following command: `docker exec -it electrumx /bin/sh` There you can run `electrumx_compact_history` You might need to replace "electrumx" in the...
You have to modify the entrypoint of your container to start it without running electrumx_server. Here's a tutorial that explains how: https://thorsten-hans.com/how-to-run-commands-in-stopped-docker-containers Note that you might have to add your...
The configuration option to map the remote path to a local path already exists under Tools -> Connection Settings. I just need an option to select the double click action...