]> Git Repo - VerusCoin.git/commitdiff
Script to stop all asset chains
authorJonathan "Duke" Leto <[email protected]>
Tue, 17 Apr 2018 00:17:36 +0000 (17:17 -0700)
committerJonathan "Duke" Leto <[email protected]>
Tue, 17 Apr 2018 00:17:36 +0000 (17:17 -0700)
src/assetchains_stop [new file with mode: 0644]

diff --git a/src/assetchains_stop b/src/assetchains_stop
new file mode 100644 (file)
index 0000000..29e1ab3
--- /dev/null
@@ -0,0 +1,40 @@
+#!/bin/bash
+args=("$@")
+komodo_cli='./komodo-cli'
+delay=20
+
+function komodo_stop ()
+{
+    $komodo_cli --ac_name=$1 stop
+}
+
+#set -x
+
+komodo_stop REVS
+komodo_stop SUPERNET
+komodo_stop DEX
+komodo_stop PANGEA
+komodo_stop JUMBLR
+komodo_stop BET
+komodo_stop CRYPTO
+komodo_stop HODL
+komodo_stop MSHARK
+komodo_stop BOTS
+komodo_stop MGW
+komodo_stop COQUI
+komodo_stop WLC
+komodo_stop KV
+komodo_stop CEAL
+komodo_stop MESH
+komodo_stop MNZ
+komodo_stop AXO
+komodo_stop ETOMIC
+komodo_stop BTCH
+komodo_stop VOTE2018
+komodo_stop PIZZA
+komodo_stop BEER
+komodo_stop NINJA
+komodo_stop OOT
+komodo_stop BNTN
+komodo_stop CHAIN
+komodo_stop PRLPAY
This page took 0.022839 seconds and 4 git commands to generate.