diff options
Diffstat (limited to 'finance/chiapos/pkg-descr')
-rw-r--r-- | finance/chiapos/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/finance/chiapos/pkg-descr b/finance/chiapos/pkg-descr new file mode 100644 index 000000000000..d88a8323eb64 --- /dev/null +++ b/finance/chiapos/pkg-descr @@ -0,0 +1,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 |