Hi there,
I am trying to attach a console to a running geth on local machine but each time it says "context deadline exceeded".
geth attach /path/to/ipc/geth.ipc
geth attch http://localhost:8545
geth attach http://127.0.0.1/8545
--rpc --rpcaddr "localhost" --rpcport "8545" --rpccorsdomain "*"
--rpc --rpcaddr "127.0.0.1" --rpcport "8545" --rpccorsdomain "*"
--rpc --rpcaddr "0.0.0.0" --rpcport "8545" --rpccorsdomain "*"
Any prompt help would be appreciated.
Thanks
Geth version: geth version 1.8.20
OS & Version: Linux , Ubuntu 16.04 LTS
Should attach the additional console to the ipc.
Fatal: Failed to start the JavaScript console: api modules: context deadline exceeded
sudo geth attch http://localhost:8545 should work
Where was a probl茅m ?