docker-electrumx
docker-electrumx copied to clipboard
long time to sync
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:[email protected]:8332 - COIN=BitcoinSegwit - PEER_DISCOVERY=on - MAX_SUBS=500000 - MAX_SESSION_SUBS=100000 ports: - 50002:50002 - 5000:5000
老铁,搞定了吗,我的同步也很慢,有什么办法可以快点吗