Skip to content

Open a channel manually

Gonzalo Aune edited this page Mar 30, 2021 · 5 revisions

You need a channel in order to send messages on the Sphinx network! We suggest a zero-fee channel to one of our routing hubs:

Peer to one of our nodes

lncli connect [email protected]:9735

Open a channel to our node, keep in mind that:

  • Channel size should be 50,000 sats or higher
  • The "push" amount to our routing node should be 2% since 1% is set aside as a channel reserve and is unusable
  • Set the sat_per_byte amount to what mempool recommends
lncli openchannel SPHINX_PEER_PUBKEY --local_amt=100000 --push_amt=2000 --sat_per_byte=50

Update your channel policy:

chan_point refers to the channel_point of your channel in the listchannels command

lncli updatechanpolicy --base_fee_msat=0 --fee_rate=0.000001 --time_lock_delta=40 --chan_point=***