Starting as RPC server on MacOS fails with: Connection failed
% /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
"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?
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?
Use --rpchost 0.0.0.0 ?