My routing stats for the last 24 hours:
START=$(date -d '24 hours ago' +%s)
END=$(date +%s)
lncli fwdinghistory --start_time $START --end_time $END --max_events 3000 | jq '.forwarding_events | length'
--> 1222
lncli fwdinghistory --start_time $START --end_time $END --max_events 3000 | jq '[.forwarding_events[].amt_out_msat | tonumber] | add / 1000'
--> 113895745.048
lncli fwdinghistory --start_time $START --end_time $END --max_events 3000 | jq '[.forwarding_events[].fee_msat | tonumber] | add / 1000'
--> 350.945**
So, 1200 routes, 1.13BTC (first time >1 bitcoin, woohoo!), and 350 sats of fee
You might think routing fees are low (average routing fee for this is 3ppm), but do not forget this is all WITHOUIT rebalancing, so on days without channel open/closes, this is pure profit
Node is lnshortcut.ovh / 02c521e5e73e40bad13fb589635755f674d6a159fd9f7b248d286e38c3a46f8683
Capacity is 1.8BTC (1/3 on my side) in 52 channels
