diff --git a/Boss/Mod/ChannelFinderByPopularity.cpp b/Boss/Mod/ChannelFinderByPopularity.cpp index 5464314..7a84aef 100644 --- a/Boss/Mod/ChannelFinderByPopularity.cpp +++ b/Boss/Mod/ChannelFinderByPopularity.cpp @@ -142,7 +142,7 @@ private: if (!min_nodes_to_process_set) { switch (init.network) { case Boss::Msg::Network_Bitcoin: min_nodes_to_process = 800; break; - case Boss::Msg::Network_Testnet: min_nodes_to_process = 200; break; + case Boss::Msg::Network_Testnet: min_nodes_to_process = 100; break; default: min_nodes_to_process = 10; break; // others are likely small } } diff --git a/CHANGELOG.md b/CHANGELOG.md index a64bbc5..9930658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Configuration**: - Added the `--clboss-min-nodes-to-process` option to control how many nodes CLBOSS must know before attempting to open channels. - Defaults are 800 for Bitcoin, 200 for Testnet, and 10 for other + Defaults are 800 for Bitcoin, 100 for Testnet, and 10 for other networks. Setting `-1` uses these network-specific defaults. ## [0.14.1] - 2024-12-05: "Hand at the Grindstone" diff --git a/README.md b/README.md index ac68db5..c7968a8 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ will try to propose channels to popular nodes. Pass this option to The defaults depend on the network: * Bitcoin: 800 -* Testnet: 200 +* Testnet: 100 * Other networks: 10 Setting the option to `-1` reverts to the built-in network-specific