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
When running a coin join or tumbling, the user prompts often do not show up. The user can still input the data but it isn't clear what is supposed to be entered.
This always happens during a sendpayment when the user is normally asked to confirm with a y. The script will pause waiting for the input, even though the prompt which would normally show up is missing.
A work around is the use --yes to answer yes to all questions. Be careful using --yes because you might accidentally agree to fees which you didn't want!
The reason for this issue likely has to do with how Docker or Docker Compose is treating TTY, but I haven't been able to find a fix.
The text was updated successfully, but these errors were encountered:
When running a coin join or tumbling, the user prompts often do not show up. The user can still input the data but it isn't clear what is supposed to be entered.
This always happens during a sendpayment when the user is normally asked to confirm with a
y
. The script will pause waiting for the input, even though the prompt which would normally show up is missing.A work around is the use
--yes
to answer yes to all questions. Be careful using--yes
because you might accidentally agree to fees which you didn't want!The reason for this issue likely has to do with how Docker or Docker Compose is treating TTY, but I haven't been able to find a fix.
The text was updated successfully, but these errors were encountered: