Skip to content

Commit

Permalink
Merge pull request #3 from binance-chain/nousb
Browse files Browse the repository at this point in the history
[R4R]no use for faucet, otherwise it won't start in aws ec2
  • Loading branch information
unclezoro authored Mar 31, 2020
2 parents 8c2fe18 + 0e3d7c4 commit 728978d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ func newFaucet(genesis *core.Genesis, port int, enodes []*discv5.Node, network u
Name: "geth",
Version: params.VersionWithCommit(gitCommit, gitDate),
DataDir: filepath.Join(os.Getenv("HOME"), ".faucet"),
NoUSB: true,
P2P: p2p.Config{
NAT: nat.Any(),
NoDiscovery: true,
Expand Down

0 comments on commit 728978d

Please sign in to comment.