nwaku/docs/tutorial/dingpu.md

24 lines
923 B
Markdown
Raw Normal View History

# Dingpu testnet
## Basic chat usage
Start two chat apps:
```
2020-10-15 09:30:56 +00:00
./build/chat2 --ports-shift=0 --staticnode:/ip4/134.209.139.210/tcp/60000/p2p/16Uiu2HAmJb2e28qLXxT5kZxVUUoJt72EMzNGXB47Rxx5hw3q4YjS
./build/chat2 --ports-shift=1 --staticnode:/ip4/134.209.139.210/tcp/60000/p2p/16Uiu2HAmJb2e28qLXxT5kZxVUUoJt72EMzNGXB47Rxx5hw3q4YjS
```
2020-10-15 09:30:56 +00:00
By specifying `staticnode` it connects to that node subscribes to the `waku` topic. This ensures messages are relayed properly.
Then type messages to publish.
2020-10-07 15:13:27 +00:00
## Dingpu cluster node
```
/ip4/134.209.139.210/tcp/60000/p2p/16Uiu2HAmJb2e28qLXxT5kZxVUUoJt72EMzNGXB47Rxx5hw3q4YjS
```
2020-10-15 09:30:56 +00:00
## Interactively add a node
There is also an interactive mode. Type `/connect` then paste address of other node. However, this currently has some timing issues with mesh not being updated, so it is adviced not to use this until this has been addressed. See https://github.com/status-im/nim-waku/issues/231