Difference between revisions of "Op-node"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
* https://github.com/ethereum-optimism/optimism/tree/develop/op-node
 
* https://github.com/ethereum-optimism/optimism/tree/develop/op-node
  
  [[op-node networks]] dump-rollup-config --network=sepolia   
+
  [[op-node networks dump-rollup-config]] --network=sepolia   
 +
 
 +
 
 +
./bin/op-node \
 +
  --l1=ws://localhost:8546 \
 +
  --l1.beacon=http://localhost:4000 \
 +
  --l2=ws://localhost:9001 \
 +
  --rollup.config=./path-to-network-config/rollup.json \
 +
  --rpc.addr=127.0.0.1 \
 +
  --rpc.port=7000
 +
 
 +
 
  
 
  [[--p2p.static]]
 
  [[--p2p.static]]
Line 9: Line 20:
 
* The L1 [[beacon client]] in the [[op-node]] now better detects [[missing blobs]] and falls back to the <code>[[l1.beacon-archiver]]</code> endpoint, if configured
 
* The L1 [[beacon client]] in the [[op-node]] now better detects [[missing blobs]] and falls back to the <code>[[l1.beacon-archiver]]</code> endpoint, if configured
  
== Logs ==
+
== [[op-node logs|logs]] ==
* <code>[[no peers ready to handle block requests for more P2P requests for L2 block histor]]</code>
 
* <code>[[Advancing bq origin]]</code>
 
* [[Error: Payload execution failed]]
 
  
 
== Related ==
 
== Related ==

Latest revision as of 14:46, 8 October 2024

Advertising: