Skip to content

Instantly share code, notes, and snippets.

@apemon
Created March 11, 2018 18:03
Show Gist options
  • Save apemon/48499527d10f0008432255bccb03d481 to your computer and use it in GitHub Desktop.
Save apemon/48499527d10f0008432255bccb03d481 to your computer and use it in GitHub Desktop.

Connect to node (ex. endurance)

lightning-cli connect 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134 34.250.234.192 9735

Set tx fee (in BTC/kB) for your bitcoin node (if not set, the transaction will get slow confirmation due to low fee)

bitcoin-cli settxfee 0.005

Open channel to node (unit in satashis)

lightning-cli fundchannel 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134 200000

Check peer status

lightning-cli listpeers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment