Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Electrum server on Windows: Fulcrum
by
apogio
on 22/01/2025, 17:13:23 UTC
⭐ Merited by NeuroticFish (1)
I had deleted the data dir for Fulcrum and still the same issue. Here's my Fulcrum.conf:

Code:
datadir = G:\FulcrumData_MainNet
bitcoind = 127.0.0.1:8332
rpcuser = randomuser
rpcpassword = randompass
tcp = 127.0.0.1:50001
peering = false
announce = false
public_tcp_port = 50001
admin = 8000
stats = 8080
db_max_open_files = 80
fast-sync = 8000

I think you 'll need to re-index Bitcoin Core.
Make sure to stop fulcrum before doing it.
I don't run fulcrum, unfortunately, but the error seems straightforward. Especially since it reads some blocks but it fails on the rest.