While doing some testing, I ran into this issue.
maxtries is the total number of tries regardless of the number of blocks to generate.
On modern machines, it's trivial to hit the limit when generating hundreds of blocks in
one go. The underlying implementation already supports 64-bit int, so let's use it.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABC1b3695b519a0: Allow large integers to be used in maxtries
ninja test_runner.py mining_basic
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable