Difference between revisions of "Geth transaction pool"

From wikieduonline
Jump to navigation Jump to search
m (Welcome moved page Transaction pool to Geth transaction pool)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 
     --txpool.accountqueue value    (default: 64)
 
     --txpool.accountqueue value    (default: 64)
           Maximum number of non-executable transaction slots permitted per account
+
           Maximum number of [[non-executable transaction slots]] permitted per account
 
     --txpool.accountslots value    (default: 16)
 
     --txpool.accountslots value    (default: 16)
           Minimum number of executable transaction slots guaranteed per account
+
           Minimum number of [[executable transaction slots]] guaranteed per account
 
     --txpool.globalqueue value    (default: 1024)
 
     --txpool.globalqueue value    (default: 1024)
 
           Maximum number of non-executable transaction slots for all accounts
 
           Maximum number of non-executable transaction slots for all accounts
Line 27: Line 27:
 
* [[Optimism Chain Operator Best Practices]]
 
* [[Optimism Chain Operator Best Practices]]
  
 +
== See also ==
 +
* {{geth --help}}
  
{{geth --help}}
+
[[Category:Geth]]

Latest revision as of 13:04, 11 September 2024

   --txpool.accountqueue value    (default: 64)
         Maximum number of non-executable transaction slots permitted per account
   --txpool.accountslots value    (default: 16)
         Minimum number of executable transaction slots guaranteed per account
   --txpool.globalqueue value     (default: 1024)
         Maximum number of non-executable transaction slots for all accounts
   --txpool.globalslots value     (default: 5120)
         Maximum number of executable transaction slots for all accounts
   --txpool.journal value         (default: "transactions.rlp")
         Disk journal for local transaction to survive node restarts
   --txpool.lifetime value        (default: 3h0m0s)
         Maximum amount of time non-executable transaction are queued
   --txpool.locals value
         Comma separated accounts to treat as locals (no flush, priority inclusion)
   --txpool.nolocals              (default: false)
         Disables price exemptions for locally submitted transactions
   --txpool.pricebump value       (default: 10)
         Price bump percentage to replace an already existing transaction
   --txpool.pricelimit value      (default: 1)
         Minimum gas price limit to enforce for acceptance into the pool
   --txpool.rejournal value       (default: 1h0m0s)
         Time interval to regenerate the local transaction journal


Related[edit]

See also[edit]

Advertising: