df7cb4adce
Patch from the PR applied basically unchanged, except I cleaned up for current standards and added NOT_FOR_ARCHS to avoid i386 altogether (where the port won't work). PR: 256509 Obtained from: risner@stdio.com (maintainer)
10 lines
394 B
Text
10 lines
394 B
Text
Chia's proof of space is written in C++. Includes a plotter, prover, and
|
|
verifier. It exclusively runs on 64 bit architectures. Read the Proof of
|
|
Space document to learn about what proof of space is and how it works.
|
|
|
|
Notes:
|
|
i386 is not supported, and would be too slow for practical use if supported.
|
|
|
|
This port is for the cmake build (binaries).
|
|
|
|
WWW: https://github.com/Chia-Network/chiapos
|