林敬 7 years ago
commit
1e9308d88d
1 changed files with 12 additions and 0 deletions
  1. 12 0
      install.sh

+ 12 - 0
install.sh

@@ -0,0 +1,12 @@
+cd /root/
+[ -e chain33 ] && cd chain33 && ./chain33-cli net info && exit 0
+apt-get update
+apt-get install supervisor -y
+wget https://bityuan.com/download/bityuan_ubuntu.tgz
+tar zxf bityuan_ubuntu.tgz
+cd chain33 
+cp chain33.conf /etc/supervisor/conf.d/chain33.conf
+supervisorctl reload
+supervisorctl start chain33
+sleep 5
+./chain33-cli net info