Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Jul 3, 2024
1 parent 2be235e commit fc3298e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions integration/eth2network/eth2_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,22 +403,7 @@ func (n *Impl) gethStartNode(executionPort, networkPort, httpPort, wsPort int, d
"--http.addr", "0.0.0.0",
"--http.port", fmt.Sprintf("%d", httpPort),
"--http.api", "admin,eth,net,web3,debug,txpool",
//"--http.corsdomain", "*",
//"--http.vhosts", "*",
//"--mine",
//"--ws",
//"--ws.api", "admin,eth,net,web3,debug,txpool",
//"--ws.addr", "0.0.0.0",
//"--ws.port", fmt.Sprintf("%d", wsPort),
//"--ws.origins", "*",
//"--authrpc.addr", "0.0.0.0",
//"--authrpc.port", fmt.Sprintf("%d", executionPort),
//"--authrpc.jwtsecret", path.Join(dataDirPath, "geth", "jwtsecret"),
//"--port", fmt.Sprintf("%d", networkPort),
"--networkid", fmt.Sprintf("%d", n.chainID),
//"--gcmode", "archive",
//"--history.transactions", "0",
//"--history.state", "0",
"--syncmode", "full", // sync mode to download and test all blocks and txs
"--allow-insecure-unlock", // allows to use personal accounts over http/ws
"--nodiscover", // don't try and discover peers
Expand Down

0 comments on commit fc3298e

Please sign in to comment.