Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Re: Trying to send bitcoin to c-lightning. Getting "Invalid Bitcoin Address"
by
jimbobway
on 23/01/2018, 01:17:55 UTC
⭐ Merited by DannyHamilton (2)
God dammit, I figured it out.  By default c-lightning runs on testnet.  To run on mainnet you have to use:

lightningd/lightningd --network=bitcoin

The address started with a '2' because it's a testnet address.