kyuupichan/electrumx

[Killed] height: 678,297

jerrygzy opened this issue · 4 comments

INFO:electrumx:ElectrumX server starting
WARNING:Env:lowered maximum sessions from 1,000 to 674 because your open file limit is 1,024
INFO:electrumx:logging level: INFO
INFO:Controller:Python version: 3.8.5 (default, Jan 27 2021, 15:41:15)  [GCC 9.3.0]
INFO:Controller:software version: ElectrumX 1.19
INFO:Controller:aiorpcX version: 0.22.1
INFO:Controller:supported protocol versions: 1.4-1.4.2
INFO:Controller:event loop policy: None
INFO:Controller:reorg limit is 200 blocks
INFO:Daemon:daemon #1 at 10.168.0.107:8332/ (current)
INFO:DB:switching current directory to /home/owaf/work/electrumx/db/
INFO:DB:using leveldb for DB backend
INFO:DB:opened UTXO DB (for sync: True)
INFO:DB:UTXO DB version: 8
INFO:DB:coin: BitcoinSV
INFO:DB:network: mainnet
INFO:DB:height: 678,297
INFO:DB:tip: 00000000000000000b327eb7c7a4edd44961b44c458d978e11583f9fb79a890e
INFO:DB:tx count: 592,030,964
INFO:DB:flushing DB cache at 1 MB
INFO:DB:sync time so far: 10d 05h 18m
INFO:History:history DB version: 1
INFO:History:flush count: 624
INFO:Prefetcher:catching up to daemon height 695,002 (16,705 blocks behind)
Killed

I have tried to set CACHE_MB=1 which is minimum, and it still couldn't keep going, the ElectrumX server fail to sync at height 678,297, what can I do to make it work?

I don't know; is your system low on resources? It will need 4-8 GB of RAM but should be able to manage with that.

is there any debug mode I can try?

Killed means the O/S killed it. There is nothing to debug; your resources are over-extended.

change a new machine with 8GB memory now works, thank you !