Author

Topic: Starting difficulty - tech question (Read 710 times)

hero member
Activity: 644
Merit: 500
July 10, 2014, 07:06:34 PM
#3
Its in main.cpp in most coins and looks something like this:

Quote
static CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); // starting difficulty is 1 / 2^12

Thanks, mate, that was extremely helpful ... I found it in chainparams after doing a variation of searches using the info you gave.

full member
Activity: 218
Merit: 105
July 10, 2014, 09:33:52 AM
#2
Its in main.cpp in most coins and looks something like this:

Quote
static CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); // starting difficulty is 1 / 2^12
hero member
Activity: 644
Merit: 500
July 10, 2014, 07:19:45 AM
#1
Where is actually situated in the source code (e.g. starting difficulty 1, 0.00024414)?

I can't find an answer, even on Google.
Jump to: