Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that Quorum geth is on the PATH #230

Closed
lcs100 opened this issue Apr 27, 2020 · 2 comments
Closed

Ensure that Quorum geth is on the PATH #230

lcs100 opened this issue Apr 27, 2020 · 2 comments

Comments

@lcs100
Copy link

lcs100 commented Apr 27, 2020

geth version

Geth
Version: 1.9.12-stable
Git Commit: b6f1c8dcc058a936955eb8e5766e2962218924bc
Architecture: amd64
Protocol Versions: [65 64 63]
Go Version: go1.13.8
Operating System: linux
GOPATH=
GOROOT=/home/infosec/work/env/go

./raft-start.sh

ERROR: you appear to be running with upstream geth. Ensure that Quorum geth is on the PATH (before any other geth version).

Steps to reproduce the behavior

Hello everyone,
I am doing some experiment about quorum
But it says
ERROR: you appear to be running with upstream geth. Ensure that Quorum geth is on the PATH (before any other geth version).
What can i do

@chris-j-h
Copy link
Contributor

chris-j-h commented Apr 27, 2020

Hi, this message is informing you that your geth command is running standard go-ethereum and not quorum. Make sure that you have built quorum and your PATH variable is pointing to it.

To check you are using quorum, geth version should return something like (note the line Quorum Version: 2.5.0):

Geth
Version: 1.8.18-stable
Quorum Version: 2.5.0
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1337
Go Version: go1.13.7
Operating System: darwin
GOPATH=/Users/me/go
GOROOT=/usr/local/go

@lcs100
Copy link
Author

lcs100 commented Apr 28, 2020

Thank you. I have succeed.

@lcs100 lcs100 closed this as completed Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants