Can I know when a wallet was created?How do I confirm my Tezos wallet is up to date; most current version etc.?How to add and transfer from originated accounts in the CLI walletWhat does it mean when someone double bakes or double endorse?How can I use Kukai wallet on alphanet?How do I know my password or backup information is not being shared when creating a new wallet?Why is my faucet wallet on Alphanet not recognized?Is it possible to 'destroy' a wallet?Can I transfer a delegated KTZ account from one TZ1 account to another?Newbie user is confusedHow to create a wallet in Ledger Nano S?

Is Fable (1996) connected in any way to the Fable franchise from Lionhead Studios?

Why is "Reports" in the sentence below without the article "The"?

Check if two datetimes are between two others

How to handle columns with categorical data and many unique values

Set up public ip on server

What are the advantages and disadvantages of running one shots compared to campaigns?

What is the command to reset a PC without deleting any files

Need help identifying/translating a plaque in Tangier, Morocco

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

I see my dog run

Patience, young "Padovan"

Does the average primeness of natural numbers tend to zero?

How do I create uniquely male characters?

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Weird behaviour when using querySelector

Wild Shape Centaur Into a Giant Elk: do their Charges stack?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Finding files for which a command fails

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Can you lasso down a wizard who is using the Levitate spell?

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?

How to make payment on the internet without leaving a money trail?

How to deal with fear of taking dependencies

Pristine Bit Checking



Can I know when a wallet was created?


How do I confirm my Tezos wallet is up to date; most current version etc.?How to add and transfer from originated accounts in the CLI walletWhat does it mean when someone double bakes or double endorse?How can I use Kukai wallet on alphanet?How do I know my password or backup information is not being shared when creating a new wallet?Why is my faucet wallet on Alphanet not recognized?Is it possible to 'destroy' a wallet?Can I transfer a delegated KTZ account from one TZ1 account to another?Newbie user is confusedHow to create a wallet in Ledger Nano S?













2















Is it possible to see the creation date of a wallet? If so, where? Is this information publicly recorded in the blockchain? I don't seem to find it. For instance, consider this random address (taken from endorsements to a recent block). Can we know when it was created?










share|improve this question






















  • What do you mean by "wallet" and "create"?

    – Tom
    1 hour ago











  • @Tom When a tz1 address (an originated account) was created.

    – luchonacho
    34 mins ago















2















Is it possible to see the creation date of a wallet? If so, where? Is this information publicly recorded in the blockchain? I don't seem to find it. For instance, consider this random address (taken from endorsements to a recent block). Can we know when it was created?










share|improve this question






















  • What do you mean by "wallet" and "create"?

    – Tom
    1 hour ago











  • @Tom When a tz1 address (an originated account) was created.

    – luchonacho
    34 mins ago













2












2








2








Is it possible to see the creation date of a wallet? If so, where? Is this information publicly recorded in the blockchain? I don't seem to find it. For instance, consider this random address (taken from endorsements to a recent block). Can we know when it was created?










share|improve this question














Is it possible to see the creation date of a wallet? If so, where? Is this information publicly recorded in the blockchain? I don't seem to find it. For instance, consider this random address (taken from endorsements to a recent block). Can we know when it was created?







wallets blockchain timestamp






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 5 hours ago









luchonacholuchonacho

538318




538318












  • What do you mean by "wallet" and "create"?

    – Tom
    1 hour ago











  • @Tom When a tz1 address (an originated account) was created.

    – luchonacho
    34 mins ago

















  • What do you mean by "wallet" and "create"?

    – Tom
    1 hour ago











  • @Tom When a tz1 address (an originated account) was created.

    – luchonacho
    34 mins ago
















What do you mean by "wallet" and "create"?

– Tom
1 hour ago





What do you mean by "wallet" and "create"?

– Tom
1 hour ago













@Tom When a tz1 address (an originated account) was created.

– luchonacho
34 mins ago





@Tom When a tz1 address (an originated account) was created.

– luchonacho
34 mins ago










1 Answer
1






active

oldest

votes


















2














My suggestion would be using tzscan API.



For example checking all activations until you find a match



something like this:



index = 0
loop while true
GET https://api1.tzscan.io/v1/operations?type=Activation&p=$index++&number=50
compare each item
end loop


It has a timestamp for each activation




Correct way of doing it with tzscan



https://api5.tzscan.io/v1/operations/$public_key_hash?type=Reveal






share|improve this answer

























  • So activation time is the creation date? And is that in the blockchain?

    – luchonacho
    1 hour ago











  • Yes, but you need to have a copy of the full blockchain if you want to access old activations or do like tzscan that sniffs everything from the chain and stores it on a database.

    – RoMarQ
    1 hour ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "698"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f1021%2fcan-i-know-when-a-wallet-was-created%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














My suggestion would be using tzscan API.



For example checking all activations until you find a match



something like this:



index = 0
loop while true
GET https://api1.tzscan.io/v1/operations?type=Activation&p=$index++&number=50
compare each item
end loop


It has a timestamp for each activation




Correct way of doing it with tzscan



https://api5.tzscan.io/v1/operations/$public_key_hash?type=Reveal






share|improve this answer

























  • So activation time is the creation date? And is that in the blockchain?

    – luchonacho
    1 hour ago











  • Yes, but you need to have a copy of the full blockchain if you want to access old activations or do like tzscan that sniffs everything from the chain and stores it on a database.

    – RoMarQ
    1 hour ago















2














My suggestion would be using tzscan API.



For example checking all activations until you find a match



something like this:



index = 0
loop while true
GET https://api1.tzscan.io/v1/operations?type=Activation&p=$index++&number=50
compare each item
end loop


It has a timestamp for each activation




Correct way of doing it with tzscan



https://api5.tzscan.io/v1/operations/$public_key_hash?type=Reveal






share|improve this answer

























  • So activation time is the creation date? And is that in the blockchain?

    – luchonacho
    1 hour ago











  • Yes, but you need to have a copy of the full blockchain if you want to access old activations or do like tzscan that sniffs everything from the chain and stores it on a database.

    – RoMarQ
    1 hour ago













2












2








2







My suggestion would be using tzscan API.



For example checking all activations until you find a match



something like this:



index = 0
loop while true
GET https://api1.tzscan.io/v1/operations?type=Activation&p=$index++&number=50
compare each item
end loop


It has a timestamp for each activation




Correct way of doing it with tzscan



https://api5.tzscan.io/v1/operations/$public_key_hash?type=Reveal






share|improve this answer















My suggestion would be using tzscan API.



For example checking all activations until you find a match



something like this:



index = 0
loop while true
GET https://api1.tzscan.io/v1/operations?type=Activation&p=$index++&number=50
compare each item
end loop


It has a timestamp for each activation




Correct way of doing it with tzscan



https://api5.tzscan.io/v1/operations/$public_key_hash?type=Reveal







share|improve this answer














share|improve this answer



share|improve this answer








edited 18 mins ago

























answered 2 hours ago









RoMarQRoMarQ

4769




4769












  • So activation time is the creation date? And is that in the blockchain?

    – luchonacho
    1 hour ago











  • Yes, but you need to have a copy of the full blockchain if you want to access old activations or do like tzscan that sniffs everything from the chain and stores it on a database.

    – RoMarQ
    1 hour ago

















  • So activation time is the creation date? And is that in the blockchain?

    – luchonacho
    1 hour ago











  • Yes, but you need to have a copy of the full blockchain if you want to access old activations or do like tzscan that sniffs everything from the chain and stores it on a database.

    – RoMarQ
    1 hour ago
















So activation time is the creation date? And is that in the blockchain?

– luchonacho
1 hour ago





So activation time is the creation date? And is that in the blockchain?

– luchonacho
1 hour ago













Yes, but you need to have a copy of the full blockchain if you want to access old activations or do like tzscan that sniffs everything from the chain and stores it on a database.

– RoMarQ
1 hour ago





Yes, but you need to have a copy of the full blockchain if you want to access old activations or do like tzscan that sniffs everything from the chain and stores it on a database.

– RoMarQ
1 hour ago

















draft saved

draft discarded
















































Thanks for contributing an answer to Tezos Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f1021%2fcan-i-know-when-a-wallet-was-created%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

Are there legal definitions of ethnicities/races? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Legal definitions in the United StatesAre there truly legal limits on US interest rates?Are gender identity and sexual orientation federally protected?Why is there an apparent legal bias against digital services?What limits are there to the powers of individual judges in the United States legal system?Are women only scholarships legal under Irish / EU law?Is the term “race” defined by Public Law enacted by Congress of the United StatesIs there a legal definition of race in the US?Neighbors are spying for landlord on Renters is it legal?Are Protected Classes Bi-directional?