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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -