Author

Topic: Why is the maximum target 00000000ffff00...00? (Read 1800 times)

jr. member
Activity: 35
Merit: 4
Yeah, but you'd be sending data with every single calculation.

Satoshi started it off to be "easy", but he didn't make it generate 50 coins per single hash!

Thanks, I see now that the other calculations take the actual maximum into account:

https://en.bitcoin.it/wiki/Difficulty
hero member
Activity: 630
Merit: 500
Yeah, but you'd be sending data with every single calculation.

Satoshi started it off to be "easy", but he didn't make it generate 50 coins per single hash!
jr. member
Activity: 35
Merit: 4
This is probably a silly question, but why is maxtarget:

Code:
00000000ffff0000000000000000000000000000000000000000000000000000

Since sha256 hash has 32 bits, shouldn't the maximum possible target be:

Code:
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
Jump to: