Skip to content

Instantly share code, notes, and snippets.

@OwenRay
Last active October 1, 2018 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OwenRay/33673fced27d5bd7c4c2ec6dbac1b8f3 to your computer and use it in GitHub Desktop.
Save OwenRay/33673fced27d5bd7c4c2ec6dbac1b8f3 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~
rm zeroonecore-0.12.3-x86_64-linux-gnu.tar.gz
wget http://files.01coin.io/build/linux/zeroonecore-0.12.3-x86_64-linux-gnu.tar.gz
tar -xzf zeroonecore-0.12.3-x86_64-linux-gnu.tar.gz
zeroone/zeroone-cli stop
sleep 10
killall -9 zerooned
sleep 10
rm -rf zeroone
rm -f .zeroonecore/.lock
mv zeroonecore-0.12.3/bin ~/zeroone
zeroone/zerooned -daemon -assumevalid=0000000005812118515c654ab36f46ef2b7b3732a6115271505724ff972417c7
echo "--------------------------------------------------------------------"
echo "Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment