decred / dcrticketbuyer

An automated smart ticket purchaser.
0 stars 7 forks source link

No tickets bought with maxperblock=1 #27

Closed raedah closed 8 years ago

raedah commented 8 years ago

When maxperblock is set to 1, it will not buy any tickets. The expected behavior is to buy one ticket per block.

raedah commented 8 years ago

related, "Currently waiting for 1 tickets to enter the blockchain before buying more tickets (in mempool: 2, max allowed in mempool 1)"

settings, maxperblock=2, maxinmempool=1

If the max allowed is 1, and 2 are currently in the mempool, then it should be waiting for 2 tickets to enter the blockchain before buying more.