lilith ========== A tool to deploy multiple P2P network seed nodes for darkfi applications, in a single daemon. ## Usage ``` lilith 0.3.0 Daemon that spawns P2P seeds USAGE: lilith [FLAGS] [OPTIONS] FLAGS: -h, --help Prints help information -V, --version Prints version information -v Increase verbosity (-vvv supported) OPTIONS: -c, --config Configuration file to use --url Daemon published url, common for all enabled networks [default: tcp://127.0.0.1] ``` On first execution, daemon will create default config file ~/.config/darkfi/lilith_config.toml. Configuration must be verified, and application networks should be configured accordingly. Run lilith as follows: ``` % lilith 13:02:30 [INFO] Found configuration for network: darkfid 13:02:30 [INFO] Found configuration for network: ircd 13:02:30 [INFO] Found configuration for network: taud 13:02:30 [INFO] Starting seed network node for darkfid at: tcp://127.0.0.1:7650 13:02:30 [WARN] Skipping seed sync process since no seeds are configured. 13:02:30 [INFO] Starting seed network node for ircd at: tcp://127.0.0.1:8760 13:02:30 [INFO] Starting inbound session on tcp://127.0.0.1:7650 13:02:30 [WARN] Skipping seed sync process since no seeds are configured. 13:02:30 [INFO] Starting inbound session on tcp://127.0.0.1:8760 13:02:30 [INFO] Starting seed network node for taud at: tcp://127.0.0.1:9870 13:02:30 [INFO] Starting 0 outbound connection slots. 13:02:30 [WARN] Skipping seed sync process since no seeds are configured. 13:02:30 [INFO] Starting 0 outbound connection slots. 13:02:30 [INFO] Starting inbound session on tcp://127.0.0.1:9870 13:02:30 [INFO] Starting 0 outbound connection slots. ```