dht-node
dht-node copied to clipboard
improve bootstrapping
Right now, we bootstrap to a single hardcoded node, and do a FindPeer call to a fixed string to further connect to peers. We should at least randomize the findpeer call we make. Adding more bootstrap peers would also be very helpful
See: https://github.com/libp2p/go-libp2p/issues/304
Pending review.