c++ - How to use the bitcoin-ruby gem? -
i want run simple program:
require 'bitcoin' bitcoin::secp256k1::generate_key
it looks program can't c++ library. following error:
nomethoderror: undefined method 'secp256k1_context_destroy' bitcoin::secp256k1:module
how can fix this?
Comments
Post a Comment