| |
rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
|
| |
```
|
| |
|
| - |
Some commands also give us a hint if the node isn't running:
|
| + |
We might want to directly connect to a specific node, ie. for private repositories, where routing information is not available on the network:
|
| + |
|
| + |
```
|
| + |
$ rad node connect z6MkrLMMsiPWUcNPHcRajuMi9mDfYckSoJyPwwnknocNYPm7@iris.radicle.xyz:8776
|
| + |
✓ Connecting to z6MkrLM…ocNYPm7@iris.radicle.xyz:8776...
|
| + |
```
|
| + |
|
| + |
Nodes advertise their own external addresses if they are configured to do so. If our node is aware of a public address for a node, we can attempt to connect without explicitly specifying that address:
|
| |
|
| + |
```
|
| + |
$ rad node connect z6MkrLMMsiPWUcNPHcRajuMi9mDfYckSoJyPwwnknocNYPm7
|
| + |
✓ Connecting to z6MkrLM…ocNYPm7@iris.radicle.xyz:8776...
|
| + |
```
|
| + |
|
| + |
Some commands also give us a hint if the node isn't running:
|
| |
``` (fail)
|
| |
$ rad node events
|
| |
✗ Error: failed to open node control socket "[..]/.radicle/node/control.sock" (entity not found)
|