โฉ– powrelay.xyz

61 thousand hashes per byte
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>`
Created at:
Tue May 27 18:36:23 UTC 2025
Kind:
1 Text note
Tags:
e 0000010756b2ee21aaf1d1c1d58270c2cf4fcf34f5517b3282e56d5a8c7889c3 wss://nos.lol/ root
nonce 4611686018430807241 23
1