mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
10 lines
226 B
Bash
10 lines
226 B
Bash
#!/bin/sh
|
|
# copy a lokinet binary into this cluster
|
|
cp ../../lokinet .
|
|
# generate default config file
|
|
./lokinet -g -r lokinet.ini
|
|
# make seed node
|
|
./makenode.sh 1
|
|
# establish bootstrap
|
|
ln -s loki1/self.signed bootstrap.signed
|