Hi all, I would like to know if 1 gigahash is the same as 1 gigahertz? Thanks in advance for an answer
1 kilohash is the caluclation of 1000 hashes. Typcially this is given as hash per second. Giga is just a prefix of higher order, thus 1 gigahash per second is 1000
3 hashes per second.
Hertz is a SI unit for frequency and 1 Hertz = 1 per second. It is typically used to refer to the "speed" of a CPU[1]. Speed as in number of cycles per second. A 1 Ghz is capable of 1000
3 operations per second. What an operation is depends on the CPU. Modern CPUs can do most basic math calculations in a single cycle.
Should you find a CPU that can calculate a SHA256 hash in a single cycle 1Ghz = 1Ghash/s. Most CPUs dont implement SHA256 directly on the chip.
[1] Note: when refering to CPU I talk about a general purpose CPU. Something you would get in a computer you buy at a store.