mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +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
|