Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Several issues and one question #23

Closed
dirkg2020 opened this issue Feb 23, 2022 · 4 comments · Fixed by #36 or #37
Closed

Several issues and one question #23

dirkg2020 opened this issue Feb 23, 2022 · 4 comments · Fixed by #36 or #37
Assignees

Comments

@dirkg2020
Copy link

dirkg2020 commented Feb 23, 2022

Hi,
it's not the first time setting up a node, but a Masa node with go-ethereum and within Docker.

After fixing the two issues already reported here I'm now at the following points:

  • running "make test" I get
    ok github.com/ethereum/go-ethereum/trie
    FAIL
    util.go:47: exit status 1
    exit status 1
    make: *** [Makefile:41: test] Error 1

  • when I run geth he does not abort due to an error, but is looking for peer nodes, wrting something to disk/cache etc.

  • executing PRIVATE_CONFIG=ignore geth --identity MasaMoonNode --datadir data --bootnodes enode://91a3c3d5e76b0acf05d9abddee959f1bcbc7c91537d2629288a9edd7a3df90acaa46ffba0e0e5d49a20598e0960ac458d76eb8fa92a1d64938c0a3a3d60f8be4@54.158.188.182:21000 --emitcheckpoints --istanbul.blockperiod 1 --mine --miner.threads 1 --syncmode full --verbosity 5 --networkid 190250 --rpc --rpccorsdomain "" --rpcvhosts "" --rpcaddr 127.0.0.1 --rpcport 8545 --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3,quorum,istanbul --port 30300
    I get the error "flag provided but not defined: -emitcheckpoints". While looking up this error I got references like "the flag provided but not defined message means that you are running a standard Ethereum geth executable, not Quorum. You need to make sure the Quorum geth is the first one found in your path."
    Since I have not read anything about Quorum in the Masa guide I'm uncertain to install Quorum and configure it.
    Any idea?

  • And the last thing is: Executing docker-compose up ui
    gives me:
    [+] Running 2/2
    ⠿ Network ui_default Created 0.1s
    ⠿ Container ui-ui-1 Created 0.1s
    Attaching to ui-ui-1
    ui-ui-1 | standard_init_linux.go:228: exec user process caused: exec format error
    ui-ui-1 exited with code 1

So, that are the current issues. Now the question:
I have setup ufw on my VPS. Which port do I need to open for incoming requests? Are there any incoming requests? I saw port 8545, 21000, 30300 and 3000 for the UI.

Ah, there is another question: I saw the issue someone trying to connect MetaMask to Masa. I did not find anything about that in the guide. Where to look for and why should it be done?

many thanks for any help

@setar
Copy link

setar commented Feb 23, 2022

the most important part of the source code (src/cmd/geth) is missing due to an error in the .gitignorу file

@dirkg2020
Copy link
Author

Thanks for the feedback. I have installed it manually go ethereum via the normal distribution (PPA).
Should I remove it and wait for an update of the Masa repository?

@teslashibe
Copy link
Contributor

@dirkg2020 we will test and push a fix to this by tomorrow. tysm

@teslashibe teslashibe self-assigned this Feb 24, 2022
@teslashibe
Copy link
Contributor

@restevens402 I will work on this

@teslashibe teslashibe linked a pull request Feb 27, 2022 that will close this issue
@teslashibe teslashibe mentioned this issue Feb 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants