-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
Description
I want to know the average case of getting the desired vanity address on various CPUs, compilers, OS, etc.
I compiled my mkp224o with clang 7 and march=native, in Debian Buster and with 2x Xeon E5-2670
hello:
./mkp224o hello -B -S 5 -j 16 -d keys
>calc/sec:5095952.833017, succ/sec:0.000000, rest/sec:159.888078, elapsed:0.100070sec
hello23twa7k536qggxfeqm4orwohwlca3ln6f43b4splcym57msaxid.onion
hellow:
./mkp224o hellow -B -S 5 -j 16 -d keys
...
>calc/sec:7007205.907981, succ/sec:0.000000, rest/sec:0.000000, elapsed:15.111171sec [27/9839]
hellowthsxpoy4pq4vensv2drz6qv562d3sfqg5pk4nwqnik4hii53ad.onion
hellowo:
./mkp224o hellowo -B -S 5 -j 16 -d keys
...
>calc/sec:7318805.372164, succ/sec:0.000000, rest/sec:0.000000, elapsed:155.117082sec
hellowoy3ahurx54upkhdut2ww6kwsmzrrtve6imdul4f5yr4kpsb2id.onion
Should I need more samples so that we can calculate the variance? This is pretty random at best.