I’ve configured a fulcrum server with a local bitcoin core node. All is up and running, no errors in logfiles. The electrum server is anouncing himself properly, it is connected to around 65 peers and I can reach it from my smartphone, I see my wallet. Everything seems to be okay.
However, nobody is connected… no clients, excepted my own devices.
I’ve registered it tried on https://1209k.com/bitcoin-eye/ele.php the server is up.
I don’t know what to do, could you help me ? If you want to make a test, you can try to connect to electrum.activcloud.eu:50002:s
Maybe I just have to wait ?
Here is the configuration file:
bitcoind = 127.0.0.1:8332
rpccookie = /path/to/.cookie
ssl = 0.0.0.0:51002
cert = /path/to/the/cert.pen
key = /path/to/the/key.pem
admin = 127.0.0.1:8100
public_ssl_port = 50002
public_tcp_port = 0
public_wss_port = 0
hostname = electrum.activcloud.eu
peering = true
announce = true
bitcoind_clients = 2
worker_threads = 2
db_max_open_files = -1
quiet = false
banner = /path/to/banner.txt
tor_banner = /path/to/banner.txt











