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

Container: Connection refused #285

Open
realSConway opened this issue Jan 21, 2023 · 0 comments
Open

Container: Connection refused #285

realSConway opened this issue Jan 21, 2023 · 0 comments

Comments

@realSConway
Copy link

Hi experts,

I need some help with running containerized eps.

Both bitcoin and eps are running within same pod (shared internal ip: 10.88.0.0/16)
Pod is created exposing port 50002:
podman pod create --name bitcoin --publish 127.0.0.1:50002:50002

Bitcoin and eps seem to be running fine:

INFO:2023-01-21 12:01:54,546: Starting Electrum Personal Server 0.2.4
INFO:2023-01-21 12:01:54,546: Logging to /tmp/electrumpersonalserver.log
INFO:2023-01-21 12:01:54,602: Displaying first 3 addresses of each master public key:
INFO:2023-01-21 12:01:54,606: 
wallet =>
        bc1qxxx
        bc1qxxx
        bc1qxxx
INFO:2023-01-21 12:01:54,611: Obtaining bitcoin addresses to monitor . . .
INFO:2023-01-21 12:01:55,614: Obtained list of addresses to monitor in 1.015317440032959sec
INFO:2023-01-21 12:01:55,614: Building history with 2000 addresses . . .
INFO:2023-01-21 12:01:55,799: Found xxx txes. History built in 0.18438148498535156sec
INFO:2023-01-21 12:01:55,848: Synchronizing mempool . . .
INFO:2023-01-21 12:01:56,316: Found 1651 mempool entries. Synchronized mempool in 0.46772050857543945sec
INFO:2023-01-21 12:01:56,316: Listening for Electrum Wallet on ('127.0.0.1', 50002)

Tried with host = 0.0.0.0 and ip_whitelist = 10.88.0.0/16 #* in config.ini without success.

To debug, i'm running https://github.com/nicolaka/netshoot in pod:

lsof -i -P -n | grep LISTEN

# nc -zv 127.0.0.1 50002
nc: connect to 127.0.0.1 port 50002 (tcp) failed: Connection refused

Please help
Sam

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

No branches or pull requests

1 participant