Post
Topic
Board Development & Technical Discussion
Re: MoneyTree - a Ruby gem for creating HD Bitcoin Wallets
by
Wink
on 03/01/2014, 08:30:09 UTC
Sorry for the late reply. OpenSSL will only work with Ruby 2.0.0 and greater. This is because the version of OpenSSL included with previous versions of Ruby did not include an OpenSSL::PKey::EC::Point#mul (point multiplication) method, which is required in order to calculate a Bitcoin public key from a private key.