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
What is the best way to restart the bot after say a power outage or an accidental ctrl+c?
I ask because when the bot starts it buys the requested amount of BTC but if a computer or bot restart is required it no longer has sufficient funds for purchasing. Currently I am manually selling once profitable and then restarting the bot.
And Thank You for sharing your hard work.
-Jeff C.
The text was updated successfully, but these errors were encountered:
If you specify
-nib : No initial buy. Means that the script won't buy the amount you specified when it's run. You can use this to manage coins you already have
-fip : Only in combination with -nib! Uses a crypto price you specify. Can be used to restore older sessions
In your case -nib seem be perfect
Thanks u Christian for the Doc 'n the work :)
Hello,
What is the best way to restart the bot after say a power outage or an accidental ctrl+c?
I ask because when the bot starts it buys the requested amount of BTC but if a computer or bot restart is required it no longer has sufficient funds for purchasing. Currently I am manually selling once profitable and then restarting the bot.
And Thank You for sharing your hard work.
-Jeff C.
The text was updated successfully, but these errors were encountered: