Messaging system

Delia
Posts: 9
Joined: Fri Aug 12, 2011 8:32 pm
os: linux

Re: Messaging system

Post by Delia »

With name_history, it's much more feasible to avoid creating a separate domain for each message. I can name_new/name_firstupdate once, to create a 'username', and then post 'status updates' via name_update. The result is less email and more twitter, but the pricing is considerably more attractive.

zamgo
Posts: 32
Joined: Tue Jul 19, 2011 9:09 am

Re: Messaging system

Post by zamgo »

Delia wrote:The result is less email and more twitter, but the pricing is considerably more attractive.
Yup, while twitter has a 140 character text limit, and SMS has a 160 character text limit, a namecoin messaging system would have a 1023 character limit. (and maybe a bit less, if space is needed for JSON or whatever formatting)

Also:
-There's a speed limit for new messages, based on the speed of the blockchain.
-'Eternal Message Storage' via the blockchain, also

khal
Site Admin
Posts: 708
Joined: Mon May 09, 2011 5:09 pm
os: linux

Re: Messaging system

Post by khal »

The good patch finally arrived :
- Add address to name_scan, name_list and name_history commands

Code: Select all

./namecoind name_history p/khal
[
    {
        "name" : "p/khal",
        "value" : "{ \"mail\": \"khal@dot-bit.org\", \"gpgfingerprint\": \"3ef2a1ff5b9f651b95638e8f9cc5b92e965d69a9\", \"btc\": \"1KHAL8bUjnkMRMg9yd2dNrYnJgZGH8Nj6T\", \"nmc\": \"N1KHAL5C1CRzy58NdJwp1tbLze3XrkFxx9\" }",
        "txid" : "adb57490f0ae14b700d11bee364d8e5a114808c679913c1d67d48868ea5d190b",
        "expires_in" : 4498,
        "address" : "N4zsBvJqfUBA9Hqq9aoNfuc3XjxMANXGm7"
    }
]
NamecoinID: id/khal
GPG : 9CC5B92E965D69A9
NMC: N1KHAL5C1CRzy58NdJwp1tbLze3XrkFxx9
BTC: 1KHAL8bUjnkMRMg9yd2dNrYnJgZGH8Nj6T

Register Namecoin domains with BTC
My bitcoin Identity - Send messages to bitcoin users
Charity Ad - Make a good deed without paying a cent

Post Reply