vkobel/ethereum-generate-wallet

Missing keccak-256sum

Closed this issue · 2 comments

Hey,

I'm getting this error:

./ethereum-wallet-generator.sh: 12: ./ethereum-wallet-generator.sh: keccak-256sum: not found

But I've already done pip install requirements.txt

newest debian x64 running

Oh, seems like I was once again too quick with creating a ticket.. Just saw/understood that I'm missing the keccak-256sum executable, but you were so kind and put the binaries in /lib/

Specifing the absolute path in the bash script helped. I will create a pull request with a built-in architecture check.

Thanks @bibz0r 🥇 !