Bitcoin Forum
May 22, 2024, 05:09:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is there an api that I can use to send messages with the blockchain?  (Read 1662 times)
Btcvilla (OP)
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 270


View Profile
February 25, 2015, 03:31:39 PM
 #1

I would like to send messages with the Blockchain, is there an api to do this? I'm also trying to do it in c# if possible.
NyeFe
Hero Member
*****
Offline Offline

Activity: 699
Merit: 500


View Profile
February 25, 2015, 06:52:03 PM
Last edit: June 03, 2015, 07:12:02 AM by NyeFe
 #2

You can't send messages, when sending bitcoins to an address. However, if the users registered on your website, using c#, you can make an encrypted http or https call to the webserver, with an extra parameter for sending messages, images,..... Which can be viewed/shared if the receiver and sender have their block chain.info wallet on your website. Pretty simple

P.S.

If you could add a message, it would be available not only to the reciever, but to everyone who ever explores the blockchain and decodes the message. So I would stick to the first method.

MicroDApp.com—Smart Contract developers. Lets build a decentralized future!
cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1301


View Profile
February 25, 2015, 08:02:45 PM
 #3

Take a look at this thread, it was just discussed a few days ago:

https://bitcointalk.org/index.php?topic=962540.0
Btcvilla (OP)
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 270


View Profile
February 25, 2015, 11:21:17 PM
 #4

Take a look at this thread, it was just discussed a few days ago:

https://bitcointalk.org/index.php?topic=962540.0
Thanks.
cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1301


View Profile
February 26, 2015, 12:35:48 AM
 #5

Take a look at this thread, it was just discussed a few days ago:

https://bitcointalk.org/index.php?topic=962540.0
Thanks.

Sure.  ;-)

Hopefully it helps!
simonbtc
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 26, 2015, 06:34:57 PM
 #6

You can send messages over Bitcoin with CoinSpark (an OP_RETURN based protocol).

http://www.coindesk.com/coinspark-blockchain-notarized-messaging/

Messages are not stored on the Bitcoin blockchain itself but are sent out-of-band via message delivery servers.  When you send a message with a bitcoin transaction, the blockchain only stores enough details for the recipient to retrieve the message and ensure it is valid.  CoinSpark runs some community servers but you can run your own server and modify it to meet your needs as the code is open-source.

Get started by downloading SparkBit, a lightweight SPV wallet based on MultiBit:
http://www.coinspark.org

Developers can find open-source libraries and docs here:
http://coinspark.org/developers/messages-introduction/
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!