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
|`8 655 000`| 2026-04 | Soft | 2.6.0 | Released | Increased preliminary support for V2 plot format -- [Release notes](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.6.0)|
19
+
|`9 562 000`| 2026-11 | Hard | 3.0.0 | Planned |[CHIP-48](https://github.com/Chia-Network/chips/pull/160), [CHIP-49](https://github.com/Chia-Network/chips/pull/161) -- New Proof of Space |
Copy file name to clipboardExpand all lines: docs/chia-blockchain/consensus/proof-of-space-2.0/new-proof-farming-requirements.md
+53-16Lines changed: 53 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,32 +9,69 @@ import TabItem from '@theme/TabItem';
9
9
10
10
:::note
11
11
12
-
This information was updated on 5/20/2025.
12
+
This information was updated on March 3, 2026.
13
13
14
14
:::
15
15
16
-
In general, the larger your farm, the more powerful your harvesters will need to be. However, keep in mind that one farm can be broken into multiple harvesters, so it is possible to run a large farm without any high-end equipment.
17
-
18
16
## Proof Solving Times
19
17
20
-
After a proof of sufficiently high quality is found it needs to be _solved_, which reconstructs the full proof so it can be verified by others. Proof-solving hardware requirements depend on the maximum k-size in the farm. Solve times should ideally stay under 8 seconds. Plot security has been tuned for the Pi 5 to solve a k28 proof in under 8 seconds.
18
+
After a sufficiently high-quality Quality String is found, the solver reconstructs the full 128 x-values for network verification. Solve time depends on the maximum plot strength in the farm. The Pi5 solves a k=28 proof in under 8 seconds at strengths up to +4.
19
+
20
+
| Strength | Raspberry Pi 5 | M3 Pro | Ryzen 9 9950X |
HDD activity depends on plot grouping, plot strength, and disk capacity. The table below assumes 10 ms random access and 250 MB/s sequential read. Higher plot strength increases the Effective Plot Filter proportionally, reducing average load.
42
+
43
+
| Disk Capacity | Strength (eff. plot filter) | Group Size | Max load/challenge | Avg load | Bandwidth/day |
Plots in a group can be assigned a `meta_group` (up to 256). The effective plot filter guarantees that grouped plots with different meta groups never pass the same challenge, reducing peak load toward the average. For example, 202 meta groups × 100 grouped plots = 20,200 plots, where peak load converges to ~0.09%.
63
+
64
+
Total daily bandwidth is low, so even large group counts can be read well within the challenge response window.
31
65
32
-
###HDD Activity
66
+
#### Harvester Farm Size Support
33
67
34
-
Lower k-sizes increase disk activity but reduce minimum hardware requirements for proof solving (see previous section). For SSDs, k28 plots are recommended due to their minimal impact on farming performance, although large farms could benefit from larger k sizes for a proportional reduction in harvesting compute energy to process the Quality Chains. The Plot ID Filter will tune HDD disk activity to the levels shown in the table. Depending on plot filter scheduling and further security analysis we may relax these requirements to lower hdd usage levels.
68
+
Chaining Proof Fragments at challenge time is the primary CPU cost. The table below shows single-thread Pi5 limits (conservative, since the Pi5 has 4 threads and other harvester tasks are comparatively light).
35
69
36
-
| Plot Size | Full 5TiB Disk Activity | Full 20TiB Disk Activity |
Copy file name to clipboardExpand all lines: docs/chia-blockchain/consensus/proof-of-space-2.0/new-proof-introduction.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ import TabItem from '@theme/TabItem';
9
9
10
10
:::note
11
11
12
-
This information was updated on 5/20/2025.
12
+
This information was updated on March 3, 2026.
13
13
14
14
:::
15
15
16
16
## New Proof Format
17
17
18
-
In 2024 we announced that we were developing a new Proof of Space format. This is a long-term project which is not expected to be finalized until the end of 2026. All farmers will need to replot in the year leading up to that date. This will be a gradual process, so farmers will have plenty of time to plan ahead.
18
+
In 2024 we announced that we were developing a new Proof of Space format. This is a long-term project which is not expected to be finalized until 2027. All farmers will need to replot if they want to continue farming. This will be a gradual process, so farmers will have plenty of time to plan ahead. See our [timeline](/chia-blockchain/consensus/proof-of-space-2.0/new-proof-timeline) for more info.
19
19
20
20
:::warning
21
21
@@ -27,18 +27,13 @@ While the development of this technology is ongoing, we have put together severa
27
27
28
28
## Current Blogs and CHIPs
29
29
30
-
The best place to start learning about the new Proof of Space is to read the blogs.
31
-
32
-
- The new Proof of Space [blog](https://www.chia.net/2025/05/19/understanding-the-next-generation-proof-of-space/)
33
-
- The timelines for the new Proof of Space [blog](https://www.chia.net/2025/05/19/the-future-of-farming-is-green-and-secure/)
34
-
35
-
To dive more into the specifications and provide your feedback please refer to the appropriate CHIPs:
30
+
The best place to start learning about the new Proof of Space is our [latest blog post](https://www.chia.net/2026/02/27/changes-coming-to-3-0/) on the topic. To dive more into the specifications and provide your feedback, please refer to the appropriate CHIPs:
36
31
37
32
- The new Proof of Space [CHIP-48](https://github.com/Chia-Network/chips/pull/160)
38
-
- The timelines for the new Proof of Space [CHIP49](https://github.com/Chia-Network/chips/pull/161)
33
+
- The timelines for the new Proof of Space [CHIP-49](https://github.com/Chia-Network/chips/pull/161)
39
34
40
35
:::note
41
-
All the latest information regarding the new Proof of Space and its associated timelines can be found in those CHIPs, if you have questions that you do not feel are appropriate for the CHIPs they can be asked in our [discord server's](https://discord.gg/chia) "Plot format discussion" thread.
36
+
All the latest information regarding the new Proof of Space and its associated timelines can be found in those CHIPs. If you have questions that you do not feel are appropriate for the CHIPs they can be asked in our [Discord server's](https://discord.gg/chia) "Plot format discussion" thread.
42
37
:::
43
38
44
39
We have consolidated the high level information from the CHIPs into the below documents but please take note that the CHIPs will contain the most up-to-date information:
@@ -52,5 +47,10 @@ We have consolidated the high level information from the CHIPs into the below do
52
47
53
48
## Blog Archive
54
49
55
-
- A [blog post](https://www.chia.net/2024/12/11/upcoming-changes-for-chias-new-proof-of-space-format) by Dr. Nick, which takes a deep dive into the plans as of 12/11/2024
56
-
- The original [blog post](https://www.chia.net/2024/08/08/approaching-the-next-generation-of-proof-of-space/) by Dr. Nick, which takes a deep dive into the initial plans for the new Proof Format. Note that this blog is outdated and the new blog should be used for the latest information.
50
+
These blog poss are listed in reverse chronological order. The newest posts will contain the most up-to-date information.
51
+
52
+
-[Changes Coming to 3.0](https://www.chia.net/2026/02/27/changes-coming-to-3-0/) -- 2026-02-27
53
+
-[Understanding the Next Generation of Proof of Space](https://www.chia.net/2025/05/19/understanding-the-next-generation-proof-of-space/) -- 2025-05-19
54
+
-[The Future of Farming is Green and Secure](https://www.chia.net/2025/05/19/the-future-of-farming-is-green-and-secure/) -- 2025-05-19
55
+
-[Upcoming Changes for Chia’s New Proof of Space Format](https://www.chia.net/2024/12/11/upcoming-changes-for-chias-new-proof-of-space-format) -- 2024-12-11
56
+
-[Approaching the Next Generation of Proof of Space](https://www.chia.net/2024/08/08/approaching-the-next-generation-of-proof-of-space/) -- 2024-08-08
Copy file name to clipboardExpand all lines: docs/chia-blockchain/consensus/proof-of-space-2.0/new-proof-plotting-requirements.md
+39-22Lines changed: 39 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,35 +9,52 @@ import TabItem from '@theme/TabItem';
9
9
10
10
:::note
11
11
12
-
This information was updated on 5/20/2025.
12
+
This information was updated on March 3, 2026.
13
13
14
14
:::
15
15
16
16
## Plot Sizes
17
17
18
-
The new proof of space format supports plots as small as 1.6 GiB. Due to symmetric properties of the format, only even-sized k-sizes are supported. While we currently have no plans to support sizes smaller than k28, larger k-sizes may be enabled in the future.
18
+
Whereas the original Proof of Space format supported a variety of plot sizes, Proof of Space 2 only supports k28 (around 1 GB per plot). The PoS2 documentation will rarely mention k-size because only a single size is supported. Future proofing will mainly come from automatically reducing the network's base filter, as described in [CHIP-49](https://github.com/Chia-Network/chips/pull/161).
19
19
20
-
:::note
21
-
Subject to change pending final parameters.
22
-
:::
20
+
## Other Settings
23
21
24
-
| Plot Size | All RAM |
25
-
| :-------- | :------------- |
26
-
| k32 |~10.6 GiB |
27
-
| k30 |~4.2 GiB |
28
-
| k28 |~1.6 GiB |
22
+
Farmers will need to choose a _strength_ for their plots, as well as a group size and an optional meta group index. Each of these settings will be documented here when the specification is finalized. For now, refer to [CHIP-48](https://github.com/Chia-Network/chips/pull/160) and [CHIP-49](https://github.com/Chia-Network/chips/pull/161) for more details.
29
23
30
24
## Plotting Performance and Requirements
31
25
32
-
CPU plotting will be possible but will be less efficient than GPU. All times shown are for all-RAM plotting, although farmers can trade cpu RAM for temporary SSD storage, which results in slightly slower performance.
33
-
34
-
:::note
35
-
Pending Plot ID Filter and Plot Difficulty settings. Aim will be for 3060 to plot >20TiB/day
|**Plotted space/day**| — | Up to - GiB | Up to - GiB | Up to - TiB |
26
+
CPU plotting is supported but less efficient than GPU. All times below are for all-RAM plotting; farmers may substitute temporary SSD storage for RAM at a modest speed penalty.
27
+
28
+
|| Raspberry Pi 5 8GB | Mac M3 Pro 12GB | Ryzen 5600 (6-core) | Nvidia 5090 |
Plotting time approximately doubles with each strength increment. At lower strengths, general memory-management overhead is still a factor; at higher strengths, matching performance dominates and doubling is consistent.
34
+
35
+
| Strength | CPU Time (s) | GPU Time (s) |
36
+
| -------- | ------------ | ------------ |
37
+
| base | 21.8 | 1.1 |
38
+
| +1 | 35.5 | 1.9 |
39
+
| +2 | 64.7 | 3.7 |
40
+
| +3 | 124.4 | 7.3 |
41
+
| +4 | 243.1 | 14.4 |
42
+
| +5 | 481.3 | 28.6 |
43
+
| +6 | 955.8 | 57.0 |
44
+
| +7 | 1904.7 | 113.7 |
45
+
| +8 | 3802.5 | 227.3 |
46
+
47
+
RAM and storage requirements depend on group size:
48
+
49
+
| # plots in group | Min CPU RAM | Min GPU RAM (optional) | Total RAM + storage needed |
0 commit comments