Is it possible to “destroy” a wallet?2019 Community Moderator ElectionHow do I confirm my Tezos wallet is...

IGBT transistor with auxiliary emitter

speculum - A simple, straightforward Arch Linux mirror list optimizer

How can I get my players to come to the game session after agreeing to a date?

Is it possible to "destroy" a wallet?

Consequences of lack of rigour

Can a person refuse a presidential pardon?

Is boss over stepping boundary/micromanaging?

Why did the villain in the first Men in Black movie care about Earth's Cockroaches?

Bash Script Function Return True-False

How to say "Brexit" in Latin?

Hybrid flat to drop conversion advice

Why would space fleets be aligned?

How to prevent cleaner from hanging my lock screen in Ubuntu 16.04

Can a long polymer chain interact with itself via van der Waals forces?

Concatenation of fieldvalue and fieldname (handling of NULL)

Can you tell from a blurry photo if focus was too close or too far?

Can I string the DnD Starter Set campaign into another modules, keeping the same characters?

Is it possible to grant users sftp access without shell access? If yes, how is it implemented?

Can we harness gravitational potential energy?

Transpose a matrix and parenthesis

Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?

Does theoretical physics suggest that gravity is the exchange of gravitons or deformation/bending of spacetime?

What would the chemical name be for C13H8Cl3NO

Publishing research using outdated methods



Is it possible to “destroy” a wallet?



2019 Community Moderator ElectionHow 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 walletHow 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?Would it be possible to find a Derivation path for a public TZ1 addressWallet using the secure enclave of the iPhoneWhy is my faucet wallet on Alphanet not recognized?












1















Say I have a few wallets (tz1...), and would like to only use one. Is it possible to delete a wallet? If so, does the blockchain record this action?



Is there actually any benefit for the blockchain for deleting accounts? The number of unique wallets is of course very very high, enough to satisfy any potential demand, so releasing account numbers is unlikely to be of any help. Perhaps, adding information of deletion of wallets to the blockchain might just add redundant information to it, unnecessarily increasing its size.










share|improve this question





























    1















    Say I have a few wallets (tz1...), and would like to only use one. Is it possible to delete a wallet? If so, does the blockchain record this action?



    Is there actually any benefit for the blockchain for deleting accounts? The number of unique wallets is of course very very high, enough to satisfy any potential demand, so releasing account numbers is unlikely to be of any help. Perhaps, adding information of deletion of wallets to the blockchain might just add redundant information to it, unnecessarily increasing its size.










    share|improve this question



























      1












      1








      1








      Say I have a few wallets (tz1...), and would like to only use one. Is it possible to delete a wallet? If so, does the blockchain record this action?



      Is there actually any benefit for the blockchain for deleting accounts? The number of unique wallets is of course very very high, enough to satisfy any potential demand, so releasing account numbers is unlikely to be of any help. Perhaps, adding information of deletion of wallets to the blockchain might just add redundant information to it, unnecessarily increasing its size.










      share|improve this question
















      Say I have a few wallets (tz1...), and would like to only use one. Is it possible to delete a wallet? If so, does the blockchain record this action?



      Is there actually any benefit for the blockchain for deleting accounts? The number of unique wallets is of course very very high, enough to satisfy any potential demand, so releasing account numbers is unlikely to be of any help. Perhaps, adding information of deletion of wallets to the blockchain might just add redundant information to it, unnecessarily increasing its size.







      wallets blockchain






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago







      luchonacho

















      asked 4 hours ago









      luchonacholuchonacho

      27817




      27817






















          2 Answers
          2






          active

          oldest

          votes


















          2














          I am talking from memory of the transition from proto 002 to proto 003 so hopefully i got it right.



          If you go on tzscan you will see that there is a counter for addresses



          https://tzscan.io/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn



          When this counter is not zero it means the address is « alive » which means in practice that it has a non-zero balance and on practical terms it is taking a non-zero space in the blockchain context.



          You can create tons of addresses but as long as they do have 0 balance they do not take any space in the context (and the counter stays at 0). Also if you empty an account there is no longer a storage associated with it and the counter goes back to 0.



          Now in order to put balance into an empty address or to bring back the balance of an non-empty account back to 0 costs a fee (since proto 003 and i believe the amount is 0.257xtz).



          All in all i would say that bring the balance back to 0 is the closest you can get to « destroy » an address since it does no longer consume any space in the blockchain’s context.



          EDIT: please not that all of the above applies to implicit addresses (tz...). Originated contracts (KT..) cannot be deleted even with 0 balance (as of proto 003)






          share|improve this answer

































            1














            If there has been any transactions to or from any of these wallets they will be on the chain forever.



            You can "forget" them on your tezos node using:



            tezos-client forget address <name> -f


            The -f (force) option will remove the keys from disk (if present).






            share|improve this answer
























            • Of course there will be a registry of transactions with the wallet forever (whole point of the blockchain). But is it possible to tell the blockchain a wallet has been destroyed? Is it ever useful?

              – luchonacho
              4 hours ago











            • Not to my knowledge, no.

              – asbjornenge
              3 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%2f629%2fis-it-possible-to-destroy-a-wallet%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            I am talking from memory of the transition from proto 002 to proto 003 so hopefully i got it right.



            If you go on tzscan you will see that there is a counter for addresses



            https://tzscan.io/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn



            When this counter is not zero it means the address is « alive » which means in practice that it has a non-zero balance and on practical terms it is taking a non-zero space in the blockchain context.



            You can create tons of addresses but as long as they do have 0 balance they do not take any space in the context (and the counter stays at 0). Also if you empty an account there is no longer a storage associated with it and the counter goes back to 0.



            Now in order to put balance into an empty address or to bring back the balance of an non-empty account back to 0 costs a fee (since proto 003 and i believe the amount is 0.257xtz).



            All in all i would say that bring the balance back to 0 is the closest you can get to « destroy » an address since it does no longer consume any space in the blockchain’s context.



            EDIT: please not that all of the above applies to implicit addresses (tz...). Originated contracts (KT..) cannot be deleted even with 0 balance (as of proto 003)






            share|improve this answer






























              2














              I am talking from memory of the transition from proto 002 to proto 003 so hopefully i got it right.



              If you go on tzscan you will see that there is a counter for addresses



              https://tzscan.io/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn



              When this counter is not zero it means the address is « alive » which means in practice that it has a non-zero balance and on practical terms it is taking a non-zero space in the blockchain context.



              You can create tons of addresses but as long as they do have 0 balance they do not take any space in the context (and the counter stays at 0). Also if you empty an account there is no longer a storage associated with it and the counter goes back to 0.



              Now in order to put balance into an empty address or to bring back the balance of an non-empty account back to 0 costs a fee (since proto 003 and i believe the amount is 0.257xtz).



              All in all i would say that bring the balance back to 0 is the closest you can get to « destroy » an address since it does no longer consume any space in the blockchain’s context.



              EDIT: please not that all of the above applies to implicit addresses (tz...). Originated contracts (KT..) cannot be deleted even with 0 balance (as of proto 003)






              share|improve this answer




























                2












                2








                2







                I am talking from memory of the transition from proto 002 to proto 003 so hopefully i got it right.



                If you go on tzscan you will see that there is a counter for addresses



                https://tzscan.io/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn



                When this counter is not zero it means the address is « alive » which means in practice that it has a non-zero balance and on practical terms it is taking a non-zero space in the blockchain context.



                You can create tons of addresses but as long as they do have 0 balance they do not take any space in the context (and the counter stays at 0). Also if you empty an account there is no longer a storage associated with it and the counter goes back to 0.



                Now in order to put balance into an empty address or to bring back the balance of an non-empty account back to 0 costs a fee (since proto 003 and i believe the amount is 0.257xtz).



                All in all i would say that bring the balance back to 0 is the closest you can get to « destroy » an address since it does no longer consume any space in the blockchain’s context.



                EDIT: please not that all of the above applies to implicit addresses (tz...). Originated contracts (KT..) cannot be deleted even with 0 balance (as of proto 003)






                share|improve this answer















                I am talking from memory of the transition from proto 002 to proto 003 so hopefully i got it right.



                If you go on tzscan you will see that there is a counter for addresses



                https://tzscan.io/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn



                When this counter is not zero it means the address is « alive » which means in practice that it has a non-zero balance and on practical terms it is taking a non-zero space in the blockchain context.



                You can create tons of addresses but as long as they do have 0 balance they do not take any space in the context (and the counter stays at 0). Also if you empty an account there is no longer a storage associated with it and the counter goes back to 0.



                Now in order to put balance into an empty address or to bring back the balance of an non-empty account back to 0 costs a fee (since proto 003 and i believe the amount is 0.257xtz).



                All in all i would say that bring the balance back to 0 is the closest you can get to « destroy » an address since it does no longer consume any space in the blockchain’s context.



                EDIT: please not that all of the above applies to implicit addresses (tz...). Originated contracts (KT..) cannot be deleted even with 0 balance (as of proto 003)







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 49 mins ago

























                answered 2 hours ago









                EzyEzy

                2,188427




                2,188427























                    1














                    If there has been any transactions to or from any of these wallets they will be on the chain forever.



                    You can "forget" them on your tezos node using:



                    tezos-client forget address <name> -f


                    The -f (force) option will remove the keys from disk (if present).






                    share|improve this answer
























                    • Of course there will be a registry of transactions with the wallet forever (whole point of the blockchain). But is it possible to tell the blockchain a wallet has been destroyed? Is it ever useful?

                      – luchonacho
                      4 hours ago











                    • Not to my knowledge, no.

                      – asbjornenge
                      3 hours ago
















                    1














                    If there has been any transactions to or from any of these wallets they will be on the chain forever.



                    You can "forget" them on your tezos node using:



                    tezos-client forget address <name> -f


                    The -f (force) option will remove the keys from disk (if present).






                    share|improve this answer
























                    • Of course there will be a registry of transactions with the wallet forever (whole point of the blockchain). But is it possible to tell the blockchain a wallet has been destroyed? Is it ever useful?

                      – luchonacho
                      4 hours ago











                    • Not to my knowledge, no.

                      – asbjornenge
                      3 hours ago














                    1












                    1








                    1







                    If there has been any transactions to or from any of these wallets they will be on the chain forever.



                    You can "forget" them on your tezos node using:



                    tezos-client forget address <name> -f


                    The -f (force) option will remove the keys from disk (if present).






                    share|improve this answer













                    If there has been any transactions to or from any of these wallets they will be on the chain forever.



                    You can "forget" them on your tezos node using:



                    tezos-client forget address <name> -f


                    The -f (force) option will remove the keys from disk (if present).







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 4 hours ago









                    asbjornengeasbjornenge

                    640114




                    640114













                    • Of course there will be a registry of transactions with the wallet forever (whole point of the blockchain). But is it possible to tell the blockchain a wallet has been destroyed? Is it ever useful?

                      – luchonacho
                      4 hours ago











                    • Not to my knowledge, no.

                      – asbjornenge
                      3 hours ago



















                    • Of course there will be a registry of transactions with the wallet forever (whole point of the blockchain). But is it possible to tell the blockchain a wallet has been destroyed? Is it ever useful?

                      – luchonacho
                      4 hours ago











                    • Not to my knowledge, no.

                      – asbjornenge
                      3 hours ago

















                    Of course there will be a registry of transactions with the wallet forever (whole point of the blockchain). But is it possible to tell the blockchain a wallet has been destroyed? Is it ever useful?

                    – luchonacho
                    4 hours ago





                    Of course there will be a registry of transactions with the wallet forever (whole point of the blockchain). But is it possible to tell the blockchain a wallet has been destroyed? Is it ever useful?

                    – luchonacho
                    4 hours ago













                    Not to my knowledge, no.

                    – asbjornenge
                    3 hours ago





                    Not to my knowledge, no.

                    – asbjornenge
                    3 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%2f629%2fis-it-possible-to-destroy-a-wallet%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

                    Benedict Cumberbatch Contingut Inicis Debut professional Premis Filmografia bàsica Premis i...

                    Monticle de plataforma Contingut Est de Nord Amèrica Interpretacions Altres cultures Vegeu...

                    Escacs Janus Enllaços externs Menú de navegacióEscacs JanusJanusschachBrainKing.comChessV