From eabd4c8b472f472931cdb76dd133c4a03977b19c Mon Sep 17 00:00:00 2001 From: pokkst Date: Tue, 28 Jun 2022 19:37:08 -0500 Subject: [PATCH] Add startup message for fullscan.py --- fullscan.py | 2 ++ utils.py | 1 + 2 files changed, 3 insertions(+) diff --git a/fullscan.py b/fullscan.py index d23d971..f265b0a 100644 --- a/fullscan.py +++ b/fullscan.py @@ -25,6 +25,8 @@ def scan_blocks(start_height): current_height += 1 print("End thread.") +print("Monero Decoy Scanner (MDS) v" + version) +print("Starting scan...") current_thread = 0 while current_thread < threads: try: diff --git a/utils.py b/utils.py index 60a04d7..0f34901 100644 --- a/utils.py +++ b/utils.py @@ -10,6 +10,7 @@ class RingMember: idx: int tx_hash: str +version = '0.1' ringct_start = 1220516 existing_ring_members = []