Speaking of routing fees, they wont show up in `lncli feereport` but you can copy paste the payment hashes from the logs to a script like this to see how much you made:
```
lnproxy$ cat ./proxyfee
#!/bin/sh
{
lncli trackpayment --json $1 | jq -r '(.value_msat | tonumber) + (.fee_msat | tonumber)'
lncli lookupinvoice $1 | jq -r '.amt_paid_msat'
} |
awk '
NR == 1 {paid=$1 ; printf "paid: %0.0f\n", $1/1000}
NR == 2 {got=$1 ; printf " got: %0.0f\n", $1/1000}
END {printf "diff: %0.0f\n", (got - paid)/1000}
'
```
Run with `./proxyfee <payment hash>`
Vielleicht etwas unfair. Ich denke es ist eine sehr natürliche Trotzreaktion. Unsere Gesellschaft lebt schon so lange in dem Fiat system, dass eine Änderung vom Status quo für viele als Bedrohung wahrgenommen wird.
Daher glauben einige, dass sie mit geschlossenen Augen die veränderung stoppen könnten.
https://medium.com/@smart.minds.together/how-ignoring-problems-is-costing-us-a-look-at-the-impact-of-refusal-to-notice-db66f1a78b0d
Created at:
Wed Jul 23 05:22:43 UTC 2025
Kind:
1 Text note
Tags:
p3d900bbe00b1c54555386686353eff5f6e2f52ee76ac2c678451e7820ca157dbwss://wot.shaving.kiwi/Stop Loss