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
But when I'm trying to deploy a contract using ethereum.rb it just stuck in that step. Even though I haven't unlock any account it doesn't throw me an error saying there are no unlock account.
So do you have any idea why ethereum.rb can not connect with my docker container client?
The text was updated successfully, but these errors were encountered:
I am having a docker container which runs
ethereum/client-go
. And it's working fine with block synchronisation.From the container I forwarded the ports
8545
&30303
as well.Here is my
lsof -i :8545
outputBut when I'm trying to deploy a contract using
ethereum.rb
it just stuck in that step. Even though I haven't unlock any account it doesn't throw me an error saying there are no unlock account.So do you have any idea why
ethereum.rb
can not connect with my docker container client?The text was updated successfully, but these errors were encountered: