4

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.

Murch
  • 75,206
  • 34
  • 186
  • 622
Mike
  • 161
  • 3

1 Answers1

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
  • 2,017
  • 9
  • 25