MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 846 forks source link

Please I know this is not the right place to ask this but I guess this discussion thread seems to be getting quick response that's why I asked this here. #1130

Closed sergeibystrov closed 2 years ago

sergeibystrov commented 2 years ago

Please I know this is not the right place to ask this but I guess this discussion thread seems to be getting quick response that's why I asked this here.

I am using the latest version of NBitcoin and it seems to be different from the previous version of 4.1.1 which is easy as taking the message string parameter to sign a message and verify but it's kind of difficult to sign a message in latest version 7.* Please how do I sign a message and verify a message. Thank you. Bar m = key.privatekey.signmrssage(message.text); Above code is for NBitcoin 4.1.1.86

I am using latest stable version which is different. Don't know how

Originally posted by @sergeibystrov in https://github.com/MetacoSA/NBitcoin/issues/1126#issuecomment-1250188438

NicolasDorier commented 2 years ago

See conversation on https://github.com/MetacoSA/NBitcoin/issues/1094