-
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
hi, bitcoin core is sync but electrumx take a long time. What i can do. Thanks.
this is my docker file
services: electrumx: image: lukechilds/electrumx restart: unless-stopped container_name: electrumx volumes: - ./data:/data environment: - DAEMON_URL=http://user:pass@10.0.0.4:8332 - COIN=BitcoinSegwit - PEER_DISCOVERY=on - MAX_SUBS=500000 - MAX_SESSION_SUBS=100000 ports: - 50002:50002 - 5000:5000
Metadata
Metadata
Assignees
Labels
No labels