-
Notifications
You must be signed in to change notification settings - Fork 42
Description
cargo run --release -- -n dev -c 4 -g 12 -p <password> -w
This takes 20 seconds to find a match. Then it continues generating non-matching keys, which it's been doing for over 2 hours now. [I gave up after 3 hours.] Initially, I thought it would simply generate multiple matches, but apparently not. So what is it doing?
Edit: I've now tried 0.5.4:
./rana -n dev -c 4 -g 12 -p <password>
... and I got one hit in 31 second, and 2 hits in 192 seconds, 3 in 196 sec., 4 in 300 sec, 5 in 309 sec, 6/7 in 336, 8 in 358, 9 in 375, 10 in 405, 11 in 453, 12 in 470, 13 in 494, 14 in 553, 15 in 563, 16 in 663, 17 in 684, ... (just to beat a dead horse).
Clearly something broke between 0.5.4 and master (downloaded on date 2025.04.04).
I've been running master for 24 hours looking for a longer match, but I don't trust it, so I've killed the job and I'm trying with 0.5.4.