Florian Fink

Results 5 comments of Florian Fink

Definitely no other instance of electrs running. I stopped the service, replaced the binary, restarted it. Then, the database migration took place successfully (size of ./db/bitcoin is around 30G, that...

Thanks for responding so fast! That's a very long log, but I'll break it down. First a whole lot of this: ``` Oct 07 20:42:28 nuc electrs[9103]: [2021-10-07T18:42:28.186Z DEBUG bitcoincore_rpc::client]...

> Could you run `lsof -i :50001` under root to check if it's actually electrs trying to bind multiple times? ``` COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME...

I lowered `index_lookup_limit` to 100 for now (not sure if that could help?) and will keep an eye on it the next time the mempool fills up.

Same on my machine: ``` $ cat /proc/sys/net/ipv4/ip_local_port_range 32768 60999 ``` There is also `lnd` and `btc-rpc-explorer` running on that machine, which might be responsible for additional connections. > or...