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?

Why is my log file so massive? 22gb. I am running log backups

How can I fix this gap between bookcases I made?

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

How to manage monthly salary

A poker game description that does not feel gimmicky

Calculate Levenshtein distance between two strings in Python

Patience, young "Padovan"

Is every set a filtered colimit of finite sets?

What is the meaning of "of trouble" in the following sentence?

Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?

Copycat chess is back

Eliminate empty elements from a list with a specific pattern

Lied on resume at previous job

LWC and complex parameters

How to move the player while also allowing forces to affect it

Was there ever an axiom rendered a theorem?

Is "plugging out" electronic devices an American expression?

What happens when a metallic dragon and a chromatic dragon mate?

Is there a way to make member function NOT callable from constructor?

Does a dangling wire really electrocute me if I'm standing in water?

Crop image to path created in TikZ?

What do you call words made from common English words?

Is Social Media Science Fiction?

Does bootstrapped regression allow for inference?



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?













1















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
    11 hours ago











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

    – luchonacho
    10 hours ago











  • tz1 addresses are not originated accounts. A tz1 address is created by generating a new secret key. This can happen in secret, obviously, and so we can never know when it happened. Clearly this is not what you're asking about?

    – Tom
    9 hours ago











  • @Tom I meant an implicit account. Maybe I do not know enough and this site can help me understanding better? Maybe I do mean generating a new secret key.

    – luchonacho
    9 hours ago
















1















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
    11 hours ago











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

    – luchonacho
    10 hours ago











  • tz1 addresses are not originated accounts. A tz1 address is created by generating a new secret key. This can happen in secret, obviously, and so we can never know when it happened. Clearly this is not what you're asking about?

    – Tom
    9 hours ago











  • @Tom I meant an implicit account. Maybe I do not know enough and this site can help me understanding better? Maybe I do mean generating a new secret key.

    – luchonacho
    9 hours ago














1












1








1








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 15 hours ago









luchonacholuchonacho

540318




540318












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

    – Tom
    11 hours ago











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

    – luchonacho
    10 hours ago











  • tz1 addresses are not originated accounts. A tz1 address is created by generating a new secret key. This can happen in secret, obviously, and so we can never know when it happened. Clearly this is not what you're asking about?

    – Tom
    9 hours ago











  • @Tom I meant an implicit account. Maybe I do not know enough and this site can help me understanding better? Maybe I do mean generating a new secret key.

    – luchonacho
    9 hours ago


















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

    – Tom
    11 hours ago











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

    – luchonacho
    10 hours ago











  • tz1 addresses are not originated accounts. A tz1 address is created by generating a new secret key. This can happen in secret, obviously, and so we can never know when it happened. Clearly this is not what you're asking about?

    – Tom
    9 hours ago











  • @Tom I meant an implicit account. Maybe I do not know enough and this site can help me understanding better? Maybe I do mean generating a new secret key.

    – luchonacho
    9 hours ago

















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

– Tom
11 hours ago





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

– Tom
11 hours ago













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

– luchonacho
10 hours ago





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

– luchonacho
10 hours ago













tz1 addresses are not originated accounts. A tz1 address is created by generating a new secret key. This can happen in secret, obviously, and so we can never know when it happened. Clearly this is not what you're asking about?

– Tom
9 hours ago





tz1 addresses are not originated accounts. A tz1 address is created by generating a new secret key. This can happen in secret, obviously, and so we can never know when it happened. Clearly this is not what you're asking about?

– Tom
9 hours ago













@Tom I meant an implicit account. Maybe I do not know enough and this site can help me understanding better? Maybe I do mean generating a new secret key.

– luchonacho
9 hours ago






@Tom I meant an implicit account. Maybe I do not know enough and this site can help me understanding better? Maybe I do mean generating a new secret key.

– luchonacho
9 hours 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
    11 hours 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
    11 hours 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
    11 hours 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
    11 hours 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
    11 hours 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
    11 hours 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 10 hours ago

























answered 12 hours ago









RoMarQRoMarQ

4769




4769












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

    – luchonacho
    11 hours 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
    11 hours ago

















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

    – luchonacho
    11 hours 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
    11 hours ago
















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

– luchonacho
11 hours ago





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

– luchonacho
11 hours 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
11 hours 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
11 hours 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

Jet Time Laivasto | Lähteet | Aiheesta muualla | NavigointivalikkoJet Time - The CompanyThe CompanyManagementJet Time aloittaa lauantaina Suomi-rekisterissä olevalla Boeing 737 -koneellaJettime Finland Fleet Details and HistoryJettime Fleet Details and HistoryRegional Jet OÜ takes over ATR production for SASJet Time Returns To Its Core BusinessYhtiön kotisivutlaajentamalla

Olympian arkeologinen museo Sisällysluettelo Historia ja rakennus | Kokoelmat | Lähteet | Aiheesta muualla | Navigointivalikko37°38′36″N, 21°37′46″EInfobox OKArchaeological Museum of Olympia: HistoryArchaeological Museum of Olympia: DescriptionΜουσείο Ιστορίας των Ολυμπιακών Αγώνων της Αρχαιότητας: ΙστορικόArchaeological Museum of Olympia

Äpy Sisällysluettelo Äpyt kautta historian | Esimerkkejä Äpy-huumorista | Katso myös | Kirjallisuutta | Aiheesta muualla | Navigointivalikkowww.äpy.fi