-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout opening a channel when in blocksonly mode on bitcoind #7
Comments
Thanks good to know |
On Tue, Apr 16, 2019 at 11:47 AM Christian Moss ***@***.***> wrote:
Thanks good to know
im not sure its possible for pebble to know if your btcpay is using blocks only mode, it uses grpc to communicate to btcpays lnd, which is proxied by btcpay, so I think maybe its more of a btcpayserver issue
I could add a patch to detect this error and assume its btcpay in blocksonly and hence return a better message
I asked Andrew Camilleri <[email protected]> if btcpayserver could
fix this message and he said for sure it was a pebble issue. :-)
But at least a better message. Maybe "Channel setup has not finished yet. If you are in blocksonly mode then nothing to worry about. Check channels later. "
Thanks,
…-- Vince
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have attached a screenshot of an error message I have received several
times now. It seems like things are working though.
Vince
…On Tue, Apr 16, 2019, 11:47 AM Christian Moss ***@***.***> wrote:
Thanks good to know
im not sure its possible for pebble to know if your btcpay is using blocks
only mode, it uses grpc to communicate to btcpays lnd, which is proxied by
btcpay, so I think maybe its more of a btcpayserver issue
I could add a patch to detect this error and assume its btcpay in
blocksonly and hence return a better message
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AjxlnkJIS8TWhUlu2BfFuDmrU-JIzk72ks5vhfCFgaJpZM4cyLO->
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My Pebble wallet is connected to BTCPayserver. My bitcoind is runnin in "blocksonly" mode. This reduces the bandwidth needed by nearly a factor of 10. But it means we only see on blockchain stuff from others after it is inside a block. So setting up a channel there is a timeout that produces the attached error message in Pebble. The channel is opened ok and works. It is just the error message that is the problem.
Note that blocksonly mode does not slow down normal off-blockchain Lightning Network stuff, so it seems a great thing for reducing the cost of running a node. I believe as Lightning takes over that blocksonly will become the default setting.
The text was updated successfully, but these errors were encountered: