Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak logs and stats display #162

Merged
merged 2 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function torthistx() {
# command: stats
# shows the uptime and the fees earned as a Maker
function stats() {
/home/joinmarket/info.stats.sh
/home/joinmarket/info.stats.sh showAllEarned
}

# command: qtgui
Expand Down
2 changes: 1 addition & 1 deletion scripts/_functions.menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function menu_MAKER() {
sleep 3
dialog \
--title "Monitoring the Yield Generator - press CTRL+C to exit" \
--prgbox "sudo journalctl -fn20 -u yg-privacyenhanced" 30 200
--prgbox "sudo journalctl -fn100 -u yg-privacyenhanced" -1 -1
echo "# returning to the menu..."
sleep 1
/home/joinmarket/menu.yg.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/menu.orderbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function startOrderBook() {
sleep 3
dialog \
--title "Monitoring the ob-watcher - press CTRL+C to exit" \
--prgbox "sudo journalctl -fn20 -u ob-watcher" 30 200
--prgbox "sudo journalctl -fn100 -u ob-watcher" -1 -1
}

if [ "$1" = startOrderBookService ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/menu.yg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ There are no stats because the Yield Generator was never run.

Start with the menu option: MAKER" 10 50
else
dialog --prgbox "/home/joinmarket/info.stats.sh showAllEarned" 9 55
dialog --prgbox "/home/joinmarket/info.stats.sh showAllEarned" 9 67
fi;;
NICKNAME)
name=$(YGnickname)
Expand Down
Loading