aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/README.md
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-10-01 20:36:29 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-10-01 21:29:27 +0800
commit7b2e3606ca1271a426817102b3e01ca914a5355b (patch)
treefca608e06ce5ebd8fdabea813a707b37337a295c /scripts/README.md
parent77b4c717e29b58b48c3d5035911ded3efc163dcb (diff)
downloadgo-tangerine-w-script.tar
go-tangerine-w-script.tar.gz
go-tangerine-w-script.tar.bz2
go-tangerine-w-script.tar.lz
go-tangerine-w-script.tar.xz
go-tangerine-w-script.tar.zst
go-tangerine-w-script.zip
scripts: add auto upgrade functionality and daemon modew-script
Diffstat (limited to 'scripts/README.md')
-rw-r--r--scripts/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/README.md b/scripts/README.md
new file mode 100644
index 000000000..eb6caff42
--- /dev/null
+++ b/scripts/README.md
@@ -0,0 +1,12 @@
+# run_bp.py
+
+This script is used for running Tangerine Network BP node. The script itself
+supports automatic upgrade (AU), as well as automatically upgrading the node
+docker image.
+
+## Updating
+
+Whenever `run_bp.py` is changed, `run_bp.py.sha1` needs to be updated
+correspondingly with:
+
+ sha1sum run_bp.py | awk '{ print $1 }' > run_bp.py.sha1