Chainfire / UselethMiner

Ethereum CPU miner and aggregating proxy
87 stars 7 forks source link

Starting as RPC server on MacOS fails with: Connection failed #26

Open WeterPeter opened 2 years ago

WeterPeter commented 2 years ago

% /usr/local/uselethminer/uselethminer 0.0.0.0:3326 Connection failed % /usr/local/uselethminer/uselethminer 127.0.0.1:3326 Connection failed % sudo /usr/local/uselethminer/uselethminer 0.0.0.0:3326 Password: Connection failed

Chainfire commented 2 years ago

"Starting as RPC server..."

You don't start an RPC server, it runs automatically with the miner. You use the commands above to connect to a mining instance.

Are we talking about the same thing?

WeterPeter commented 2 years ago

Hi,

I am trying te read json output but that seems only possible from the localhost (127.0.0.1), is is also possible to bind the RPC to 0.0.0.0? Or is that a feature request?

Chainfire commented 2 years ago

Use --rpchost 0.0.0.0 ?