aboutsummaryrefslogtreecommitdiff
path: root/src/dogecoin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ignore unsigned overflow warningsRoss Nicoll2021-07-091-0/+3
| | | | | | | Ignore unsigned overflow warnings in: * Scrypt hash calculation as this is an intentional part of how they behave. * Calculating block subsidy as the Mersenne Twister intentionally expects this behaviour.
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-0/+43
|
* Introduce Dogecoin difficulty calculationsRoss Nicoll2021-05-291-0/+78