Consensys / eth-lightwallet

Lightweight JS Wallet for Node and the browser
MIT License
1.47k stars 503 forks source link

connection refused #121

Closed vroomDotClub closed 8 years ago

vroomDotClub commented 8 years ago

httpprovider.js:119 OPTIONS http://localhost:8545/ net::ERR_CONNECTION_REFUSED

geth --rpc --rpccorsdomain="http://localhost:8545" -rpcaddr="localhost" --rpcport "8545" "db,eth,net,web3,personal" --rpcapi

8 hours tried everything cant get it to work want to pull my hair out.

vroomDotClub commented 8 years ago

FIXED!

run geth with cors="*" as cors does not like IP only it seems.