mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Update README.md
fix missing argument to keep same genesis files between the init-state and the node running
This commit is contained in:
@ -38,6 +38,6 @@ $ reth init-state --without-evm --chain testnet --header ~/hl-testnet-genesis/21
|
|||||||
~/hl-testnet-genesis/21304281.jsonl --total-difficulty 0
|
~/hl-testnet-genesis/21304281.jsonl --total-difficulty 0
|
||||||
|
|
||||||
# Run node
|
# Run node
|
||||||
$ reth node --http --http.addr 0.0.0.0 --http.api eth,ots,net,web3 \
|
$ reth node --chain testnet --http --http.addr 0.0.0.0 --http.api eth,ots,net,web3 \
|
||||||
--ws --ws.addr 0.0.0.0 --ws.origins '*' --ws.api eth,ots,net,web3 --ingest-dir ~/evm-blocks --ws.port 8546
|
--ws --ws.addr 0.0.0.0 --ws.origins '*' --ws.api eth,ots,net,web3 --ingest-dir ~/evm-blocks --ws.port 8546
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user