Skip to content

Commit

Permalink
Add startup message for fullscan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pokkst committed Jun 29, 2022
1 parent 31eccc5 commit eabd4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fullscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class RingMember:
idx: int
tx_hash: str

version = '0.1'
ringct_start = 1220516
existing_ring_members = []

Expand Down

0 comments on commit eabd4c8

Please sign in to comment.