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