NebraLtd / hm-gatewayrs

Light Hotspot (gateway-rs) Container for Helium
MIT License
5 stars 9 forks source link

Connection refused #23

Closed mpous closed 2 years ago

mpous commented 2 years ago

When running start-gatewayrs.sh


  if ! PUBLIC_KEYS=$(/usr/bin/helium_gateway -c /etc/helium_gateway key info)

I get


27.01.22 23:37:15 (+0100)  helium-miner  Error: Service(Service(tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })))))

What could be the issue?

mpous commented 2 years ago

I now understand why this is happening. The main problem is that you need the miner running before calling key info.

How do you make this work @shawaj ?

shawaj commented 2 years ago

@mpous was this on a device with an ECC key? Or a DIY / data only?

pritamghanghas commented 2 years ago

this can be closed. I don't think is a valid issue.