geth attach to local geth node issue
The Problem
geth attach
Fatal: Unable to attach to remote geth: no known transport for URL scheme "c"
Try the following (on Windows, we need to specify the IPC path)
geth attach ipc:\\.\pipe\geth.ipc
This worked for me and I was to copy the bytecode generated by any sol compiler (Remix IDE) into the JS console.
Leave a Reply