-
Hello, My name is Juan Pablo Abadia from Colombia. Thank you very much for your attention. Problem Description:I am trying to install Ubuntu 20.04 with Docker Compose on my VPS but cannot establish communication with my Geth node. The node is configured with the following command:
my network configuration is:https://github.com/scolcoin/ScolNetwork
look common-blockscout.env:https://github.com/scolcoin/blockscout/blob/master/docker-compose/envs/common-blockscout.env look docker-compose.yml:https://github.com/scolcoin/blockscout/blob/master/docker-compose/docker-compose.yml look error:
I can't connect the blockchain with blokscout dockers please helpme! Refe:docker-compose ps: backend blockscout/blockscout:latest "sh -c 'bin/blocksco…" backend 20 minutes ago Up 20 minutes frontend ghcr.io/blockscout/frontend:latest "./entrypoint.sh nod…" frontend 20 minutes ago Up 20 minutes 3000/tcp proxy nginx "/docker-entrypoint.…" proxy 20 minutes ago Up 20 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:8080-8081->8080-8081/tcp, :::8080-8081->8080-8081/tcp redis-db redis:alpine "docker-entrypoint.s…" redis-db 20 minutes ago Up 20 minutes 6379/tcp sig-provider ghcr.io/blockscout/sig-provider:latest "./sig-provider-serv…" sig- provider 20 minutes ago Up 20 minutes stats ghcr.io/blockscout/stats:latest "./stats-server" stats 20 minutes ago Up 20 minutes stats-db postgres:15 "docker-entrypoint.s…" stats-db 20 minutes ago Up 20 minutes (healthy) 0.0.0.0:7433->5432/tcp, :::7433->5432/tcp user-ops-indexer ghcr.io/blockscout/user-ops-indexer:latest "./user-ops-indexer-…" user- ops-indexer 20 minutes ago Restarting (1) 9 seconds ago visualizer ghcr.io/blockscout/visualizer:latest "./visualizer-server" visualizer 20 minutes ago Up 20 minutes ` |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Please use If you use websockets, please ensure you have set these arguments on your geth node: |
Beta Was this translation helpful? Give feedback.
-
update: node Scolcoin ./geth -snapshot=false --datadir mnode1 --syncmode 'full' --gcmode=archive --port 40605 --http --http.addr '0.0.0.0' --http.corsdomain='' --http.port 3545 --http.vhosts='' --http.api 'personal,eth,net,web3,personal,admin,miner,txpool,debug,clique' --bootnodes 'enode://134fd23d8e72cf41663dcee1063306a6e43b360137e97d1729a4b654fa478e7de4f756ae133bfcd896a39bf2bc4ed6e078679a69d5248e363b4ee399bd4e6e54@185.249.227.141:0?discport=40606' --networkid 65450 --ws.port 3546 --ws.origins=* --ws.addr 0.0.0.0 --allow-insecure-unlock Env: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I think the error was because at the beginning I had my local geth, that is, ./geth, then I passed it to bin sudo mv geth /usr/local/bin/ and now it is reading the blockchain