new 9 digit vanity account: 640915453
{"hallmark":"0eef079d88b20e41c1ac1f0ad7ece8ef94d34a27096d048ed96207ffd5b21f750a0049726f6c6c5568617465640000008a2d330193dfc7fe4c327db84be870b50ec9dc5d7182722f7711db721f7f0f9cc246383d0a94d485da999d1131ad49817ffe2605b07c7b670cfb98c4211e2fcf75e06af443"}
Which vanity engine are you using, the Java version? Reason that I ask is that some are suspecting the vanity engine in thefts.
If the java client, have you also reviewed this code? The code I looked at only has the following imports:
import java.math.BigInteger;
import java.nio.charset.Charset;
import java.security.MessageDigest; <- SHA256 conversion routine
import java.security.SecureRandom;
import java.util.Arrays;
import java.util.Random;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;
import java.util.regex.Pattern;