These are the parameters we changed the default to:
1) blockmintxfee from 1000 satoshi/kB to 0
2) minrelaytxfee from 1000 satoshi/kB to 0
3) limiterfreerelay from 0 satoshi KB/min to 20
The following is a quick description of each parameter:
- `blockmintxfee` determine the lowest fee rate in BCC/KB for transactions to be included in a lock creation.
- Fee smaller than `minrelaytxfee` (BCC/kB) than this are considered zero fee for relaying, mining and transaction creation.
- Continuously rate-limit free transactions to`limiterfreerelay`*1000 bytes per minute.
- change the default for `-relaypriority` to false. That means that free transaction could be relayed even if they are not high-prio