Mist does not connect to geth

midnightseranademidnightseranade Member Posts: 6
Hi,

I have geth installed, and the blockchain downloaded. I want to connect with a browser. Running this:

geth --rpc --rpcport 8000 --rpccorsdomain 'http://localhost'

starts the server running:

I0530 22:42:47.907207 node/node.go:368] HTTP endpoint opened: http://localhost:8000

But all that's displayed in the browser is an error in JSON:

{"jsonrpc":"2.0","error":{"code":-32600,"message":"EOF"}}

The same error is returned when I run it like this (which is the sample from the geth Command Line Options page):

geth --rpc --rpcport 8000 --rpccorsdomain '"*"'

What am I missing here?
Sign In or Register to comment.