Is there a way to figure out when an address is created?

0

I'm doing some bitcoin address collections. If there are some meaningful letters in the address or if the address is created in a meaningful time to me, I will buy it.

How can I know when the address is created?

Willipm

Posted 2014-12-17T03:25:06.353

Reputation: 283

1What do you mean by "I will buy it [the address]"?Chuck Batson 2014-12-17T03:32:36.833

@Chuck Batson I will pay him for sharing the privatekey,of course I will never use the address for transactions,that would be stupid.Willipm 2014-12-17T03:36:58.050

possible duplicate of: At what point is a new wallet known by the Bitcoin network?

Murch 2014-12-20T17:14:22.410

Answers

2

Addresses are not created, per se. They're simply a representation of a public key. So, you cannot know when an address is "created."

However, it is possible to know the first time an address is used.

Chuck Batson

Posted 2014-12-17T03:25:06.353

Reputation: 565

1Maybe it's more accurate to say that it is possible to know the first time a transaction that moves outputs from/to a specific address is broadcasted (by querying the mempool) and the first time the same transaction is included into one or more blocks (by parsing the blockchain), as a newly-generated address can be used by an offline-generated transaction but we'll never know it unless it is broadcasted to the network, which can take any arbitrary amount of time.George Kimionis 2014-12-17T05:48:53.947