Author

Topic: signed message (Read 176 times)

legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
April 07, 2023, 12:51:19 AM
#11
is it done using OP_RETURN or how they attach the exchange name to the address as this might be another solution for my idea?
There's no way to attach or tag names to an address in the blockchain.
That must be that blockexplorer's feature that identifies Exchange addresses to be able to tag them.
Those data must be stored in their own server and not in any Bitcoin nodes.

BTW, Blockchain blockexplorer isn't affiliated with Bitcoin nor the blockchain of bitcoin.

If you want another idea aside from OP_RETURN, try this:
  • Use a "Vanity Address" with the message that you want; e.g.: 1HBDbob
    However, this will be computationally expensive since the longer the message, the harder it is to create a vanity address that starts with it.
    In average hardware, you can only easily include a 6-character message to the address. (7 if you're lucky)
    You can make vanity address using this tool: VanitySearch (Yet another address prefix finder)

    Then send bitcoins to that address and spend it as input of the transaction to the recipient of the message.
    Hopefully, the recipient will notice that the sender's address has a message.
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
April 06, 2023, 05:01:07 PM
#10
what about blockchain transactions that you see for example sent from : binance

is it done using OP_RETURN or how they attach the exchange name to the address as this might be another solution for my idea?
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
April 05, 2023, 03:51:12 PM
#9
thank you everyone
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
April 05, 2023, 02:22:00 PM
#8
Signed message is something else - it's a simple and plain text plus a signature plus an address it was signed with. This will prove the message's authenticity, you can check in this thread if you're curious.

OP_RETURN is nice, but the length of the data is very limited (80 bytes). Of course, you can add multiple OP_RETURN to one transaction.

Another option I've seen was to create a bunch of burn addresses (addresses that together can build a long sentence and since they're burn addresses they're easy to obtain) and send some (few!!) sats to those addresses in a transaction carefully created to have those outputs in the correct order. Keep in mind that any money sent to burn addresses are lost forever.
staff
Activity: 3472
Merit: 6129
April 05, 2023, 01:43:45 PM
#7
This should help you achieve what you want: https://armantheparman.com/op_return/

You may want to read the warnings and try this with a small amount first.

You won't need to provide any code to other party in this case, but they will still have to check a block explorer in order to see the message. I don't think wallets will show him that.
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
April 05, 2023, 01:18:25 PM
#6
lets say I need to send to your bitcoin address a transaction merged with a message

I want you to see this message without me providing you any details to check it

for example: here is $100 for your birthday - good luck

like when you send someone flowers with a letter
Send an email? You can use OP_RETURN in Bitcoin, but most users don't look for that.

email is a good idea for sure, but trying to do something new.

will look into that op return
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
April 05, 2023, 01:13:34 PM
#5
If you sign a message, for another person to verify it, you need to send the bitcoin address used, the message and the signature to the person.

verify it like see it? can't just see it from bitcoin explorer txid for example?
hero member
Activity: 1643
Merit: 683
LoyceV on the road. Or couch.
April 05, 2023, 01:11:10 PM
#4
lets say I need to send to your bitcoin address a transaction merged with a message

I want you to see this message without me providing you any details to check it

for example: here is $100 for your birthday - good luck

like when you send someone flowers with a letter
Send an email? You can use OP_RETURN in Bitcoin, but most users don't look for that.
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
April 05, 2023, 01:08:11 PM
#3
lets say I need to send to your bitcoin address a transaction merged with a message

I want you to see this message without me providing you any details to check it

for example: here is $100 for your birthday - good luck

like when you send someone flowers with a letter
staff
Activity: 3472
Merit: 6129
April 05, 2023, 01:06:20 PM
#2
I'm not sure I understand what you're trying to achieve here. If you're providing a signed message for someone, then you need to give it to other person, otherwise, how are you expecting them to be able to verify it?
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
April 05, 2023, 01:02:55 PM
#1
how to send a signed message that the other party can see it without me providing the code to check it
Jump to: