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?
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?
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.
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.147Also, 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