How to decode messages embedded with btcmsg?

4

btcmsg seems to be using proprietary software to encode and decode messages in the blockchain.

Did they expose their algorithm? If they shut down tomorrow, how can someone decode messages he stored using their service?

ripper234

Posted 2012-01-17T09:11:42.203

Reputation: 25 192

Please don't encourage this abuse of Bitcoin. If someone would like to implement a message service correctly, there are many developers on IRC willing to help.Luke-Jr 2012-01-18T22:51:21.700

Calling something "an abuse" without explaining is not really productive. http://bitcoin.stackexchange.com/questions/2631/whats-the-difference-between-different-ways-of-embedding-messages-in-the-blockc

ripper234 2012-01-18T23:28:46.147

Also, this is not an answer. FYI, when you have enough rep, you're supposed to leave this as a comment and not post an answer.ripper234 2012-01-18T23:34:52.987

Answers

2

Their FAQ links to a document that describes the protocol, and they provide an open source Python client to decode the messages. The server implementation is also open source.

I put the client files + protocol spec on a github gist, just in case.

ripper234

Posted 2012-01-17T09:11:42.203

Reputation: 25 192