Merge pull request #253 from neuroscr/master

add cluster-shell initialize script
pull/248/head^2
Ryan Tharp 6 years ago committed by GitHub
commit 020fc9f594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,7 @@
#!/bin/sh
# generate default config file
../../lokinet -g lokinet.ini
# make seed node
./makenode.sh 1
# establish bootstrap
ln -s loki1/self.signed bootstrap.signed
Loading…
Cancel
Save