blob: d88a8323eb64d8ab7f5df2c7bb5ce791d14b12f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
|