0
first and foremost I never read the bitcoin source code (I can't read any C) and I was wondering if Bitcoin, and any other crypto currency follow that they have data limits such as a maximum value of a long int is 4,294,967,295. If that case is true what would happen when the difficulty goes above the long int value. Hopefully this makes sense in how I worded it.
1Its C++ by the way, not C. – Jori – 2014-02-18T16:52:26.297
According to the bitcoin.it wiki the limit for the difficulty is 2^224, I think we can be fairly certain that it isn't stored as an int.
– Murch – 2014-02-19T13:42:42.170I was just giving a random example of a data type – rdadkins – 2014-02-19T13:44:49.537
@fatso113, Yes I thought you meant that, that's why I answered you question like that instead of: its stored as float/double. – Jori – 2014-02-19T17:48:16.620