From 298a203fae6da62f8ed127789763c0726fa3184c Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 8 Jan 2021 19:54:58 -0600 Subject: [PATCH] Create 131.md --- docs/forum/bitcoin-forum/131.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/forum/bitcoin-forum/131.md diff --git a/docs/forum/bitcoin-forum/131.md b/docs/forum/bitcoin-forum/131.md new file mode 100644 index 0000000..77c6ee6 --- /dev/null +++ b/docs/forum/bitcoin-forum/131.md @@ -0,0 +1,24 @@ +--- +layout: forum +title: 'Re: How fast do the fastest computers generate bitcoins?' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 131 +date: 2010-06-22 04:35:26 UTC +original: https://bitcointalk.org/index.php?topic=197.msg1656#msg1656 +--- + +# Re: How fast do the fastest computers generate bitcoins? + +--- + +``` +Re: How fast do the fastest computers generate bitcoins? +June 22, 2010, 04:35:26 AM + +I've noticed that hashing performance doesn't vary as much between CPUs as you'd expect. Compared to an old CPU, a newer CPU doesn't show as much of a speedup at hashing as it does on general benchmarks. + +I guess recent CPU optimizations must have concentrated on things like I/O and branch prediction. Most programs are a bunch of memory access, comparisons and branching, they rarely get down to cranking away at maths for very long. + +The latest SVN version has a khash/s display. Around 400 khash/s per processor is typical. +```