This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
Status 'ready' when connecting via Tor #356
Open
Description
I am struggling to connect to my node over Tor.
I have put in my lndconnect uri and run the minimal example but my status is stuck at ready
with no errors being thrown.
It looks like Tor is starting up because tor.isStarted
returns true. Any ideas?
import LndGrpc from 'lnd-grpc';
(async () => {
const grpc = new LndGrpc({
lndconnectUri: process.env.LND_CONNECT_URI
});
await grpc.connect();
console.log(grpc.state); // returns 'ready'
console.log(grpc.tor.isStarted()) // returns true
})
Metadata
Assignees
Labels
No labels
Activity