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
During the IBD process, the user can close the terminal window and just run Bitcoin Core; however, if the user sends Ctrl+C, bash will both stop the script and close the child process (Bitcoin Core).
Set up a trap SIGINT function to that will exit the script gracefully.
The text was updated successfully, but these errors were encountered:
During the IBD process, the user can close the terminal window and just run Bitcoin Core; however, if the user sends Ctrl+C, bash will both stop the script and close the child process (Bitcoin Core).
Set up a
trap SIGINT
function to that will exit the script gracefully.The text was updated successfully, but these errors were encountered: