I wanted to run two geth instance simultaneously using
First console
geth --ws --ws.origins http://localhost:3000 --ws.port 8545 --ws.api eth,net,web3,personal --datadir="F:\EthereumMainNet`
Second console
geth --ws --ws.port 8546 --ws.api eth,net,web3,personal --datadir="F:\EthereumMainNet
and I get error about the folder being in used. Is it possible to run multiple instance sharing same --datadir? or do I need to duplicated the EthereumMainNet on different folder to be able to use by other?
--port <P2P_PORT>) and different ipc paths (or disable ipc in one of them). – Ismael Dec 28 '20 at 05:48