How to make a vanity throwaway address? Similar to 1BitcoinEaterAddressDontSendf59kuE

4

0

I want to write data to the Blockchain, and write to specific addresses.

I want to send small amounts of Bitcoin to addresses like this:

1MikesReallyCoolApp<game_id_here>59kuE

How can I do this while still maintaining a valid address to send BTC to?

Is there someone who can breakdown the parts of a Bitcoin address that can be altered? I know each address needs a "1" in the beginning, but not sure about the other rules.

Mike

Posted 2015-10-14T01:54:08.293

Reputation: 161

Question was closed 2018-05-01T19:49:44.050

Note that the blockchain is not meant to write data to, especially not in this way. Have a look at OP_RETURN please.Jannes 2015-10-14T11:47:20.760

1Do you want to make burn addresses or vanity addresses? I thought the latter, but the answerer appears to think the former.Murch 2015-10-14T20:35:12.493

Answers

3

Simple website to create burn address http://gobittest.appspot.com/ProofOfBurn If you want a script try this https://gist.github.com/CoinWhisperer/6d673f1f3d13da1611cd

dark knight

Posted 2015-10-14T01:54:08.293

Reputation: 1 532