yorickdowne

Results 71 comments of yorickdowne

At this point I am likely to not attempt it on mainnet.

I'm going to play go-between here. "Literally just send any transaction" ... I assume if you just send enough tx, do include those that call contracts, you'll see the issue.

“Day one” in this case would be just before merge, so users can upgrade credentials. Edit: Reading Mikhail’s comments in R&D, a one-time change from 0x0 to 0x1 is required...

This kind of mechanism would also be useful for "Ethereum client as a Service" providers such as Infura, Alchemy, Fiews. Renting an execution client from these services is common now,...

Same story here re `clone-chains` branch of https://github.com/yorickdowne/eth-docker to spin up an Opera node on Fantom mainnet. `cp default.env .env`, then edit `.env` and change the `COMPOSE_FILE`. In my case...

" connection timed out; no servers could be reached" - that's not a bug in SSV, that means the system you ran this on couldn't reach opendns.com.

0.1.4 fixed a similar issue for me, it now listens on 0.0.0.0 for 13000/tcp. I can now "host map" the port and don't have to go through an ingress.

This is expected if an attestation has already been seen. Afaik all nodes submit. This should not be an `ERRO` log in SSV however.

Likely is Erigon related, Erigon does not implement subscriptions. I have SSV node running with Geth without any issues.

SSV uses the keystore JSON file generated by staking-deposit-cli, and then distributes it. That means users are free to always remove their key again and use it elsewhere; and of...