1
So I finally setup a lightning node (lnd) and according to "feereport" I haven't routed any payments (no fees collected). I have used my node to send payments (yalls, satoshis.place, blockstream...) and also received payments (from my own Eclair wallet) and that works fine (multi hop routes). I also tried lowering the fees my node charges, still no luck. I also (gave away) pushed some remote balance to some channels to make sure I had some out going routes. Any ideas? What is the expected average number of routed payments over some time interval (I know this depends but I no idea what other people are seeing)?
$ lncli listchannels | grep balance
"local_balance": "99082",
"remote_balance": "100000",
"unsettled_balance": "0",
"local_balance": "299082",
"remote_balance": "0",
"unsettled_balance": "0",
"local_balance": "295312",
"remote_balance": "34",
"unsettled_balance": "0",
"local_balance": "149082",
"remote_balance": "150000",
"unsettled_balance": "0",
"local_balance": "145347",
"remote_balance": "150000",
"unsettled_balance": "0",
"local_balance": "83940",
"remote_balance": "261405",
"unsettled_balance": "0",
"local_balance": "99180",
"remote_balance": "0",
"unsettled_balance": "0",
$ lncli feereport | grep sum
"day_fee_sum": "0",
"week_fee_sum": "0",
"month_fee_sum": "0"
$ lncli getnetworkinfo
{
"graph_diameter": 0,
"avg_out_degree": 5.5954773869346734,
"max_out_degree": 509,
"num_nodes": 1592,
"num_channels": 8908,
"total_network_capacity": "9685778073",
"avg_channel_size": 1087312.311742254,
"min_channel_size": "1050",
"max_channel_size": "16777216"
}
I am having the same issue, my node has 8 connections since a month now but no transactions. Is it normal? Is it because there are more nodes than transactions in the network? How is your node doing? – alec_djinn – 2018-12-11T08:03:08.617