Hey, i did run the nodes that i configured, but i came a cross this error when trying to attach to a node via geth.
root@70a7c51b38f4:/maker1/qdata# geth attach geth.ipc
Fatal: Unable to attach to remote geth: dial unix geth.ipc: connect: connection refused
root@70a7c51b38f4:/maker1/qdata# geth attach geth.ipc
Fatal: Unable to attach to remote geth: dial unix geth.ipc: connect: connection refused
root@70a7c51b38f4:/maker1/qdata# geth attach geth.ipc
At first i couldn't connect with RPC to the nodes even with the correct port so i wanted to check everything with wbe3 manually. are these errors related ?
I use truffle to connect to rpc, it displayed this error :
Could not connect to your Ethereum client. Please check that your Ethereum client:
- is running
- is accepting RPC connections (i.e., "--rpc" option is used in geth)
- is accessible over the network
- is properly configured in your Truffle configuration file (truffle.js)
Hey, i did run the nodes that i configured, but i came a cross this error when trying to attach to a node via geth.
At first i couldn't connect with RPC to the nodes even with the correct port so i wanted to check everything with wbe3 manually. are these errors related ? I use truffle to connect to rpc, it displayed this error :