Questions tagged [connections]
The connections tag has no summary.
62 questions
1 vote
0 answers
143 views
Waiting for deposit to be observed days after activation epoch already passed
I am running a main net eth validator AND a holesky validator on the same machine. The mainnet is doing fine and the Holesky side is synced up on execution and consensus clients, running as expected. ...
1 vote
0 answers
219 views
How to recover from intermittent 'the resource eth_call is not available' during runtime?
When I call a contract function using a block_identifier from the past, I get error code -32002 the resource eth_call is not available in ~4/5 times when using a public RPC using Python web3. ~1/5 ...
0 votes
1 answer
375 views
How can I know if my rpcUrl is working or not?
I have a 2 rpcUrl, I would like to pick the one that's working. How can I pick the active rpcUrl? Unfortunately, I can't catch the error log on this one. const provider = new ethers.providers....
0 votes
1 answer
269 views
Chainlink Job Request With Bridge: error making http request: Post "http://localhost:8080": dial tcp 127.0.0.1:8080: connect: connection refused
I am trying to run my chainlink external adapter with a job in my node. However, every time I get an error at "fetch bridge" task: error making http request: Post "http://localhost:8080&...
1 vote
1 answer
35 views
I set up metamask and added tokens. Now my Metamask shows Not Connected
How do I get it connected? I can see my tokens and all of my information, but it still shows "not connected".
1 vote
0 answers
2k views
IPC Connection not work on Node.js (web3)
I have a geth node launch on linux, I want to access it through the IPC connection in a Node.js application. I am getting this error : /home/**/node_modules/web3-core-helpers/lib/errors.js:66 ...
4 votes
1 answer
2k views
How to set multiple nodes in HttpProvider web3 v1.2.0
I'm working with Nodejs application, and using a multi-node setup on different servers. If I have single node end point like http://localhost:8545 I can use Web3 providers as below var web3 = new Web3(...
0 votes
1 answer
235 views
net.peerCount is zero: Two miners are not connected
I'm trying to build a local private blockchain of Ethereum in my own PC using Geth v1.9.15-stable-0f77f34b. I have installed Geth in a virtual machine with Ubuntu 18.04 OS using VMware Workstation Pro....