Difference between revisions of "Geth transaction pool"

From wikieduonline
Jump to navigation Jump to search
(Created page with "TRANSACTION POOL --txpool.accountqueue value (default: 64) Maximum number of non-executable transaction slots permitted per account --txpool.accountslots...")
 
m (Welcome moved page Transaction pool to Geth transaction pool)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
TRANSACTION POOL
+
 
 
     --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 15: Line 15:
 
           Comma separated accounts to treat as locals (no flush, priority inclusion)
 
           Comma separated accounts to treat as locals (no flush, priority inclusion)
 
     --txpool.nolocals              (default: false)
 
     --txpool.nolocals              (default: false)
           Disables price exemptions for locally submitted transactions
+
           Disables [[price exemptions]] for locally submitted transactions
 
     --txpool.pricebump value      (default: 10)
 
     --txpool.pricebump value      (default: 10)
 
           Price bump percentage to replace an already existing transaction
 
           Price bump percentage to replace an already existing transaction
 
     --txpool.pricelimit value      (default: 1)
 
     --txpool.pricelimit value      (default: 1)
           Minimum gas price limit to enforce for acceptance into the pool
+
           Minimum [[gas price]] limit to enforce for acceptance into the pool
 
     --txpool.rejournal value      (default: 1h0m0s)
 
     --txpool.rejournal value      (default: 1h0m0s)
 
           Time interval to regenerate the local transaction journal
 
           Time interval to regenerate the local transaction journal
  
  
 +
== Related ==
 +
* [[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: