This project uses bitcoin-ruby gem, 0.0.20.
bitcoin-ruby in turn uses OpenSSL - it contains a file ffi/openssl.rb and assumes that OpenSSL libraries are "just out there and loadable".
Recently, bitcoin-ruby had an update to handle OpenSSL 1.1.0. Unfortunatelly, this update missed that on Windows platform, files libeay32.dll and ssleay32.dll were renamed to libcrypto.dll and libssl.dll.
I've just posted an issue lian/bitcoin-ruby#302 regarding that problem.
Please update steem-ruby once bitcoin-ruby gets that one fixed.
This project uses
bitcoin-rubygem, 0.0.20.bitcoin-rubyin turn uses OpenSSL - it contains a file ffi/openssl.rb and assumes that OpenSSL libraries are "just out there and loadable".Recently, bitcoin-ruby had an update to handle OpenSSL 1.1.0. Unfortunatelly, this update missed that on Windows platform, files
libeay32.dllandssleay32.dllwere renamed tolibcrypto.dllandlibssl.dll.I've just posted an issue lian/bitcoin-ruby#302 regarding that problem.
Please update
steem-rubyoncebitcoin-rubygets that one fixed.