
bip39
Prompt
Write a script in that can be run in linux and utilize the hosts gpu, that does these things, randomly create a 12 word bip39 btc passphrase, convert that passphrase into a public btc address, take that address and see if it matches an address in a file of addresses called, addressestxt, your job is to see if you can maximize the amount of keys checked per second, the list of addresses in the txt file is large so decide the best method for cross checking(pickle, set, bloom, combo?) make sure if there is a match the details are printed to a text file and printed to console, also make sure the status of the script is printed to console in 10 second increments giving the total combos per second checked, which ever llm creates the most efficient wins, assuming the script works.
Response not available
Response not available