mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-14 12:43:13 +02:00
13 lines
303 B
Bash
Executable file
13 lines
303 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /home/joinmarket/_functions.sh
|
|
|
|
feereport
|
|
YGuptime
|
|
sixteencharname=$(YGnickname)
|
|
|
|
echo "\
|
|
JoinMarket stats:day:week:month
|
|
coinjoins as a Maker:$dayCoinjoins:$weekCoinjoins:$monthCoinjoins
|
|
sats earned:$dayEarned:$weekEarned:$monthEarned
|
|
$sixteencharname up:$JMUptime" | column -t -s:
|