I built successfully the safenode program, but when running it the nodes get 25 peers and no chunks and nothing else.
It gets 25 peers which I assume are the contact peers, but no more peers and no chunks etc.
The keys were obtained from the logs of nodes running the official binary.
Even tried setting SAFE_PEERS to one of the network contact peers to make sure there wasn’t some issue there in the build process. In this case I just get 1 peer is connects to
Used the build command line shown in github
cargo build --release --features=network-contacts --bin safenode
On the same machine, same terminal session the released safenode works fine.
Any ideas