Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • how did you get 56379c7bcd6b41188854e74169f844e8676cf8b8? Commented Dec 16, 2017 at 18:04
  • 1
    when you don't provide an output file to openssl, and remove the "-binary", then it writes to the console: "openssl dgst -ripemd160 <tmp_sha256.hex". Are you on Windows or Unixoide systems? Commented Dec 17, 2017 at 8:10
  • No, i'm not on windows. performing the third step returns -bash: svn.hex: No such file or directory Commented Dec 17, 2017 at 16:10
  • 1
    oops, I should stay consistent with my filenames. it must be "openssl dgst -sha256 -binary <adr.hex >tmp_sha256.hex". (I did several tries, and first I used filenames "svn", and then "adr" ...). I just double checked it, it works now. Commented Dec 17, 2017 at 23:03
  • 2
    This approach is quite wrong, see my answer Commented Dec 18, 2017 at 9:54