You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: