solanity
solanity copied to clipboard
Error when running . mk
I have ran
export PATH=/usr/local/cuda/bin:$PATH
. mk
I am in the /solanity directory. And the following error appears at last.
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
After this, when I run . run
, this appears
bash: ./src/release/cuda_ed25519_vanity: No such file or directory
I moved the file to release and now works.
When I run LD_LIBRARY_PATH=./src/release ./src/release/cuda_ed25519_vanity
it just displays
Attempts: 1638400000 in 0.000000 at 25600000000000000.000000cps
Attempts: 1638400000 in 0.000000 at 24824242424242424.000000cps
Attempts: 1638400000 in 0.000000 at 24094117647058824.000000cps
Attempts: 1638400000 in 0.000000 at 24094117647058824.000000cps
Attempts: 1638400000 in 0.000000 at 24094117647058824.000000cps
Attempts: 1638400000 in 0.000000 at 24453731343283580.000000cps```
and stops.
definitely wrong
I only tested it on a 4096x, what GPU?