mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-27 15:46:33 +00:00
8 lines
166 B
Bash
8 lines
166 B
Bash
#!/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
|