mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
doc: Revise README
This commit is contained in:
@ -26,7 +26,9 @@ Building nanoreth from source requires Rust and Cargo to be installed:
|
||||
3) Start nanoreth which will begin syncing using the blocks in `~/evm-blocks`:
|
||||
|
||||
```sh
|
||||
$ reth-hl node --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 --s3 --ws.port 8545
|
||||
reth-hl node --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 \
|
||||
--ws.port 8545 --http.port 8545 --s3
|
||||
```
|
||||
|
||||
## How to run (mainnet) (with local block sync)
|
||||
|
||||
Reference in New Issue
Block a user