Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: question on finding nonce
by
hushan
on 19/04/2018, 23:51:02 UTC
⭐ Merited by ETFbitcoin (1)
First, yes, mining is running the nonce from 0 to uint32_max, to find the value that the resulted block hash is less than the target.
It's not random because it won't help anything, you still have to "randomly" try every possible nonce value.

For multiple GPU, it's just like multithreaded processing, the miner software will divide the work to smaller tasks and distribute to each gpu.