zkbot
|
1178df0883
|
Auto merge of #1004 - str4d:931-difficulty-algorithm, r=ebfull
Implement new difficulty algorithm
Closes #931. Closes #696.
|
2016-06-15 23:26:49 +00:00 |
|
Jack Grigg
|
f2c48e15e5
|
Implement new difficulty algorithm (#931)
The algorithm is based on DigiShield v3/v4.
|
2016-06-15 09:48:42 +12:00 |
|
Sean Bowe
|
a180d0a6c6
|
Rename to fCoinbaseMustBeProtected.
|
2016-06-14 15:16:34 -06:00 |
|
Sean Bowe
|
c0dde76d8a
|
Disable coinbase-must-be-protected rule on regtest.
|
2016-06-13 12:23:55 -06:00 |
|
Jack Grigg
|
068e2f1a09
|
Fix comment
|
2016-05-27 11:29:08 +12:00 |
|
Jack Grigg
|
bcb34c0802
|
Implement mining slow start with a linear ramp
|
2016-05-10 23:03:18 +12:00 |
|
Philip Kaufmann
|
a21df62069
|
ensure consistent header comment naming conventions
- BITCOIN_FOLDER_SUBFOLDER_FILENAME_H
|
2015-04-20 13:29:22 +02:00 |
|
Cory Fields
|
fd311996e8
|
consensus: don't use arith_uint256 in consensus.h
Requiring arith_uint256 at such a base level is not good for modularity.
|
2015-04-10 15:33:37 -04:00 |
|
Jorge Timón
|
bd006110fb
|
Consensus: Refactor: Introduce Consensus::Params class
|
2015-03-25 20:39:26 +01:00 |
|