blockworks-foundation / lite-rpc

This is a solana lite rpc which optimizes sending transactions and confirming transactions strategies.
GNU Affero General Public License v3.0
161 stars 43 forks source link

Need help with Fly.o setup #393

Open stevenkader opened 2 months ago

stevenkader commented 2 months ago

Getting this error when the machine starts up 👍 2024-05-01T02:40:38.822378Z ERROR lite_rpc: Ok(Err(RPC seems down restarting service error Error { request: None, kind: RpcError(RpcRequestError("cluster version query failed: error sending request for url (http://0.0.0.0:8899/): error trying to connect: tcp connect error: Connection refused (os error 111)")) }))

Not sure what the real secret settings should be for : RPC_URL WS_ADDR LITE_RPC_HTTP_ADDR LITE_RPC_WS_ADDR

Thanks