Hard fork versions

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












Where can I find explanation about the different versions(from 1 to 9)?
Is there a way to change the version to RingCT's version on testnet (started from scratch - block 0) without causing troubles with constructing transactions or receiving?










share|improve this question

























    up vote
    1
    down vote

    favorite












    Where can I find explanation about the different versions(from 1 to 9)?
    Is there a way to change the version to RingCT's version on testnet (started from scratch - block 0) without causing troubles with constructing transactions or receiving?










    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Where can I find explanation about the different versions(from 1 to 9)?
      Is there a way to change the version to RingCT's version on testnet (started from scratch - block 0) without causing troubles with constructing transactions or receiving?










      share|improve this question













      Where can I find explanation about the different versions(from 1 to 9)?
      Is there a way to change the version to RingCT's version on testnet (started from scratch - block 0) without causing troubles with constructing transactions or receiving?







      hard-fork






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      adsl

      936




      936




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          There is a table with some information about the protocol versions in the README file of the Monero source code (https://github.com/monero-project/monero/blob/master/README.md).



          Extract from the table:




          |---------+------------+----------+-----------+--------------------------------------|
          | Block | Date | Protocol | Minimum | Details |
          | height | | version | software | |
          | | | | version | |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1009827 | 2016-03-22 | v2 | v0.9.4 | Allow only >= ringsize 3, |
          | | | | | blocktime = 120 seconds, |
          | | | | | fee-free blocksize 60 kb |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1141317 | 2016-09-21 | v3 | v0.9.4 | Splits coinbase into denominations |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1220516 | 2017-01-05 | v4 | v0.10.1 | Allow normal and RingCT transactions |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | Adjusted minimum blocksize and fee |
          | | | | | algorithm |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1400000 | 2017-09-16 | v6 | v0.11.0.0 | Allow only RingCT transactions, |
          | | | | | allow only >= ringsize 5 |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1546000 | 2018-04-06 | v7 | v0.12.0.0 | Cryptonight variant 1, |
          | | | | | ringsize >= 7, |
          | | | | | sorted inputs |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1685555 | 2018-10-18 | v8 | v0.13.0.0 | max transaction size at half the |
          | | | | | penalty free block size, |
          | | | | | bulletproofs enabled, |
          | | | | | cryptonight variant 2, |
          | | | | | fixed ringsize 11 |
          |---------+------------+----------+-----------+--------------------------------------|
          | 1686275 | 2018-10-19 | v9 | v0.13.0.0 | bulletproofs required |
          |---------+------------+----------+-----------+--------------------------------------|


          The block heights for protocol upgrades are defined in the file src/cryptonote_core/blockchain.cpp. You can probably change the heights of the testnet protocol upgrades for your personal testnet, but I have never tried and there might be some other things to change for things to work well.






          share|improve this answer




















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "656"
            ;
            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',
            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%2fmonero.stackexchange.com%2fquestions%2f10495%2fhard-fork-versions%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            There is a table with some information about the protocol versions in the README file of the Monero source code (https://github.com/monero-project/monero/blob/master/README.md).



            Extract from the table:




            |---------+------------+----------+-----------+--------------------------------------|
            | Block | Date | Protocol | Minimum | Details |
            | height | | version | software | |
            | | | | version | |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1009827 | 2016-03-22 | v2 | v0.9.4 | Allow only >= ringsize 3, |
            | | | | | blocktime = 120 seconds, |
            | | | | | fee-free blocksize 60 kb |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1141317 | 2016-09-21 | v3 | v0.9.4 | Splits coinbase into denominations |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1220516 | 2017-01-05 | v4 | v0.10.1 | Allow normal and RingCT transactions |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | Adjusted minimum blocksize and fee |
            | | | | | algorithm |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1400000 | 2017-09-16 | v6 | v0.11.0.0 | Allow only RingCT transactions, |
            | | | | | allow only >= ringsize 5 |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1546000 | 2018-04-06 | v7 | v0.12.0.0 | Cryptonight variant 1, |
            | | | | | ringsize >= 7, |
            | | | | | sorted inputs |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1685555 | 2018-10-18 | v8 | v0.13.0.0 | max transaction size at half the |
            | | | | | penalty free block size, |
            | | | | | bulletproofs enabled, |
            | | | | | cryptonight variant 2, |
            | | | | | fixed ringsize 11 |
            |---------+------------+----------+-----------+--------------------------------------|
            | 1686275 | 2018-10-19 | v9 | v0.13.0.0 | bulletproofs required |
            |---------+------------+----------+-----------+--------------------------------------|


            The block heights for protocol upgrades are defined in the file src/cryptonote_core/blockchain.cpp. You can probably change the heights of the testnet protocol upgrades for your personal testnet, but I have never tried and there might be some other things to change for things to work well.






            share|improve this answer
























              up vote
              2
              down vote













              There is a table with some information about the protocol versions in the README file of the Monero source code (https://github.com/monero-project/monero/blob/master/README.md).



              Extract from the table:




              |---------+------------+----------+-----------+--------------------------------------|
              | Block | Date | Protocol | Minimum | Details |
              | height | | version | software | |
              | | | | version | |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1009827 | 2016-03-22 | v2 | v0.9.4 | Allow only >= ringsize 3, |
              | | | | | blocktime = 120 seconds, |
              | | | | | fee-free blocksize 60 kb |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1141317 | 2016-09-21 | v3 | v0.9.4 | Splits coinbase into denominations |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1220516 | 2017-01-05 | v4 | v0.10.1 | Allow normal and RingCT transactions |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | Adjusted minimum blocksize and fee |
              | | | | | algorithm |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1400000 | 2017-09-16 | v6 | v0.11.0.0 | Allow only RingCT transactions, |
              | | | | | allow only >= ringsize 5 |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1546000 | 2018-04-06 | v7 | v0.12.0.0 | Cryptonight variant 1, |
              | | | | | ringsize >= 7, |
              | | | | | sorted inputs |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1685555 | 2018-10-18 | v8 | v0.13.0.0 | max transaction size at half the |
              | | | | | penalty free block size, |
              | | | | | bulletproofs enabled, |
              | | | | | cryptonight variant 2, |
              | | | | | fixed ringsize 11 |
              |---------+------------+----------+-----------+--------------------------------------|
              | 1686275 | 2018-10-19 | v9 | v0.13.0.0 | bulletproofs required |
              |---------+------------+----------+-----------+--------------------------------------|


              The block heights for protocol upgrades are defined in the file src/cryptonote_core/blockchain.cpp. You can probably change the heights of the testnet protocol upgrades for your personal testnet, but I have never tried and there might be some other things to change for things to work well.






              share|improve this answer






















                up vote
                2
                down vote










                up vote
                2
                down vote









                There is a table with some information about the protocol versions in the README file of the Monero source code (https://github.com/monero-project/monero/blob/master/README.md).



                Extract from the table:




                |---------+------------+----------+-----------+--------------------------------------|
                | Block | Date | Protocol | Minimum | Details |
                | height | | version | software | |
                | | | | version | |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1009827 | 2016-03-22 | v2 | v0.9.4 | Allow only >= ringsize 3, |
                | | | | | blocktime = 120 seconds, |
                | | | | | fee-free blocksize 60 kb |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1141317 | 2016-09-21 | v3 | v0.9.4 | Splits coinbase into denominations |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1220516 | 2017-01-05 | v4 | v0.10.1 | Allow normal and RingCT transactions |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | Adjusted minimum blocksize and fee |
                | | | | | algorithm |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1400000 | 2017-09-16 | v6 | v0.11.0.0 | Allow only RingCT transactions, |
                | | | | | allow only >= ringsize 5 |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1546000 | 2018-04-06 | v7 | v0.12.0.0 | Cryptonight variant 1, |
                | | | | | ringsize >= 7, |
                | | | | | sorted inputs |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1685555 | 2018-10-18 | v8 | v0.13.0.0 | max transaction size at half the |
                | | | | | penalty free block size, |
                | | | | | bulletproofs enabled, |
                | | | | | cryptonight variant 2, |
                | | | | | fixed ringsize 11 |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1686275 | 2018-10-19 | v9 | v0.13.0.0 | bulletproofs required |
                |---------+------------+----------+-----------+--------------------------------------|


                The block heights for protocol upgrades are defined in the file src/cryptonote_core/blockchain.cpp. You can probably change the heights of the testnet protocol upgrades for your personal testnet, but I have never tried and there might be some other things to change for things to work well.






                share|improve this answer












                There is a table with some information about the protocol versions in the README file of the Monero source code (https://github.com/monero-project/monero/blob/master/README.md).



                Extract from the table:




                |---------+------------+----------+-----------+--------------------------------------|
                | Block | Date | Protocol | Minimum | Details |
                | height | | version | software | |
                | | | | version | |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1009827 | 2016-03-22 | v2 | v0.9.4 | Allow only >= ringsize 3, |
                | | | | | blocktime = 120 seconds, |
                | | | | | fee-free blocksize 60 kb |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1141317 | 2016-09-21 | v3 | v0.9.4 | Splits coinbase into denominations |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1220516 | 2017-01-05 | v4 | v0.10.1 | Allow normal and RingCT transactions |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | Adjusted minimum blocksize and fee |
                | | | | | algorithm |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1400000 | 2017-09-16 | v6 | v0.11.0.0 | Allow only RingCT transactions, |
                | | | | | allow only >= ringsize 5 |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1546000 | 2018-04-06 | v7 | v0.12.0.0 | Cryptonight variant 1, |
                | | | | | ringsize >= 7, |
                | | | | | sorted inputs |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1685555 | 2018-10-18 | v8 | v0.13.0.0 | max transaction size at half the |
                | | | | | penalty free block size, |
                | | | | | bulletproofs enabled, |
                | | | | | cryptonight variant 2, |
                | | | | | fixed ringsize 11 |
                |---------+------------+----------+-----------+--------------------------------------|
                | 1686275 | 2018-10-19 | v9 | v0.13.0.0 | bulletproofs required |
                |---------+------------+----------+-----------+--------------------------------------|


                The block heights for protocol upgrades are defined in the file src/cryptonote_core/blockchain.cpp. You can probably change the heights of the testnet protocol upgrades for your personal testnet, but I have never tried and there might be some other things to change for things to work well.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 49 mins ago









                glv

                3,254313




                3,254313



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmonero.stackexchange.com%2fquestions%2f10495%2fhard-fork-versions%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery