create account

So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep! by fyrstikken

View this thread on: hive.blogpeakd.comecency.com
· @fyrstikken ·
$4.47
So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!
<center><img src="http://i.imgur.com/FzbPFh8.png"></center>

Assuming you start your script using the command: <b>python3 script.py</b> and then click enter. Well, some times the piston-bots quit unexpectedly when for example a user edit his post or you simply lose connection with the node.

<h3>Here is a quick hack to make your bot restart automatically when it crash:</h3>

Use this command instead when you start your script: <b>while :; do python3 script.py; sleep 5; done</b> and click enter
Now you have made an infinite loop called "while" and it will "do" your python script. When it crashes it will wait 5 seconds and "while" again and "do" your script again and again and again until you end it.

<h3>How to end the infinite loop?</h3>

You use the same <b>CTRL+C</b> as always, but you might have to hit it two-three times. 

---
To automatically upvote the people I follow, I use this <a href="https://steemit.com/steemit/@contentjunkie/i-updated-an-upvote-bot-and-i-m-giving-it-away">python-script</a> written by: @furion and modified by @contentjunkie.  You will also need to install <a href="http://piston.readthedocs.io/en/stable/">Piston</a> written by @xeroc - Follow the simple step-by-step instructions and you should be able to do fine even as a non-technical user.

---
<center>I hope this was helpful :)</center>
---
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 124 others
properties (23)
authorfyrstikken
permlinkso-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep
categorypiston
json_metadata{"tags":["piston","python","hack","bots","upvote"],"users":["furion","contentjunkie","xeroc"],"image":["http://i.imgur.com/FzbPFh8.png"],"links":["https://steemit.com/steemit/@contentjunkie/i-updated-an-upvote-bot-and-i-m-giving-it-away","http://piston.readthedocs.io/en/stable/"]}
created2016-09-21 20:38:09
last_update2016-09-21 20:38:09
depth0
children11
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value4.203 HBD
curator_payout_value0.264 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,341
author_reputation377,187,606,449,589
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,320,684
net_rshares9,755,074,820,814
author_curate_reward""
vote details (188)
@bitcoinparadise · (edited)
$0.09
I only saw this after I asked you but thanks for all the help! This did wonders for me and so is everything else you helped me with! Chat with you in steemspeak radio.
👍  
properties (23)
authorbitcoinparadise
permlinkre-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160922t055845371z
categorypiston
json_metadata{"tags":["piston"]}
created2016-09-22 05:58:42
last_update2016-09-22 08:41:48
depth1
children0
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.070 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation52,935,636,369,082
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,324,544
net_rshares501,535,076,940
author_curate_reward""
vote details (1)
@bullionstackers ·
What happen if you have a Black out? 
or even your bot on strike?
No Choice but to restart your generator and get up to UPVOTES them yourself. Joke joke
properties (22)
authorbullionstackers
permlinkre-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t232912158z
categorypiston
json_metadata{"tags":["piston"]}
created2016-09-21 23:29:12
last_update2016-09-21 23:29:12
depth1
children0
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation163,180,943,634,376
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,322,140
net_rshares0
@donchate ·
Seems very basic, but will definitely save someone some time.
properties (22)
authordonchate
permlinkre-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t213233474z
categorypiston
json_metadata{"tags":["piston"]}
created2016-09-21 21:32:36
last_update2016-09-21 21:32:36
depth1
children1
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation956,784,034,700
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,321,153
net_rshares0
@fyrstikken ·
yes, sometimes a simple solution is better then making a big work-around. :)
properties (22)
authorfyrstikken
permlinkre-donchate-re-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t215900017z
categorypiston
json_metadata{"tags":["piston"]}
created2016-09-21 21:59:00
last_update2016-09-21 21:59:00
depth2
children0
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation377,187,606,449,589
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,321,379
net_rshares0
@inertia ·
$0.11
http://ryanstutorials.net/bash-scripting-tutorial/img/while_loop.png
👍  ,
properties (23)
authorinertia
permlinkre-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t224226065z
categorypiston
json_metadata{"tags":["piston"],"image":["http://ryanstutorials.net/bash-scripting-tutorial/img/while_loop.png"]}
created2016-09-21 22:42:27
last_update2016-09-21 22:42:27
depth1
children0
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation346,568,901,399,561
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,321,738
net_rshares587,456,578,416
author_curate_reward""
vote details (2)
@lordvader ·
Will tearing it's head off help?
http://i201.photobucket.com/albums/aa289/markedup/PSP%20Wallpaper/DarthVaderandC-3PO.png
properties (22)
authorlordvader
permlinkre-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t204416030z
categorypiston
json_metadata{"tags":["piston"],"image":["http://i201.photobucket.com/albums/aa289/markedup/PSP%20Wallpaper/DarthVaderandC-3PO.png"]}
created2016-09-21 20:44:15
last_update2016-09-21 20:44:15
depth1
children1
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation94,274,982,842,662
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,320,735
net_rshares0
@fyrstikken ·
only with a real light-saber @lordvader :)
properties (22)
authorfyrstikken
permlinkre-lordvader-re-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t205002198z
categorypiston
json_metadata{"tags":["piston"],"users":["lordvader"]}
created2016-09-21 20:50:03
last_update2016-09-21 20:50:03
depth2
children0
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation377,187,606,449,589
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,320,793
net_rshares0
@runridefly ·
I have no idea what any of this means, but you're one of my favorites on steemit.  This hack seems important so I'm into it.  @fyrstikken, what's the weather like in Peru these days?
properties (22)
authorrunridefly
permlinkre-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t204809994z
categorypiston
json_metadata{"tags":["piston"],"users":["fyrstikken"]}
created2016-09-21 20:48:12
last_update2016-09-21 20:48:12
depth1
children2
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation512,860,698,756,518
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,320,771
net_rshares0
@fyrstikken ·
Getting warmer every day, looking forward to summer :)
properties (22)
authorfyrstikken
permlinkre-runridefly-re-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t204927943z
categorypiston
json_metadata{"tags":["piston"]}
created2016-09-21 20:49:27
last_update2016-09-21 20:49:27
depth2
children1
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation377,187,606,449,589
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,320,784
net_rshares0
@runridefly · (edited)
That's right your down by the Equator.  I live in very warm central california and it always sort of miserable for a month or so.  Looking forward to fall here.
properties (22)
authorrunridefly
permlinkre-fyrstikken-re-runridefly-re-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t221737177z
categorypiston
json_metadata{"tags":["piston"]}
created2016-09-21 22:17:39
last_update2016-09-22 06:59:30
depth3
children0
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation512,860,698,756,518
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,321,540
net_rshares0
@sergeykitayev ·
)))
👍  
properties (23)
authorsergeykitayev
permlinkre-fyrstikken-so-your-piston-bot-unexpectedly-quit-how-to-automatically-restart-it-when-you-sleep-20160921t221039422z
categorypiston
json_metadata{"tags":["piston"]}
created2016-09-21 22:10:39
last_update2016-09-21 22:10:39
depth1
children0
last_payout2016-10-22 23:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation104,419,072,001
root_title"So your Piston-Bot unexpectedly quit? How to automatically restart it when you sleep!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,321,475
net_rshares60,918,477
author_curate_reward""
vote details (1)