Title: [PATCH] bitcoin - EC curve NID_secp256k1 for Fedora Post by: backslash on December 09, 2013, 08:38:27 PM Patch for bitcoin for systems with openssl, which is supporting ECC, but missing NID_secp256k1 (e.g. Fedora >= 20).
No need to recompile openssl or install compat libraries on Fedora >= 20. bitcoin-0.8.5 and 0.8.6: http://pastebin.com/3nN9VYx2 bitcoin git version: http://pastebin.com/GSdYL8jz If you like it, buy me a beer :-) 1MyBTCJepaaM6Bs4iJgew3tVZbuUWunBV7 Title: Re: [PATCH] bitcoin - EC curve NID_secp256k1 for Fedora Post by: Matt Corallo on December 09, 2013, 09:31:16 PM See-also https://github.com/sipa/secp256k1 and associated Bitcoin-Qt/bitcoind branches.
Title: Re: [PATCH] bitcoin - EC curve NID_secp256k1 for Fedora Post by: backslash on March 19, 2014, 01:25:08 PM Patch for bitcoin for systems with openssl, which is supporting ECC, but missing NID_secp256k1 (e.g. Fedora >= 20).
No need to recompile openssl or install compat libraries on Fedora >= 20. bitcoin-0.9.0 and git HEAD: http://pastebin.com/GSdYL8jz |