Created
June 22, 2018 22:11
-
-
Save PastaPastaPasta/302d758620184d6d518abc9b90c8b5a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true | |
do | |
python spam.py | |
dash-cli stop | |
sleep 15 | |
dashd -daemon | |
sleep 90 | |
dash-cli resendwallettransactions | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment