5
3
According to https://en.bitcoin.it/wiki/Hash,
BitCoin uses the SHA-256 hash algorithm to generate verifiably "random" numbers in a way that requires a predictable amount of CPU effort. Generating a SHA-256 hash with a value less than the current target solves a block and wins you some coins.
Here is an example for web logs; https://code.google.com/p/logstalgia/
Obviously solving the hash takes many iterations. I'm curious if there anything that currently lets you visualize a miner hashing?
1Wow, this is very pretty! – Nick ODell – 2015-05-09T17:20:11.083
This is a great start! Do you have an open repo of your code? – Digital fire – 2015-05-12T14:06:35.793
2
Yep. Any help in testing or code contributions would be greatly appreciated, as would publicly hosting the project on top of a node. I was away for several weeks and haven't had a chance to work on the project further, I intend to pick up the pace in the coming weeks and get the project out of alpha/beta. Code here: https://github.com/JornC/bitcoin-transaction-explorer
– JornC – 2015-06-08T13:00:33.280