Преглед изворни кода

script/research/seedd: readme update

aggstam пре 4 година
родитељ
комит
b2f70ac302
1 измењених фајлова са 17 додато и 17 уклоњено
  1. 17 17
      script/research/seedd/README.md

+ 17 - 17
script/research/seedd/README.md

@@ -13,10 +13,7 @@ USAGE:
     seedd [FLAGS] [OPTIONS]
 
 FLAGS:
-        --darkfid    Darkfid activation flag
     -h, --help       Prints help information
-        --ircd       Ircd activation flag
-        --taud       Taud activation flag
     -V, --version    Prints version information
     -v               Increase verbosity (-vvv supported)
 
@@ -26,22 +23,25 @@ OPTIONS:
 ```
 
 On first execution, daemon will create default config file ~/.config/darkfi/seedd_config.toml.
-Configuration must be verified, and applications should be configured accordingly.
+Configuration must be verified, and application networks should be configured accordingly.
 
 Run seedd as follows:
 
 ```
-% cargo run -- --darkfid --taud --ircd
-17:00:19 [INFO] Starting seed network node for darkfid at: tcp://127.0.0.1:7650
-17:00:19 [WARN] Skipping seed sync process since no seeds are configured.
-17:00:19 [INFO] Starting seed network node for ircd at: tcp://127.0.0.1:8760
-17:00:19 [INFO] Starting inbound session on tcp://127.0.0.1:7650
-17:00:19 [WARN] Skipping seed sync process since no seeds are configured.
-17:00:19 [INFO] Starting seed network node for taud at: tcp://127.0.0.1:9870
-17:00:19 [INFO] Starting inbound session on tcp://127.0.0.1:8760
-17:00:19 [WARN] Skipping seed sync process since no seeds are configured.
-17:00:19 [INFO] Starting inbound session on tcp://127.0.0.1:9870
-17:00:19 [INFO] Starting 0 outbound connection slots.
-17:00:19 [INFO] Starting 0 outbound connection slots.
-17:00:19 [INFO] Starting 0 outbound connection slots
+% 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.
 ```