ethereum / frontier-guide

Other
15 stars 242 forks source link

Missing --rpc flag in geth command line? #6

Open dooglus opened 9 years ago

dooglus commented 9 years ago

On http://ethereum.gitbooks.io/frontier-guide/content/gpu.html, under "Using ethminer with geth" it tells me to use:

geth --rpccorsdomain localhost 2>> geth.log &

I found that that didn't work unless I also added the --rpc flag. In fact the --rpc flag was all I needed to provide.

obscuren commented 9 years ago

That's indeed correct. I shall update the wiki

dooglus commented 9 years ago

Maybe mention what the 'rpccorsdomain' thing is about, because I didn't seem to need it at all.