Merge
This commit is contained in:
9
eth/test/bootstrap.sh
Normal file
9
eth/test/bootstrap.sh
Normal file
@ -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
|
Reference in New Issue
Block a user