strUsage+=" -limitfreerelay=<n> "+_("Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15)")+"\n";
strUsage+=" -limitfreerelay=<n> "+_("Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15)")+"\n";
strUsage+=" -maxsigcachesize=<n> "+_("Limit size of signature cache to <n> entries (default: 50000)")+"\n";
strUsage+=" -maxsigcachesize=<n> "+_("Limit size of signature cache to <n> entries (default: 50000)")+"\n";
}
}
strUsage+=" -mintxfee=<amt> "+_("Fees smaller than this are considered zero fee (for transaction creation) (default:")+""+FormatMoney(CTransaction::minTxFee.GetFeePerK())+")"+"\n";
strUsage+=" -mintxfee=<amt> "+strprintf(_("Fees (in BTC/Kb) smaller than this are considered zero fee for transaction creation (default: %s)"),FormatMoney(CTransaction::minTxFee.GetFeePerK()))+"\n";
strUsage+=" -minrelaytxfee=<amt> "+_("Fees smaller than this are considered zero fee (for relaying) (default:")+""+FormatMoney(CTransaction::minRelayTxFee.GetFeePerK())+")"+"\n";
strUsage+=" -minrelaytxfee=<amt> "+strprintf(_("Fees (in BTC/Kb) smaller than this are considered zero fee for relaying (default: %s)"),FormatMoney(CTransaction::minRelayTxFee.GetFeePerK()))+"\n";
strUsage+=" -printtoconsole "+_("Send trace/debug info to console instead of debug.log file")+"\n";
strUsage+=" -printtoconsole "+_("Send trace/debug info to console instead of debug.log file")+"\n";