Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed May 17, 2024
1 parent 7f0ddaa commit 274d4e5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,32 @@ Optional:
--tipfee uint Max tip per gas to use in blob transactions (in gwei) (default 2)
```

### `spamoor gasburnertx`

The `gasburnertx` scenario sends out transactions with a configurable amount of gas units. Note that the estimated gas units is not 100% accurate.

```
Usage of spamoor gasburnertx:
Required (at least one of):
-c, --count uint Total number of blob transactions to send
-t, --throughput uint Number of blob transactions to send per slot
Optional:
--basefee uint Max fee per gas to use in large transactions (in gwei) (default 20)
--gas-units-to-burn uint The number of gas units for each tx to cost (default 2000000)
--max-pending uint Maximum number of pending transactions
--max-wallets uint Maximum number of child wallets to use
-p, --privkey string The private key of the wallet to send funds from.
--rebroadcast uint Number of seconds to wait before re-broadcasting a transaction (default 120)
-h, --rpchost stringArray The RPC host to send transactions to.
--rpchost-file string File with a list of RPC hosts to send transactions to.
-s, --seed string The child wallet seed.
--tipfee uint Max tip per gas to use in large transactions (in gwei) (default 2)
--trace Run the script with tracing output
-v, --verbose Run the script with verbose output
```


##### Examples:

Continuous random blob spamming (~2-4 sidecars per block):
Expand Down

0 comments on commit 274d4e5

Please sign in to comment.