wuminzhe / bip44

A ruby library to generate Ethereum addresses from a hierarchical deterministic wallet according to the BIP44 standard.
MIT License
17 stars 8 forks source link

bundle exec rails server failed #5

Open xuxiaohu opened 4 years ago

xuxiaohu commented 4 years ago

mac 10.15.6 Rails 5.2.4.3 Bundler version 2.1.4

When I Add bip44 to Gemfile, rails can't server up.Remove it,It is okay. It works well for Some mac version. but this version is broken.

q9f commented 3 years ago

This comes from ssl/crypto issues on macos in the eth and money-tree gems. I'm working on a fix.