tee8z / doppler

A tool for building out a local regtest environment
Creative Commons Zero v1.0 Universal
38 stars 6 forks source link

change to mining being defined in the doppler files using a loop #55

Closed tee8z closed 5 months ago

tee8z commented 5 months ago

This allows the continuous mining of blocks to be optional and very clear to the end user what threads are running via the doppler file. To make a miner find blocks continuously this is the syntax to use:

LOOP EVERY 30s
    bd1 MINE_BLOCKS 1
END