Skip to content

Commit

Permalink
update p2p flow description
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Sep 19, 2023
1 parent e808b9b commit bb9f371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions P2P.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Example:

### Run the bootnode

`./skandha node --testingMode --redirectRpc`
`./skandha node --testingMode --redirectRpc --executor.bundlingMode manual`

### Run a regular node

`./skandha node --testingMode --redirectRpc --dataDir ./db --api.port 14338 --p2p.port 4338 --p2p.bootEnrs `
`./skandha node --testingMode --redirectRpc --executor.bundlingMode manual --dataDir ./db --api.port 14338 --p2p.port 4338 --p2p.enrPort 4338 --p2p.bootEnrs [enr]`

### Run the second regular node

`./skandha node --testingMode --redirectRpc --dataDir ./db2 --api.port 14339 --p2p.port 4339 --p2p.bootEnrs `
`./skandha node --testingMode --redirectRpc --executor.bundlingMode manual --dataDir ./db2 --api.port 14339 --p2p.port 4339 --p2p.enrPort 4339 --p2p.bootEnrs [enr]`

0 comments on commit bb9f371

Please sign in to comment.