Bitcoin Forum
March 12, 2026, 12:11:47 AM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What are public channels for?  (Read 84 times)
bitdude (OP)
Sr. Member
****
Offline Offline

Activity: 307
Merit: 256


View Profile WWW
March 09, 2026, 11:16:31 AM
 #1

open_channel command has --public argument that makes the channel being announced, but I can't find much documentation about it. Historical documents mention Electrum only create private channels and this argument is not even mentioned.

Can Electrum route through publicly announced channels? If not, what's the use case?

Whale's Secret ScriptApiLib is a .NET library that provides unified API to different digital assets platforms with focus on easy of use and robust error handling.

Web: whalessecret.com/
Samples GitHub repo: [url=https://github.com/AITIS-s-r-o/
bitdude (OP)
Sr. Member
****
Offline Offline

Activity: 307
Merit: 256


View Profile WWW
March 09, 2026, 03:07:52 PM
 #2

So you are basically saying people can route through Electrum opened public channels, interesting, that's the first time I've seen that. All resources I've found mentioned Electrum can't route other people payments through.

Whale's Secret ScriptApiLib is a .NET library that provides unified API to different digital assets platforms with focus on easy of use and robust error handling.

Web: whalessecret.com/
Samples GitHub repo: [url=https://github.com/AITIS-s-r-o/
nc50lc
Legendary
*
Offline Offline

Activity: 3080
Merit: 8502


Self-proclaimed Genius


View Profile
March 10, 2026, 04:33:02 AM
Merited by ABCbits (2)
 #3

All resources I've found mentioned Electrum can't route other people payments through.
That figures, because it's never been announced nor mentioned in their release notes either.
It's silently committed since the experimental version of v4.5.x. (around 2 years ago)
Ref: /spesmilo/electrum/commit/98a4d7b60d2102e81e8dddeccc9a4a67533a8e22

Most probably, it's currently not meant for end-users since it's not exposed in the GUI and it's set to "false" by default.
The reason why most articles and documentation mention that default behavior, aside from posts/docs being older than that commit.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
bitdude (OP)
Sr. Member
****
Offline Offline

Activity: 307
Merit: 256


View Profile WWW
March 10, 2026, 04:38:54 PM
 #4

One possibly related question to this - is remote LN node able to create channel to my Electrum? Can I somehow construct the connection string for my Electrum, perhaps via Tor hidden service?

Whale's Secret ScriptApiLib is a .NET library that provides unified API to different digital assets platforms with focus on easy of use and robust error handling.

Web: whalessecret.com/
Samples GitHub repo: [url=https://github.com/AITIS-s-r-o/
nc50lc
Legendary
*
Offline Offline

Activity: 3080
Merit: 8502


Self-proclaimed Genius


View Profile
March 11, 2026, 04:36:12 AM
 #5

One possibly related question to this - is remote LN node able to create channel to my Electrum? Can I somehow construct the connection string for my Electrum, perhaps via Tor hidden service?
I haven't tested this myself but one developer noted that it's possible by disabling "Recoverable Channel" option in your settings.

Here's a link to the issue containing his reply if you want to read more because it seems like there's more to it.
Link: /spesmilo/electrum/issues/10270#issuecomment-3425324719

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits PREDICT..
█████████████████████████
█████████████████████████
███████████▀▀░░░░▀▀██████
██████████░░▄████▄░░████
█████████░░████████░░████
█████████░░████████░░████
█████████▄▀██████▀▄████
████████▀▀░░░▀▀▀▀░░▄█████
██████▀░░░░██▄▄▄▄████████
████▀░░░░▄███████████████
█████▄▄█████████████████
█████████████████████████
█████████████████████████
.
.WHERE EVERYTHING IS A MARKET..
█████
██
██







██
██
██████
Will Bitcoin hit $200,000
before January 1st 2027?

    No @1.15         Yes @6.00    
█████
██
██







██
██
██████

  CHECK MORE > 
bitdude (OP)
Sr. Member
****
Offline Offline

Activity: 307
Merit: 256


View Profile WWW
March 11, 2026, 08:51:09 AM
 #6

Thanks, interesting. Probably easier to just run full LN node in front of Electrum as this looks highly experimental.

Whale's Secret ScriptApiLib is a .NET library that provides unified API to different digital assets platforms with focus on easy of use and robust error handling.

Web: whalessecret.com/
Samples GitHub repo: [url=https://github.com/AITIS-s-r-o/
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!