Pinned Loading
-
lncli listchannels then sort from hi...
lncli listchannels then sort from high inbound to high outbound liquidity (toml readible) 1lncli listchannels | tr -d '",' |
2awk '/chan_id|capacity|local_balance|remote_balance|peer_alias/{print $1 $2 $3 $4",";
3if(/capacity/){ capacity = $2 }
4if(/local_balance/){ printf "%08.4f%%, \n", capacity / $2 }}' |
5sed 'N;N;N;N;N;s/\n/ /g' | sort -k 4nr | awk '{print $1 $4 $6}' |
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.