After installing the new driver version (456.38), bitcrack gives an error (Error: too many resources requested for launch). The problem is solved by rolling back to the previous version, but the question arises about the new 30XX line of nVidia.
Did you try to adjust the -b -t -p sizes? What speeds do you get with older driver?
At my requests 91-92 Mkey / s, after installing a new driver and reducing the -t parameter to 384, the speed dropped to 56 Mkey / s.
Post
Topic
BoardDevelopment & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
ianek
on 20/09/2020, 19:18:45 UTC
After installing the new driver version (456.38), bitcrack gives an error (Error: too many resources requested for launch). The problem is solved by rolling back to the previous version, but the question arises about the new 30XX line of nVidia.
Post
Topic
BoardDevelopment & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
ianek
on 31/08/2020, 18:14:29 UTC
I came across a program https://github.com/matja/bitcoin-tool/tree/master for converting HEX WIF RIPEMD-160 private keys in different directions, it works on CPU and under Linux. Has anyone met this under GPU (Win10 x64) and is it possible to adapt the above program for GPU (in programming I am 0) Thank.
Post
Topic
BoardDevelopment & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
Hi, Jean Luc Is it possible to add a couple of extra features to VanitySearch?: - the ability to reuse a "Base Key" that has already been used, the '-s' parameter is unsuitable (it generates a new key) - saving the parameters of the path traveled and resuming the program (power failure, the need to turn off the computer, etc.) Thank
With the same actions (unlock wallet> For anonymization and staking only> Passphrase), over time, the status of the wallet does not change (Staking is not active), and masternod is constantly falling off.
if staking isn't activated automatically please restart the wallet. regards your masternode, we need more information about your setup to say more about it.
your can contact Support ticket.bitrad.io/
regards
It seems to have figured out with staking and the mastode. 1. Run the wallet 2. Unlock the wallet with a tick (For anonymization and staking only) 3. Open Debug console (Tools) 4. In the console enter 'getstakingstatus' After the 4th item, the node miraculously starts and staking is activated.
With the same actions (unlock wallet> For anonymization and staking only> Passphrase), over time, the status of the wallet does not change (Staking is not active), and masternod is constantly falling off.
How to correctly unblock a new wallet, so that the masternod would work and the grouped coins (100 coins at the entrance) would bring 0.5 coins each, as it was in the old wallet?
Post
Topic
BoardDevelopment & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
I can do it with 1 address like this: BitCrack.exe -s 6BBF8CCF80F8E184D1D300EF2CE45F7260E56766519C977831678F0000000000 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH
But I can't make it work with several addresses in the txt file.
When I run the bat file: bitcrack64 -b 32 -t 256 -p 16 -c -i addr.txt -o out.txt -s 0000000000000000000000000000000000000000000000000000000000000001 -r 100000000000
it opens and almost instantly closes. I barely can see what does it say.
But I recorded the screen, and it gives an error: invalid address , because it assumes the target as "-i" and not the address it self on each line.
What do I need to change? Looks like some syntax mistake.
What version of bitcrack do you have? Try to make a list of addresses in the program 'notepad'. For each line at the address without spaces, periods, commas, etc. There was also a problem with reading the address list, the re-creation in the 'notepad' helped.
Post
Topic
BoardDevelopment & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
Thank you for the answer. 1. I have to run the .bat file with something like this: bitcrack64 -b 32 -t 256 -p 16 -c -i addr.txt -o out.txt -s 0000000000000000000000000000000000000000000000000000000000000001 -r 100000000000 2. But I need 1 file with this name "addr.txt" and another with "out.txt" in the same folder, right? 3. In the file "addr.txt" I need BTC addresses (1 per line), correct? 4. what do I need in the "out.txt" file?
1. Yes, create .bat with this line 1.1. switch -s address from which to start checking; switch -r is the number of addresses to check starting from the -s parameter. 2. In the addr.txt file you insert the addresses you want to find, and the program will create the out.txt file when it finds a match. 3. Yes. 4. The out.txt file will be created by the program when a match is found.
Post
Topic
BoardDevelopment & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys