Author

Topic: Bitcoin Message Verifier in Erlang (Read 987 times)

full member
Activity: 173
Merit: 100
November 17, 2013, 06:24:20 AM
#3
Cool. Thanks for sharing it.

Pleasure.
b!z
legendary
Activity: 1582
Merit: 1010
November 17, 2013, 06:16:22 AM
#2
Cool. Thanks for sharing it.
full member
Activity: 173
Merit: 100
November 17, 2013, 06:05:51 AM
#1
I realized that the Bitcoin message verification requires extracting the public key from the signature, which Erlang's crypto module doesn't support. So I made one myself, it's a message verifier that verifies the signatures signed by the official Bitcoin-Qt client (implemented in Erlang). It can be found here:

https://github.com/ningzhang/bitcoin-message-verifier
Jump to: