CudaBrainSecp modification -- 2
Budget: $30 – $250 USD
https://github.com/XopMC/CudaBrainSecp - original script. It supports 2 modes:
-ModeBooks which combines 2 text files inside GPU.
-ModeCombo which is doing all possible permutations of specified symbols.
I want to add 3rd mode - SeedPhrases. It will work similar to ModeCombo, but will use words instad of symbols. It will load wordlist from file and permute them specified amount of times (4-12). For now it should be hashed by sha256 like classic brainwallet, there will be another project/milestones to add other hashings options.
Objectives:
* Configuration constants should be stored in GPUSecp.h file and they should contain:
- Path to wordlist.
- Amount of words in file.
- Delimeter - used to specify output, default it will be space as in mnemonic format.
- Hash algoritm - sha256 by default. In future bip39 and others.
- Amount of permutations - default 4, max 12.
* Create new mode to generate seed phrases. It must work within CudaBrainSecp engine. Output should display only positive matches and progress. Positive matches should be also saved to file like in other modes.
AI code won't work, so if you're html developer and think it'll be free money, it won't. Post an offer only if you're familiar with CUDA and Crypto.
I'm attaching bip39 wordlist for testing purposes, main list will be another.
-ModeBooks which combines 2 text files inside GPU.
-ModeCombo which is doing all possible permutations of specified symbols.
I want to add 3rd mode - SeedPhrases. It will work similar to ModeCombo, but will use words instad of symbols. It will load wordlist from file and permute them specified amount of times (4-12). For now it should be hashed by sha256 like classic brainwallet, there will be another project/milestones to add other hashings options.
Objectives:
* Configuration constants should be stored in GPUSecp.h file and they should contain:
- Path to wordlist.
- Amount of words in file.
- Delimeter - used to specify output, default it will be space as in mnemonic format.
- Hash algoritm - sha256 by default. In future bip39 and others.
- Amount of permutations - default 4, max 12.
* Create new mode to generate seed phrases. It must work within CudaBrainSecp engine. Output should display only positive matches and progress. Positive matches should be also saved to file like in other modes.
AI code won't work, so if you're html developer and think it'll be free money, it won't. Post an offer only if you're familiar with CUDA and Crypto.
I'm attaching bip39 wordlist for testing purposes, main list will be another.