docker-electrumx icon indicating copy to clipboard operation
docker-electrumx copied to clipboard

long time to sync

Open bthanh18391 opened this issue 1 year ago • 1 comments

hi, bitcoin core is sync but electrumx take a long time. What i can do. Thanks. image 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

bthanh18391 avatar Mar 24 '23 02:03 bthanh18391

老铁,搞定了吗,我的同步也很慢,有什么办法可以快点吗

huaibaoyy1 avatar Nov 16 '23 18:11 huaibaoyy1