Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: A minimalist text encoding for OP_RETURN outputs
by
QRC
on 25/05/2018, 15:48:19 UTC
⭐ Merited by ETFbitcoin (1)
Even using 5 bit alphabet you waste a lot of space, you need to compress message first,
Using Arithmetic coding for example.
You can even perform it on words level, not the letters level.