Send data to bitcoin blockchain

0

Is it possible to send a transaction containing hashed values in the body of it to no one? I explain better. I would like to store data on bitcoin and I would need to send a transaction containing this value but not to any specific address. I could i do it?

Bruce Wayne

Posted 2019-10-05T13:06:24.643

Reputation: 337

Related: How do I upload a file to a testnet blockchain. The process is similar.

Ugam Kamat 2019-10-05T16:01:34.750

Answers

0

It's storing data on bitcoin blockchain is not a good practice but is possible to create a transaction with a special script.

The transaction name is Transaction null data, a little introduction on this type of the transaction is here

vincenzopalazzo

Posted 2019-10-05T13:06:24.643

Reputation: 572

0

You are free to design your scriptPubKey for the Output Transaction as you wish. So just a OP_RETURN makes it unspendable.

user674907

Posted 2019-10-05T13:06:24.643

Reputation: 17