Replies: 1 comment
-
Is it a requirement to be on testnet/mainnet? I think the bottleneck will be to get the gossip synced. A solution there could be to use https://lightning.engineering/api-docs/api/lnd/dev/import-graph. Even on regtest the limit is on the order of 5-10s until lnd is operational. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
I'm seeking to use
lnd
Docker image for testing purposes. It will monitor future transactions afterlnd
is launched, using RPC. One of the requirements is that the node should be ephemeral - I can easily create and destroy the docker images, so I'm struggling with sync.How can I achieve the fastest possible sync/startup time? No need to use any historical data or anything prior.
Currently, I'm trying with this. Neutrino isn't mandatory.
Beta Was this translation helpful? Give feedback.
All reactions