Skip to content

Commit

Permalink
faucet: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusKysel committed Dec 20, 2023
1 parent 3b7c97e commit 059084b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmd/faucet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ The `faucet` is a single binary app (everything included) with all configuration
First things first, the `faucet` needs to connect to an Ethereum network, for which it needs the necessary genesis and network infos. Each of the following flags must be set:

- `-genesis` is a path to a file containing the network `genesis.json`. or using:
- `-network` is the devp2p network id used during connection
- `-bootnodes` is a list of `enode://` ids to join the network through

The `faucet` will use the `les` protocol to join the configured Ethereum network and will store its data in `$HOME/.faucet` (currently not configurable).
- `-rpc` is ws endpoint to running node

## Funding

Expand Down

0 comments on commit 059084b

Please sign in to comment.