c++ coder

Job ID: 32704401

Budget: $30 – $250 USD

I need a coder that know how to handle in C++, make it fully functional and stable with GPU.

bip39:

I need program which will use bip39 12 or 24 word(https://iancoleman.io/bip39/) generate the seed which will produce 20 public key/private key at a rate of maybe 1millon 12 words(20million public keys per second) then compare the 20 million keys against a 30gb database of public keys) must use redis as database in memory so comparing that much data is no problem. The seeding and producing of 12/24 words and the public/private keys must fully work on gpu and the comparing on cpu.

https://medium.com/coinmonks/mnemonic-generation-bip39-simply-explained-e9ac18db9477#:~:text=Every%20time%20one%20setup%20a,accounts%20and%20related%20crypto%20balance.&text=One%20set%20of%20mnemonic%20can%20be%20used%20to%20create%20multiple%20addresses.

For Electrum v1:
Same concept as BIP39 but using Electrum v1 & v2 seed system.

V1:
https://github.com/vstoykovbg/make-random-seed/blob/master/Diceware-like-list-for-Electrum-1.pl
https://github.com/vstoykovbg/make-random-seed



https://github.com/Evil-Knievel/electrum-cracker/blob/master/bruteforcer.py

https://github.com/clinta/electrum-cracker/blob/master/cracker.py