Safenode program built from current github will not join the network (got the keys from logs)

@joshuef @chriso

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

are you building from stable?

Sounds like a protocol issue, and likely arising from a libp2p update which was breaking. I’m not 100% sure if this is in the prod code now.

But what is up should be what is in stable. (cc @chriso in case im wrong here!)

1 Like

Built this from GitHub - maidsafe/safe_network: Autonomi combines the spare capacity of everyday devices to form a new, autonomous, data and communications layer of the Internet with the code taken not long after release

1 Like

try from here: GitHub - maidsafe/safe_network at stable

3 Likes

Ah I was taking it from main.

Will try that, thank you. Yea I am new to github LOL after all these years using cvs never used github

2 Likes

@joshuef Update on this. Yes that solved my issue and I learned more today

3 Likes