lokinet/contrib/cluster-shell/init.sh

10 lines
226 B
Bash
Raw Normal View History

2019-01-29 10:33:53 +00:00
#!/bin/sh
2019-01-29 11:14:59 +00:00
# copy a lokinet binary into this cluster
cp ../../lokinet .
2019-01-29 10:33:53 +00:00
# generate default config file
2019-06-05 21:43:29 +00:00
./lokinet -g -r lokinet.ini
2019-01-29 10:33:53 +00:00
# make seed node
./makenode.sh 1
# establish bootstrap
ln -s loki1/self.signed bootstrap.signed