| [<span id="miner-filter_origins">filter_origins</span>](#miner-filter_origins) | A comma separated list of Stacks addresses to whitelist so that only<br>transactions from these addresses should be considered during the mempool walk<br>for block building. If this list is non-empty, any transaction whose origin<br>address is *not* in this set will be skipped.<br><br>This allows miners to prioritize transactions originating from specific accounts that are<br>important to them.<br>Configured as a comma-separated string of standard Stacks addresses<br>(e.g., "ST123...,ST456...") in the configuration file.<br><br>**Example:**<br><pre><code>filter_origins = "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2,ST319CF5WV77KYR1H3GT0GZ7B8Q4AQPY42ETP1VPF"</code></pre> | Empty set (all origins are considered). |
0 commit comments