Skip to content

Error Connecting To Polar's Regtest Node #66

@Mimble-Wimble

Description

@Mimble-Wimble

Attempting to connect to Polar's regtest node with:

docker run \
  -v /Users/user/electrumx:/data \
  -e DAEMON_URL=polaruser:polarpass@127.0.0.1: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:polarpass@127.0.0.1:18443 \
  -e COIN=BitcoinSegwit \
  -e NET=regtest \
  -p 50002:50002 \
  -p 127.0.0.1:8000:8000 \
  lukechilds/electrumx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions