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

Error Connecting To Polar's Regtest Node #66

Open
Mimble-Wimble opened this issue Jun 1, 2022 · 2 comments
Open

Error Connecting To Polar's Regtest Node #66

Mimble-Wimble opened this issue Jun 1, 2022 · 2 comments

Comments

@Mimble-Wimble
Copy link

Attempting to connect to Polar's regtest node with:

docker run \
  -v /Users/user/electrumx:/data \
  -e DAEMON_URL=polaruser:[email protected]:18443 \
  -e COIN=BitcoinSegwit \
  -e NET=regtest \
  -p 50002:50002 \
  -p 127.0.0.1:8000:8000 \
  lukechilds/electrumx

Returns the error:

INFO:electrumx:ElectrumX server starting
INFO:electrumx:logging level: INFO
INFO:Controller:Python version: 3.7.9 (default, Dec 18 2020, 05:56:48)  [GCC 9.3.0]
INFO:Controller:software version: ElectrumX 1.16.0
INFO:Controller:aiorpcX version: 0.18.7
INFO:Controller:supported protocol versions: 1.4-1.4.2
INFO:Controller:event loop policy: <uvloop.EventLoopPolicy object at 0x7f4968ff9990>
INFO:Controller:reorg limit is 8,000 blocks
INFO:Daemon:daemon #1 at 127.0.0.1:18443/ (current)
INFO:DB:switching current directory to /data
INFO:DB:using leveldb for DB backend
ERROR:Daemon:connection problem - check your daemon is running.  Retrying occasionally...

Steps to Reproduce:

  • Install and run v1.3.0 of Polar
  • Create and start the default regtest node in Polar.
  • Attempt to connect docker-electrumx using Polar's credentials with:
docker run \
  -v /Users/user/electrumx:/data \
  -e DAEMON_URL=polaruser:[email protected]:18443 \
  -e COIN=BitcoinSegwit \
  -e NET=regtest \
  -p 50002:50002 \
  -p 127.0.0.1:8000:8000 \
  lukechilds/electrumx
@tanx
Copy link

tanx commented Sep 28, 2022

@Mimble-Wimble have you solved the issue? I'm getting the same error:

ERROR:Daemon:connection problem - check your daemon is running.  Retrying occasionally...

@Jasonvdb
Copy link

Possible solution in this comment

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

3 participants