Bitcoin Forum
June 23, 2024, 11:03:00 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: September 21, 2020, 05:53:33 PM

With a RTX 30xx card? Or a different one? If different, what card are you using?
[/quote]

I use 1070, I was planning to buy 3080, but now I'm thinking.
I still hope that the author will show up.
2  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: September 21, 2020, 02:50:23 PM
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.

BitCrack last updated on early of this year, so it's possible it won't be compatible with newer nvidia gpu. Consider use another tools such as https://github.com/JeanLucPons/Kangaroo

I am considering other options, most of all curious is the tool https://github.com/JeanLucPons/BTCCollider, but you cannot specify where, what and how to search on it.

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 74 Mkey / s.
3  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: September 20, 2020, 07:18:45 PM
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.
4  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: August 23, 2020, 10:33:24 PM

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.)

With the given parameters [Prob 100.0%] [99% in 00:00:00], the program continues to use gpu, but after reaching 100% and stopping the timer, no keys were found in 4 hours, is this an error or VanitySearch continues to work?

Thank
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BRO] [WEBRADIO] 😍 BITRAD.IO 😍 - ICO LIVE - Stream diffrent - Webradio on: May 26, 2019, 06:37:27 AM
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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BRO] [WEBRADIO] 😍 BITRAD.IO 😍 - ICO LIVE - Stream diffrent - Webradio on: May 25, 2019, 07:17:36 AM
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.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BRO] [WEBRADIO] 😍 BITRAD.IO 😍 - ICO LIVE - Stream diffrent - Webradio on: May 24, 2019, 08:43:53 PM
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?
8  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: October 12, 2018, 01:53:18 PM
Again, thank you for your help.  Smiley

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.
9  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: October 11, 2018, 10:39:01 PM
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?
 Smiley

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.
10  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: October 11, 2018, 04:01:55 PM
I would like to add more than one BTC address as TARGET.
How do I do that?

I know it's one address per line, but in the same BAT file we use to run BitCrack64.exe -b 32 -t 256 -p 16    ?
Or in another txt file?

Thank you for any help  Smiley

bitcrack64 -b 32 -t 256 -p 16 -c -i addr.txt -o out.txt -s 0000000000000000000000000000000000000000000000000000000000000001 -r 100000000000
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!