Skip to content

Commit

Permalink
SCANJM: improve instructions to explore the txns
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed May 8, 2021
1 parent eb3aa18 commit 4a37336
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/menu.tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,18 @@ Note that scanning the blocks is slow.\n\
Current blockheight is: $BLOCKHEIGHT\n\
Input how many previous blocks from the tip you want to scan" 14 108
clear
echo
echo "Running the command:"
echo "python snicker/snicker-finder.py -j $((BLOCKHEIGHT - dialog_output)) \
-f /home/joinmarket/.joinmarket/candidates.txt"
echo
python /home/joinmarket/joinmarket-clientserver/scripts/snicker/snicker-finder.py\
-j $((BLOCKHEIGHT - dialog_output)) -f /home/joinmarket/.joinmarket/candidates.txt
echo
echo "The output is saved in /home/joinmarket/.joinmarket/candidates.txt"
echo "The transaction details are saved in /home/joinmarket/.joinmarket/candidates.txt"
echo "To display the file in the terminal use:"
echo "'cat /home/joinmarket/.joinmarket/candidates.txt'"
echo "or menu -> TOOLS -> CHECKTXN for a CLI transaction explorer"
echo
echo "Press ENTER to return to the menu..."
read key;;
Expand Down

0 comments on commit 4a37336

Please sign in to comment.