I've seen this discussion going towards the financial side of running a lightning node... Just to make sure no urban legends get created, i decided to share my own statistics..
Just some background info: I've been running a lightning node from before reasonably good lightning node explorers were around... Basically from the moment the first relatively stable beta version of c-lightning was released (once a week i still build c-lightning straight from the head branch on github).
I've used lightning-charged on top of c-lightning and a homebrewn payment system on top of lightning-charged for a long time. Recently i retired my own code and lightning-charged, and put btcpay on top of my c-lightning node. I've created hundreds of invoices and actually received +100 payments (so far).
Now, for the actual, up-to-date, statistics of my node:
lightning-cli listfunds | grep channel_sat
"channel_sat" : 41646,
"channel_sat" : 20200,
"channel_sat" : 1276,
"channel_sat" : 27012,
"channel_sat" : 0,
"channel_sat" : 0,
"channel_sat" : 105550,
"channel_sat" : 0,
"channel_sat" : 396,
"channel_sat" : 5285,
"channel_sat" : 0,
"channel_sat" : 0,
"channel_sat" : 0,
"channel_sat" : 0,
"channel_sat" : 0,
"channel_sat" : 0,
"channel_sat" : 0,
So... currently 17 open channels, 7 with funds on my side of the channel. Dozens of other channels have been closed since i started running a node.
lightning-cli listfunds | grep channel_total_sat
"channel_total_sat" : 100000,
"channel_total_sat" : 5000000,
"channel_total_sat" : 16777215,
"channel_total_sat" : 100000,
"channel_total_sat" : 500000,
"channel_total_sat" : 500002,
"channel_total_sat" : 5000000,
"channel_total_sat" : 500000,
"channel_total_sat" : 9000000,
"channel_total_sat" : 9000000,
"channel_total_sat" : 4499630,
"channel_total_sat" : 1000000,
"channel_total_sat" : 5446466,
"channel_total_sat" : 409293,
"channel_total_sat" : 100000,
"channel_total_sat" : 85894,
"channel_total_sat" : 58108,
All of them have funds on the other side of the channel
lightning-cli getinfo
{
"id" : "03301e633b25d769377bf75ce6b6ed2ec570270bc06c8c02bf33c5bd2aa47da098",
"alias" : "mocacinno",
"color" : "03301e",
"num_peers" : 25,
"num_pending_channels" : 0,
"num_active_channels" : 17,
"num_inactive_channels" : 0,
"address" : [
{
"type" : "ipv4",
"address" : "193.70.78.148",
"port" : 9735
}
],
"binding" : [
{
"type" : "ipv4",
"address" : "193.70.78.148",
"port" : 9735
}
],
"version" : "v0.7.1-172-gdbc0265-modded",
"blockheight" : 588181,
"network" : "bitcoin",
"msatoshi_fees_collected" : 0,
"fees_collected_msat" : "0msat"
}
yup... That's right... A grand total of 0 msatoshi in fees made during the months i've been running the node