-
steps :
* run `go run chat.go` in first window
* run `go run chat.go -d /ip4/127.0.0.1/tcp/64717/p2p/QmefMVVk1tZzfYshYVUFpnwNswtqgXrD6geWo3PFUzQX1Q` in second window.
* run `go run chat.go -d /ip4/…
-
-
While trying to sync js repos with go-ipfs 0.5.x i notice pubsub tests were failing for js-ipfs-http-client the specific test works like this:
1. peer1 swarm connects to peer2
2. peer1 and peer2 s…
-
Below is the description of a **network-level spam protection** method using [rate-limiting nullifiers](https://ethresear.ch/t/semaphore-rln-rate-limiting-nullifier-for-spam-prevention-in-anonymous-p…
-
-
### What is wrong?
Despite the fact that gossipsub chooses mesh peers for the overlay of each topic for us, we still need a way to control the connections of the node.
### How can it be fixed
Pos…
-
This demo code doesn't seem to work once pushed behind an HTTPS endpoint. Specifically, HTTPS clients are communicating with the signaling server, but they're never made aware of one another. HTTP-onl…
-
# Description
libp2p peer ID is based only on RSA public key. This allows an attacker to create unlimited number of nodes on a single machine (same IP address) and use these nodes to monopolize the i…
-
Libp2p should have better offline/disconnected-network record support:
* On resolve, IPNS records should be cached locally. This will:
* Help with streaming resolve. Peers searching for popular …
-
## replication instructions
```bash
git clone https://github.com/status-im/nimbus-eth2.git
cd nimbus-eth2
git checkout unstable
make -j8 update
# replace with your own Nim build from the "vers…