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
Copy file name to clipboardExpand all lines: docs/bee/installation/docker.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ id: docker
8
8
The following is a guide for installing a Bee node using Docker. Docker images for Bee are hosted at [Docker Hub](https://hub.docker.com/r/ethersphere/bee). Using Docker to operate your Bee node offers many benefits, such as ease of deployment and consistency across environments.
9
9
10
10
:::caution
11
-
In the examples below we specify the exact image version as 2.4.0. It's recommended to only use the exact version number tags. Make sure to check that you're on the latest version of Bee by reviewing the tags for Bee on [Docker Hub](https://hub.docker.com/r/ethersphere/bee/tags), and replace 2.4.0 in the commands below if there is a newer full release.
11
+
In the examples below we specify the exact image version as 2.6.0. It's recommended to only use the exact version number tags. Make sure to check that you're on the latest version of Bee by reviewing the tags for Bee on [Docker Hub](https://hub.docker.com/r/ethersphere/bee/tags), and replace 2.6.0 in the commands below if there is a newer full release.
-**`-e BEE_PASSWORD="flummoxedgranitecarrot"`**: Sets the keystore password, make sure to replace with your own.
61
61
-**`-e BEE_BLOCKCHAIN_RPC_ENDPOINT="https://xdai.fairdatasociety.org"`**: Connects to the Gnosis Chain.
62
62
-**`-v bee-1:/home/bee/.bee`**: Persists node data in the `bee-1` volume.
63
-
-**`ethersphere/bee:2.4.0 start`**: Runs Bee version 2.4.0 and starts the node.
63
+
-**`ethersphere/bee:2.6.0 start`**: Runs Bee version 2.6.0 and starts the node.
64
64
65
65
This setup runs the Bee node in a container, with full node functionality, SWAP enabled, and connections to the Gnosis blockchain for chequebook and postage stamp management, while persisting its data using a volume.
66
66
@@ -76,7 +76,7 @@ If everything is set up correctly, you should see your Bee node listed:
76
76
77
77
```bash
78
78
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
79
-
37f4ad8b4060 ethersphere/bee:2.4.0 "bee start" 6 seconds ago Up 5 seconds 127.0.0.1:1633->1633/tcp, 0.0.0.0:1634->1634/tcp, :::1634->1634/tcp bee-1
79
+
37f4ad8b4060 ethersphere/bee:2.6.0 "bee start" 6 seconds ago Up 5 seconds 127.0.0.1:1633->1633/tcp, 0.0.0.0:1634->1634/tcp, :::1634->1634/tcp bee-1
80
80
```
81
81
82
82
And check the logs:
@@ -169,9 +169,9 @@ damage to hardware or loss of funds associated with the Ethereum account connect
169
169
No developers or entity involved will be liable for any claims and damages associated with your use,
170
170
inability to use, or your interaction with other nodes or the software.
171
171
172
-
version: 2.4.0-06a0aca7 - planned to be supported until 11 December 2024, please follow https://ethswarm.org/
172
+
version: 2.6.0-06a0aca7 - planned to be supported until 11 December 2024, please follow https://ethswarm.org/
"time"="2024-09-24 22:21:04.590823""level"="info""logger"="node""msg"="swarm public key""public_key"="02f0e59eafa3c5c06542c0a7a7fe9579c55a163cf1d28d9f6945a34469f88d1b2a"
176
176
"time"="2024-09-24 22:21:04.686430""level"="info""logger"="node""msg"="pss public key""public_key"="02ea739530bbf48eed49197f21660f3b6564709b95bf558dc3b472688c34096418"
Copy file name to clipboardExpand all lines: docs/bee/installation/quick-start.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,17 @@ Run the shell script using `curl` or `wget`:
29
29
30
30
31
31
:::tip
32
-
We specify `TAG=v2.4.0` to indicate which Bee version to install. You can find available versions in the ["releases" section](https://github.com/ethersphere/bee/releases) of the Bee GitHub repo.
32
+
We specify `TAG=v2.6.0` to indicate which Bee version to install. You can find available versions in the ["releases" section](https://github.com/ethersphere/bee/releases) of the Bee GitHub repo.
"time"="2025-03-04 11:13:10.164801""level"="info""logger"="node""msg"="swarm public key""public_key"="02b19880b8d024eac3bf8afa3fa85b31b72fcfd491cebc6af78ddd85ff97f65416"
Copy file name to clipboardExpand all lines: docs/bee/installation/shell-script.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Below is a step-by-step guide for installing and setting up your Bee node using
27
27
Run the install shell script using either `curl` or `wget`:
28
28
29
29
:::caution
30
-
In the example below, the version is specified using `TAG=v2.4.0`. Check the [latest Bee releases](https://github.com/ethersphere/bee/tags) and if needed, update the command to install the most recent version (note that in tags containing "rc," the abbreviation stands for "release candidate", and these versions should be used for testing purposes only).
30
+
In the example below, the version is specified using `TAG=v2.6.0`. Check the [latest Bee releases](https://github.com/ethersphere/bee/tags) and if needed, update the command to install the most recent version (note that in tags containing "rc," the abbreviation stands for "release candidate", and these versions should be used for testing purposes only).
0 commit comments