I am having an error while trying to attach to the quorum node, using the following command :--
geth attach --datadir new-node-1/geth.ipc
then I get this error
Unable to attach to remote geth: dial unix new-node-1/geth.ipc: connect: no such file or directory
I tried to locate path of geth.ipc but nothing was there. I guess the file is not being created.
any suggestions guys..