Closed whileunless closed 4 months ago
The error shows already what you should do, stop the processes listening already on 18110
and 18111
, so please check "Address already in use". Simple way: netstat -npla | grep -E '18110|18111' | grep LISTEN
as privileged user and stop it. Most probably a previous spectred
from Go is running.
[...] Most probably a previous
spectred
from Go is running.
Yes indeed. Many thanks. Stopping Golang's spectred
solved this issue.
systemctl status rusty-spectre
:journalctl -u rusty-spectre
:It has synced negligible amount of data as evidenced by the output of
du
,du -sh /home/j/.spectred/spectre-mainnet/*
:The remaining logs,
/home/j/.rusty-spectre/spectre-mainnet/logs/rusty-spectre_err.log
:and
/home/j/.rusty-spectre/spectre-mainnet/logs/rusty-spectre.log
:I disabled upnp to isolate the issue,
RUST_BACKTRACE=full /home/j/.cargo/bin/spectred --utxoindex --disable-upnp
: