You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,6 +124,7 @@ public static void PrintHelp(Network network)
123
124
builder.AppendLine("-walletpassword=<string> Password to unlock the wallet.");
124
125
builder.AppendLine("-blockmaxsize=<number> Maximum block size (in bytes) for the miner to generate.");
125
126
builder.AppendLine("-blockmaxweight=<number> Maximum block weight (in weight units) for the miner to generate.");
127
+
builder.AppendLine("-blockmintxfee=<number> Minimum fee rate for transactions to be included in blocks created by miner.");
126
128
builder.AppendLine("-enablecoinstakesplitting=<0 or 1> Enable splitting coins when staking. This is true by default.");
127
129
builder.AppendLine($"-minimumstakingcoinvalue=<number> Minimum size of the coins considered for staking, in satoshis. Default value is {MinimumStakingCoinValueDefaultValue:N0} satoshis (= {MinimumStakingCoinValueDefaultValue/(decimal)Money.COIN:N1} Coin).");
128
130
builder.AppendLine($"-minimumsplitcoinvalue=<number> Targeted minimum value of staking coins after splitting, in satoshis. Default value is {MinimumSplitCoinValueDefaultValue:N0} satoshis (= {MinimumSplitCoinValueDefaultValue/Money.COIN} Coin).");
@@ -154,6 +156,8 @@ public static void BuildDefaultConfigurationFile(StringBuilder builder, Network
0 commit comments