mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
seedd
A tool to deploy multiple P2P network seed nodes for darkfi applications, in a single daemon.
Usage
seedd 0.3.0
Defines the network specific settings
USAGE:
seedd [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v Increase verbosity (-vvv supported)
OPTIONS:
-c, --config <config> Configuration file to use
--url <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/seedd_config.toml. Configuration must be verified, and application networks should be configured accordingly.
Run seedd as follows:
% cargo run
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.