ryancdotorg / brainflayer

A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.
https://rya.nc/brainflayer
909 stars 459 forks source link

Compile develop branch error #205

Open ebookx opened 2 weeks ago

ebookx commented 2 weeks ago

when I try to compile develop branch.

/usr/bin/ld: b58/b58.o (symbol from plugin): in function b58_csum': (.text+0x0): multiple definition ofripemd160_xform_func'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here /usr/bin/ld: b58/b58.o (symbol from plugin): in function b58_csum': (.text+0x0): multiple definition ofSHA2_256_Transform'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here /usr/bin/ld: sha256/sha256.o (symbol from plugin): in function ripemd160_fast': (.text+0x0): multiple definition ofripemd160_xform_func'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here /usr/bin/ld: sha256/sha256.o (symbol from plugin): in function ripemd160_fast': (.text+0x0): multiple definition ofSHA2_256_Transform'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here lto-wrapper: warning: using serial compilation of 2 LTRANS jobs collect2: error: ld returned 1 exit status make: *** [Makefile:109: brainflayer] Error 1

How to fix that.