Replies: 3 comments 2 replies
-
Ubuntu 18.04 with compiled cmake version 3.20.20210610-g5fd68d3
|
Beta Was this translation helpful? Give feedback.
-
I tried to run with compile errors but the times are..... i7 10700 32GB RAM DDR4 Multi-threaded pipelined Chia k32 plotter - 18f4918 |
Beta Was this translation helpful? Give feedback.
-
I tried to install via PIP the latest version of BLAKE3 but when I launch Mad Max, at the end of the P1 table occur this: My Ubuntu version is 20.04 LTS fresh install |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
[ 99%] Building CXX object CMakeFiles/chia_plot.dir/src/chia_plot.cpp.o
In file included from /home/chia/chia-plotter/lib/bls-signatures/src/elements.hpp:22,
from /home/chia/chia-plotter/lib/bls-signatures/src/privatekey.hpp:24,
from /home/chia/chia-plotter/lib/bls-signatures/src/bls.hpp:18,
from /home/chia/chia-plotter/src/chia_plot.cpp:15:
/home/chia/chia-plotter/lib/bls-signatures/src/util.hpp: In static member function ‘static std::string bls::Util::HexStr(const uint8_t*, size_t)’:
/home/chia/chia-plotter/lib/bls-signatures/src/util.hpp:62:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
62 | for (int i=0; i < len; ++i)
| ~~^~~~~
/home/chia/chia-plotter/lib/bls-signatures/src/util.hpp: In static member function ‘static std::string bls::Util::HexStr(const std::vector&)’:
/home/chia/chia-plotter/lib/bls-signatures/src/util.hpp:70:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
70 | for (int i=0; i < data.size(); ++i)
| ~~^~~~~~~~~~~~~
[100%] Linking CXX executable test_phase_3
[100%] Built target test_phase_3
[100%] Linking CXX executable test_phase_1
[100%] Built target test_phase_1
[100%] Linking CXX executable chia_plot
[100%] Built target chia_plot
Beta Was this translation helpful? Give feedback.
All reactions