You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hash next to `peer identity` is your node’s ID and will be different from the one shown in the above output. Other nodes on the network use `peer identity` to find and connect to you.
44
+
The `peer identity` is your node’s libp2p PeerID and will be different from the one shown in the above output. Other nodes on the network use `peer identity` to find and connect to you.
48
45
49
-
Run `ipfs id` to display the `peer identity`if you need it.
46
+
Run `ipfs id` to display your node's PeerID.
50
47
:::
51
48
52
49
53
50
54
-
2. Now, try running the command suggested to you in the output of `ipfs init` (i.e. `ipfs cat /ipfs/QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG/readme`):
51
+
2. Now, try running the following command: `ipfs cat /ipfs/bafybeie5nqv6kd3qnfjupgvz34woh3oksc3iau6abmyajn7qvtf6d2ho34/readme`:
@@ -249,12 +246,12 @@ For more information on IPFS companion, including how to install it, see the [IP
249
246
250
247
### Check your Go version
251
248
252
-
IPFS works with Go 1.12.0 or later. To check what go version you have installed, type `go version`:
249
+
IPFS works with Go 1.24.0 or later. To check what go version you have installed, type`go version`:
253
250
254
251
```bash
255
252
go version
256
253
257
-
> go version go1.12.2 linux/amd64
254
+
> go version go1.24.0 linux/amd64
258
255
```
259
256
260
257
If you need to update, we recommend you install from the [canonical Go packages](https://go.dev/doc/install). Package managers often contain out-of-date Go packages.
0 commit comments