prioritisetransaction

Input(s) 2

The prioritisetransaction RPC allows the user to influence the priority of a transaction within the mining queue by adjusting its fee. This adjustment can prioritize the transaction for inclusion in mined blocks by increasing its fee (or lowering its fee for lower priority).

How is this used?

The prioritisetransaction RPC is commonly used to influence the priority of a transaction within the mining queue, especially during periods of network congestion or when faster confirmation times are desired. By adjusting the transaction's fee, users can incentivize miners to include their transaction in mined blocks promptly. This is particularly useful for urgent transactions or scenarios where timely confirmation is essential. Additionally, it provides a mechanism to adjust the priority of transactions dynamically without the need to recreate them.

Request

method

prioritisetransaction

txid

Required

fee_delta

Required

Inputs(2)

two required input remaining...

txid (required) - The transaction ID
fee_delta (required) - The fee value (in BTC) to add (or subtract if negative) to the transaction fee

Result