You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
-N MAKERCOUNTRANGE, --makercountrange=MAKERCOUNTRANGE
Input the mean and spread of number of makers to use.
e.g. 3 1.5 will be a normal distribution with mean 3
and standard deveation 1.5 inclusive, default=3 1.5
It appears that this would produce a maximum of 5 makers, but I just ran a tumbler session and I had an attempt at 7 makers that just ended up in an infinite loop of disconnecting from irc and then reattempting the tx.
The text was updated successfully, but these errors were encountered:
tailsjoin
changed the title
Default tumbler settings produce endless irc disconnect loop.
Default tumbler settings can produce endless irc disconnect loop.
Nov 1, 2015
So the question is why does N=7 makers result in your bot crashing. The answer is probably that the IRC server killed it due to flood, so issue #31 would fix this.
Part of the reason for calculating everything in the beginning and printing it is so the user can say no to these particular random parameters and try again. So as a workaround I'd say type 'n' if makercount=7 again.
So the question is why does N=7 makers result in your bot crashing. The answer is probably that the IRC server killed it due to flood, so issue #31 would fix this.
It appears that this would produce a maximum of 5 makers, but I just ran a tumbler session and I had an attempt at 7 makers that just ended up in an infinite loop of disconnecting from irc and then reattempting the tx.
The text was updated successfully, but these errors were encountered: