mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Change position of seeding_type (#1754)
This commit is contained in:
parent
d0ed5cd4a3
commit
da3a6bb019
1 changed files with 8 additions and 8 deletions
|
@ -184,7 +184,13 @@ fn comments() -> HashMap<String, String> {
|
||||||
retval.insert(
|
retval.insert(
|
||||||
"seeding_type".to_string(),
|
"seeding_type".to_string(),
|
||||||
"
|
"
|
||||||
#If the seeding type is List, the list of peers to connect to can
|
#how to seed this server, can be None, List or DNSSeed
|
||||||
|
".to_string(),
|
||||||
|
);
|
||||||
|
|
||||||
|
retval.insert(
|
||||||
|
"[server.p2p_config.capabilities]".to_string(),
|
||||||
|
"#If the seeding type is List, the list of peers to connect to can
|
||||||
#be specified as follows:
|
#be specified as follows:
|
||||||
#seeds = [\"192.168.0.1:13414\",\"192.168.0.2:13414\"]
|
#seeds = [\"192.168.0.1:13414\",\"192.168.0.2:13414\"]
|
||||||
|
|
||||||
|
@ -206,13 +212,7 @@ fn comments() -> HashMap<String, String> {
|
||||||
#until we get to at least this number
|
#until we get to at least this number
|
||||||
#peer_min_preferred_count = 8
|
#peer_min_preferred_count = 8
|
||||||
|
|
||||||
#how to seed this server, can be None, List or DNSSeed
|
# 7 = Bit flags for FULL_NODE
|
||||||
".to_string(),
|
|
||||||
);
|
|
||||||
|
|
||||||
retval.insert(
|
|
||||||
"[server.p2p_config.capabilities]".to_string(),
|
|
||||||
"# 7 = Bit flags for FULL_NODE
|
|
||||||
# 6 = Bit flags for FAST_SYNC_NODE
|
# 6 = Bit flags for FAST_SYNC_NODE
|
||||||
#This structure needs to be changed internally, to make it more configurable
|
#This structure needs to be changed internally, to make it more configurable
|
||||||
".to_string(),
|
".to_string(),
|
||||||
|
|
Loading…
Reference in a new issue