mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Update Readme re http=false (#4550)
if you wish to separate node from rpcdaemon need to launch with -http=false or rpcdaemon will not launch as port occupied by erigon
This commit is contained in:
parent
f0fde26902
commit
4897f03cbd
@ -274,7 +274,7 @@ socket connection to pass data between them. To use this mode, run Erigon in one
|
||||
|
||||
```sh
|
||||
make erigon
|
||||
./build/bin/erigon --private.api.addr=localhost:9090
|
||||
./build/bin/erigon --private.api.addr=localhost:9090 --http=false
|
||||
make rpcdaemon
|
||||
./build/bin/rpcdaemon --private.api.addr=localhost:9090 --http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user