What precisely does the commonly reported network hash rate refer to?Hash rate : Algebraic EquationWhat is the difference between kH/s, MH/s, and GH/s?Hash rate for litecoind is way below the one I get for bitcoind, is this normal?Why do we need a mining speed above 4.3Ghash/s?What does the mining difficulty number really mean?How is hash rate of mining hardware calculatedHow can someone mine bitcoins at billions or trillions of hashes per second when the nonce is only 2^32 in size?How is Ethash a 'memory hard' algorithm if it utilizes peak GPU memory bandwidth?Hash rate : Algebraic Equation

Why is Sojdlg123aljg a common password?

After a few interviews, What should I do after told to wait?

Why is it that I have to play this note on the piano as A sharp?

Could someone please explain what this inline #define assembly is doing?

When does order matter in probability?

Why did Tony's Arc Reactor do this?

Should I tip on the Amtrak train?

The Green Glass Door, Revisited

Did the Byzantines ever attempt to move their capital to Rome?

Are fast interviews red flags?

How do English-speaking kids loudly request something?

Word for something that used to be popular but not anymore

Why would an AC motor heavily shake when driven with certain frequencies?

Python implementation of atoi

Was Robin Hood's point of view ethically sound?

Is every sentence we write or utter either true or false?

Why does PAUSE key have a long make code and no break code?

is it possible to change a material depending on whether it is intersecting with another object?

What precisely does the commonly reported network hash rate refer to?

I multiply the source, you (probably) multiply the output!

What is the delta-v required to get a mass in Earth orbit into the sun using a SINGLE transfer?

What happens when a file that is 100% paged in to the page cache gets modified by another process

Furthest distance half the diameter?

How to convert P2O5 concentration to H3PO4 concentration?



What precisely does the commonly reported network hash rate refer to?


Hash rate : Algebraic EquationWhat is the difference between kH/s, MH/s, and GH/s?Hash rate for litecoind is way below the one I get for bitcoind, is this normal?Why do we need a mining speed above 4.3Ghash/s?What does the mining difficulty number really mean?How is hash rate of mining hardware calculatedHow can someone mine bitcoins at billions or trillions of hashes per second when the nonce is only 2^32 in size?How is Ethash a 'memory hard' algorithm if it utilizes peak GPU memory bandwidth?Hash rate : Algebraic Equation






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Specifically, does it refer to SHA hashes per second, or does it refer to nonce-iterations per second, because to check a nonce requires the application of SHA twice.










share|improve this question



















  • 2





    Double SHA256's per second.

    – MCCCS
    8 hours ago

















1















Specifically, does it refer to SHA hashes per second, or does it refer to nonce-iterations per second, because to check a nonce requires the application of SHA twice.










share|improve this question



















  • 2





    Double SHA256's per second.

    – MCCCS
    8 hours ago













1












1








1








Specifically, does it refer to SHA hashes per second, or does it refer to nonce-iterations per second, because to check a nonce requires the application of SHA twice.










share|improve this question














Specifically, does it refer to SHA hashes per second, or does it refer to nonce-iterations per second, because to check a nonce requires the application of SHA twice.







hashpower






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 8 hours ago









Brad ThomasBrad Thomas

2191 silver badge11 bronze badges




2191 silver badge11 bronze badges










  • 2





    Double SHA256's per second.

    – MCCCS
    8 hours ago












  • 2





    Double SHA256's per second.

    – MCCCS
    8 hours ago







2




2





Double SHA256's per second.

– MCCCS
8 hours ago





Double SHA256's per second.

– MCCCS
8 hours ago










2 Answers
2






active

oldest

votes


















5
















The number reported is an estimation of the number of block headers iterated through by all miners on the network.



This means it refers to double-SHA256 hashes performed, not broken down to individual SHA256 operations. This makes the most sense, because even in the very early days (2010, perhaps before), no full SHA256 instances were being computed. Several optimizations let you skip parts of the computation.



It is an approximation, because the actual hash rate is not observable. It can be computed by looking at the created blocks on the network, and treating each as (2^256 / target) worth of attempts (so approximately 4.3 billion hashes per difficulty per block). That is the expected number of necessary hashes.



By looking at the blocks, another inaccuracy is introduced: only blocks that end up in the main chain are counted. Some blocks end up on temporary forks because another miner produces another nearly simultaneous competing block that wins. This is only a fraction of a percent today, but it does waste a small amount of hashrate, which also ends up not being counted.






share|improve this answer
































    0
















    Hash Rate
    The hash rate is the measuring unit of the processing power of the Bitcoin network. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reached a hash rate of 10 Th/s, it meant it could make 10 trillion calculations per second. Source






    share|improve this answer








    New contributor



    yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















    • This might be useful to others but doesn't give me the information I was looking for with my question... please define "calculation" to answer the detail of my question.

      – Brad Thomas
      8 hours ago







    • 1





      The hash rate is literally how many distinct block header hashes you can try per second. Source

      – yahiheb
      8 hours ago













    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "308"
    ;
    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/4.0/"u003ecc by-sa 4.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%2fbitcoin.stackexchange.com%2fquestions%2f90282%2fwhat-precisely-does-the-commonly-reported-network-hash-rate-refer-to%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









    5
















    The number reported is an estimation of the number of block headers iterated through by all miners on the network.



    This means it refers to double-SHA256 hashes performed, not broken down to individual SHA256 operations. This makes the most sense, because even in the very early days (2010, perhaps before), no full SHA256 instances were being computed. Several optimizations let you skip parts of the computation.



    It is an approximation, because the actual hash rate is not observable. It can be computed by looking at the created blocks on the network, and treating each as (2^256 / target) worth of attempts (so approximately 4.3 billion hashes per difficulty per block). That is the expected number of necessary hashes.



    By looking at the blocks, another inaccuracy is introduced: only blocks that end up in the main chain are counted. Some blocks end up on temporary forks because another miner produces another nearly simultaneous competing block that wins. This is only a fraction of a percent today, but it does waste a small amount of hashrate, which also ends up not being counted.






    share|improve this answer





























      5
















      The number reported is an estimation of the number of block headers iterated through by all miners on the network.



      This means it refers to double-SHA256 hashes performed, not broken down to individual SHA256 operations. This makes the most sense, because even in the very early days (2010, perhaps before), no full SHA256 instances were being computed. Several optimizations let you skip parts of the computation.



      It is an approximation, because the actual hash rate is not observable. It can be computed by looking at the created blocks on the network, and treating each as (2^256 / target) worth of attempts (so approximately 4.3 billion hashes per difficulty per block). That is the expected number of necessary hashes.



      By looking at the blocks, another inaccuracy is introduced: only blocks that end up in the main chain are counted. Some blocks end up on temporary forks because another miner produces another nearly simultaneous competing block that wins. This is only a fraction of a percent today, but it does waste a small amount of hashrate, which also ends up not being counted.






      share|improve this answer



























        5














        5










        5









        The number reported is an estimation of the number of block headers iterated through by all miners on the network.



        This means it refers to double-SHA256 hashes performed, not broken down to individual SHA256 operations. This makes the most sense, because even in the very early days (2010, perhaps before), no full SHA256 instances were being computed. Several optimizations let you skip parts of the computation.



        It is an approximation, because the actual hash rate is not observable. It can be computed by looking at the created blocks on the network, and treating each as (2^256 / target) worth of attempts (so approximately 4.3 billion hashes per difficulty per block). That is the expected number of necessary hashes.



        By looking at the blocks, another inaccuracy is introduced: only blocks that end up in the main chain are counted. Some blocks end up on temporary forks because another miner produces another nearly simultaneous competing block that wins. This is only a fraction of a percent today, but it does waste a small amount of hashrate, which also ends up not being counted.






        share|improve this answer













        The number reported is an estimation of the number of block headers iterated through by all miners on the network.



        This means it refers to double-SHA256 hashes performed, not broken down to individual SHA256 operations. This makes the most sense, because even in the very early days (2010, perhaps before), no full SHA256 instances were being computed. Several optimizations let you skip parts of the computation.



        It is an approximation, because the actual hash rate is not observable. It can be computed by looking at the created blocks on the network, and treating each as (2^256 / target) worth of attempts (so approximately 4.3 billion hashes per difficulty per block). That is the expected number of necessary hashes.



        By looking at the blocks, another inaccuracy is introduced: only blocks that end up in the main chain are counted. Some blocks end up on temporary forks because another miner produces another nearly simultaneous competing block that wins. This is only a fraction of a percent today, but it does waste a small amount of hashrate, which also ends up not being counted.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 7 hours ago









        Pieter WuillePieter Wuille

        51.7k4 gold badges106 silver badges177 bronze badges




        51.7k4 gold badges106 silver badges177 bronze badges


























            0
















            Hash Rate
            The hash rate is the measuring unit of the processing power of the Bitcoin network. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reached a hash rate of 10 Th/s, it meant it could make 10 trillion calculations per second. Source






            share|improve this answer








            New contributor



            yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















            • This might be useful to others but doesn't give me the information I was looking for with my question... please define "calculation" to answer the detail of my question.

              – Brad Thomas
              8 hours ago







            • 1





              The hash rate is literally how many distinct block header hashes you can try per second. Source

              – yahiheb
              8 hours ago















            0
















            Hash Rate
            The hash rate is the measuring unit of the processing power of the Bitcoin network. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reached a hash rate of 10 Th/s, it meant it could make 10 trillion calculations per second. Source






            share|improve this answer








            New contributor



            yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















            • This might be useful to others but doesn't give me the information I was looking for with my question... please define "calculation" to answer the detail of my question.

              – Brad Thomas
              8 hours ago







            • 1





              The hash rate is literally how many distinct block header hashes you can try per second. Source

              – yahiheb
              8 hours ago













            0














            0










            0









            Hash Rate
            The hash rate is the measuring unit of the processing power of the Bitcoin network. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reached a hash rate of 10 Th/s, it meant it could make 10 trillion calculations per second. Source






            share|improve this answer








            New contributor



            yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            Hash Rate
            The hash rate is the measuring unit of the processing power of the Bitcoin network. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reached a hash rate of 10 Th/s, it meant it could make 10 trillion calculations per second. Source







            share|improve this answer








            New contributor



            yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.








            share|improve this answer



            share|improve this answer






            New contributor



            yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.








            answered 8 hours ago









            yahihebyahiheb

            31 bronze badge




            31 bronze badge




            New contributor



            yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




            New contributor




            yahiheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

















            • This might be useful to others but doesn't give me the information I was looking for with my question... please define "calculation" to answer the detail of my question.

              – Brad Thomas
              8 hours ago







            • 1





              The hash rate is literally how many distinct block header hashes you can try per second. Source

              – yahiheb
              8 hours ago

















            • This might be useful to others but doesn't give me the information I was looking for with my question... please define "calculation" to answer the detail of my question.

              – Brad Thomas
              8 hours ago







            • 1





              The hash rate is literally how many distinct block header hashes you can try per second. Source

              – yahiheb
              8 hours ago
















            This might be useful to others but doesn't give me the information I was looking for with my question... please define "calculation" to answer the detail of my question.

            – Brad Thomas
            8 hours ago






            This might be useful to others but doesn't give me the information I was looking for with my question... please define "calculation" to answer the detail of my question.

            – Brad Thomas
            8 hours ago





            1




            1





            The hash rate is literally how many distinct block header hashes you can try per second. Source

            – yahiheb
            8 hours ago





            The hash rate is literally how many distinct block header hashes you can try per second. Source

            – yahiheb
            8 hours ago


















            draft saved

            draft discarded















































            Thanks for contributing an answer to Bitcoin 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%2fbitcoin.stackexchange.com%2fquestions%2f90282%2fwhat-precisely-does-the-commonly-reported-network-hash-rate-refer-to%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

            ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

            Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

            Кастелфранко ди Сопра Становништво Референце Спољашње везе Мени за навигацију43°37′18″ СГШ; 11°33′32″ ИГД / 43.62156° СГШ; 11.55885° ИГД / 43.62156; 11.5588543°37′18″ СГШ; 11°33′32″ ИГД / 43.62156° СГШ; 11.55885° ИГД / 43.62156; 11.558853179688„The GeoNames geographical database”„Istituto Nazionale di Statistica”проширитиууWorldCat156923403n850174324558639-1cb14643287r(подаци)