aboutsummaryrefslogtreecommitdiffstats
path: root/eth/test/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'eth/test/bootstrap.sh')
-rw-r--r--eth/test/bootstrap.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/eth/test/bootstrap.sh b/eth/test/bootstrap.sh
new file mode 100644
index 000000000..3da038be8
--- /dev/null
+++ b/eth/test/bootstrap.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+# bootstrap chains - used to regenerate tests/chains/*.chain
+
+mkdir -p chains
+bash ./mine.sh 00 10
+bash ./mine.sh 01 5 00
+bash ./mine.sh 02 10 00
+bash ./mine.sh 03 5 02
+bash ./mine.sh 04 10 02 \ No newline at end of file