Skip to content

Commit

Permalink
1.17.5 update and fix table in postage
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Oct 17, 2023
1 parent 10304b4 commit 760ab48
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 31 deletions.
4 changes: 2 additions & 2 deletions docs/bee/installation/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Prerequisites for installing direct from source are:
3. Checkout the required version:

```bash
git checkout v1.17.4
git checkout v1.17.5
```

4. Build the binary:
Expand All @@ -47,7 +47,7 @@ Prerequisites for installing direct from source are:
```

```
1.17.4
1.17.5
```

6. (optional) Additionally, you may also like to move the Bee binary to somewhere in your `$PATH`
Expand Down
2 changes: 1 addition & 1 deletion docs/bee/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In order to avoid accidentally upgrading your Bee containers, or deadlocks resul
#### Specific Versions
```bash
docker pull ethersphere/bee:1.17.4
docker pull ethersphere/bee:1.17.5
```
#### Using Tags
Expand Down
12 changes: 6 additions & 6 deletions docs/bee/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ Need to get 0 B/27.2 MB of archives.
After this operation, 50.8 MB of additional disk space will be used.
Selecting previously unselected package bee.
(Reading database ... 82381 files and directories currently installed.)
Preparing to unpack .../archives/bee_1.17.4_amd64.deb ...
Unpacking bee (1.17.4) ...
Setting up bee (1.17.4) ...
Preparing to unpack .../archives/bee_1.17.5_amd64.deb ...
Unpacking bee (1.17.5) ...
Setting up bee (1.17.5) ...

Logs: journalctl -f -u bee.service
Config: /etc/bee/bee.yaml
Expand Down Expand Up @@ -170,13 +170,13 @@ Use either of the following commands to run the script and install Bee:
#### wget
```bash
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.4 bash
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.5 bash
```
#### curl
```bash
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.4 bash
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.5 bash
```
### Build from source
If neither of the above methods works for your system, you can see our guide for [building directly from source](/docs/bee/installation/build-from-source).
Expand Down Expand Up @@ -427,7 +427,7 @@ bee version
```
```
1.17.4
1.17.5
```
Once the Bee node has been funded, the chequebook deployed, and postage stamp
Expand Down
6 changes: 3 additions & 3 deletions docs/bee/working-with-bee/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Need to get 0 B/27.2 MB of archives.
After this operation, 73.7 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 103686 files and directories currently installed.)
Preparing to unpack .../archives/bee_1.17.4_amd64.deb ...
Unpacking bee (1.17.4) over (1.17.3) ...
Setting up bee (1.17.4) ...
Preparing to unpack .../archives/bee_1.17.5_amd64.deb ...
Unpacking bee (1.17.5) over (1.17.3) ...
Setting up bee (1.17.5) ...
Installing new version of config file /etc/default/bee ...
```

Expand Down
43 changes: 24 additions & 19 deletions docs/learn/technology/contracts/postage-stamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,25 +136,30 @@ The provided table shows the effective volume for each batch depth from 20 to 41


| Batch Depth | Utilisation Rate | Theoretical Max Volume | Effective Volume |
|-------------|------------------|------------------|------------------------|
| 24 | 64.33% | 68.72 GB | 44.21 GB |
| 25 | 74.78% | 137.44 GB | 102.78 GB |
| 26 | 82.17% | 274.88 GB | 225.86 GB |
| 27 | 87.39% | 549.76 GB | 480.43 GB |
| 28 | 91.08% | 1.10 TB | 1.00 TB |
| 29 | 93.69% | 2.20 TB | 2.06 TB |
| 30 | 95.54% | 4.40 TB | 4.20 TB |
| 31 | 96.85% | 8.80 TB | 8.52 TB |
| 32 | 97.77% | 17.59 TB | 17.20 TB |
| 33 | 98.42% | 35.18 TB | 34.63 TB |
| 34 | 98.89% | 70.37 TB | 69.58 TB |
| 35 | 99.21% | 140.74 TB | 139.63 TB |
| 36 | 99.44% | 281.47 TB | 279.91 TB |
| 37 | 99.61% | 562.95 TB | 560.73 TB |
| 38 | 99.72% | 1.13 PB | 1.12 PB |
| 39 | 99.80% | 2.25 PB | 2.25 PB |
| 40 | 99.86% | 4.50 PB | 4.50 PB |
| 41 | 99.90% | 9.01 PB | 9.00 PB |
|-------------|------------------|-------------------------|-------------------|
| 20 | 0.00000 | 4.29 GB | 0.00 B |
| 21 | 0.00000 | 8.59 GB | 0.00 B |
| 22 | 0.28669 | 17.18 GB | 4.93 GB |
| 23 | 0.49561 | 34.36 GB | 17.03 GB |
| 24 | 64.33% | 68.72 GB | 44.21 GB |
| 25 | 74.78% | 137.44 GB | 102.78 GB |
| 26 | 82.17% | 274.88 GB | 225.86 GB |
| 27 | 87.39% | 549.76 GB | 480.43 GB |
| 28 | 91.08% | 1.10 TB | 1.00 TB |
| 29 | 93.69% | 2.20 TB | 2.06 TB |
| 30 | 95.54% | 4.40 TB | 4.20 TB |
| 31 | 96.85% | 8.80 TB | 8.52 TB |
| 32 | 97.77% | 17.59 TB | 17.20 TB |
| 33 | 98.42% | 35.18 TB | 34.63 TB |
| 34 | 98.89% | 70.37 TB | 69.58 TB |
| 35 | 99.21% | 140.74 TB | 139.63 TB |
| 36 | 99.44% | 281.47 TB | 279.91 TB |
| 37 | 99.61% | 562.95 TB | 560.73 TB |
| 38 | 99.72% | 1.13 PB | 1.12 PB |
| 39 | 99.80% | 2.25 PB | 2.25 PB |
| 40 | 99.86% | 4.50 PB | 4.50 PB |
| 41 | 99.90% | 9.01 PB | 9.00 PB |


:::info
This table is based on preliminary calculations and may be subject to change.
Expand Down

0 comments on commit 760ab48

Please sign in to comment.