Skip to content

Commit

Permalink
Go back to default for nodekey placement
Browse files Browse the repository at this point in the history
  • Loading branch information
hesusruiz committed Feb 2, 2023
1 parent 58264dc commit 700721e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ geth:
@echo "Run \"$(GOBIN)/geth\" to launch geth."

aladocker:
docker build -t hesusruiz/alageth:v1.04 .
docker tag hesusruiz/alageth:v1.04 hesusruiz/alageth:latest
docker build -t hesusruiz/alageth:v1.05 .
docker tag hesusruiz/alageth:v1.05 hesusruiz/alageth:latest

alageth:
docker run --rm hesusruiz/alageth cat /geth >build/bin/geth
Expand Down
Binary file modified build/bin/geth
Binary file not shown.
Binary file modified build/bin/newnodekey
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ var alaArgs = []string{
"--maxpeers=50",
"--nat=any",
"--nodiscover=true",
"--nodekey=/root/alastria/secrets/nodekey",
// "--nodekey=/root/alastria/secrets/nodekey",
"--mine=false",
"--miner.threads=2",
"--verbosity=3",
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

QuorumVersionMajor = 21
QuorumVersionMinor = 10
QuorumVersionPatch = 2104
QuorumVersionPatch = 2105
)

// Version holds the textual version string.
Expand Down

0 comments on commit 700721e

Please sign in to comment.