Bitcoin Forum
June 21, 2024, 09:15:17 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 »
101  Bitcoin / Bitcoin Discussion / Re: How 63 bit puzzle a other low puzzles were solved? on: October 11, 2021, 09:28:52 PM
Sorry, this is my mistake, these programs really need a public key.
Without a public key, only searches for Bitcrack and, possibly Vanitysearch.
102  Bitcoin / Bitcoin Discussion / Re: How 63 bit puzzle a other low puzzles were solved? on: October 11, 2021, 02:34:39 PM
Perhaps you will find the answers in the very first topic of the puzzle.
https://bitcointalk.org/index.php?topic=1306983.0
Have you shown the calculations for BSGS or Kangaroo?
103  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core 22.0 Released on: October 11, 2021, 12:53:44 PM
What's the version of Bitcoin Core 0.21.2 why is it after 22.0?
104  Bitcoin / Development & Technical Discussion / Re: Passphrase question on: October 06, 2021, 02:11:15 PM
passphrase = brainwallet phrases?
if I enter 12 words from my wallet in the brainwallet, will I get the same private key?
105  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: September 27, 2021, 10:30:56 AM
Useless script, VanitySearch makes it much faster.
106  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: September 26, 2021, 07:40:59 PM
enfarktus, uses only 1 processor core?
107  Bitcoin / Development & Technical Discussion / Re: Pollard's kangaroo ECDLP solver on: September 24, 2021, 11:08:37 AM
solved the puzzle 120, but did not withdraw funds.

It is fantastic  Grin
108  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: August 29, 2021, 07:44:32 AM
Is it possible with the help of a key hunt to make base58 > hash160?
All functionality is available, someone even created it for windows.
https://github.com/kanhavishva/b58dec
This can be useful for preparing a bloom filter for Brainflayer.
109  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: August 26, 2021, 11:26:55 AM
Thanks for the help!
110  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: August 25, 2021, 08:28:11 PM
Eureka! It worked, not clear why, but it worked.
I use sort for Linux, it did not help.
What are the addresses in the list of the format:
m-f0038f17d4787569b404c383d2cdb031?
111  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: August 25, 2021, 07:50:19 PM
formatted in windows > sublime Text - UTF8
112  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: August 25, 2021, 07:06:04 PM
Where should this command output the results?
I intentionally inserted one of my addresses into the list of addresses with balances and at the end of the check nothing was displayed.
Both lists are sorted.
113  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: August 25, 2021, 02:07:34 PM
i had blockchair_bitcoin_addresses_and_balance file
I removed the balances from it. Do you want both files to be sorted by name?
114  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: August 25, 2021, 11:06:55 AM
Need help Smiley

Code:
comm -12 bitcoin_addresses_25.08.2021.txt <(cat My-addresses.txt | sort | uniq)
comm: file 1 is not in sorted order
Need to sort the bitcoin_addresses_25.08.2021.txt file somehow?
115  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 25, 2021, 06:09:49 AM
I use -k 3250 on my main rig but your results may vary
How much RAM do you have?
116  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: August 13, 2021, 10:07:32 AM
Legal.
Cryptocurrency rule: Whoever has the private key is the owner.
117  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: August 09, 2021, 03:02:28 PM
trying to build it on Win10 with Cygwin and getting following mistake:

can anyone help me?

I recommend putting WSL2 and not bothering, a very convenient thing.
https://docs.microsoft.com/en-us/windows/wsl/install-win10
118  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: August 09, 2021, 01:52:44 PM
What am I doing wrong?

Code:
~/keyhunt$ ./keyhunt -m bsgs -f pubkeys.txt -r 1:fffffffffffff -t 12 -k 800
[+] Version 0.1.20210412 secp256k1
[+] Setting mode BSGS
[+] Setting 12 threads
[+] Setting k factor to 800
[+] Opening file pubkeys.txt
[+] Added 24190 points from file
[+] Setting N up to 17589233254400.
[+] Init 1st bloom filter for 3355443200 elements : 11502.00 MB
[+] Init 2nd bloom filter for 167772160 elements : 575.10 MB
[+] Allocating 0.6 MB for 5242 aMP Points
[+] Precalculating 5242 aMP points
[+] Allocating 2560.00 MB for 167772160 bP Points
[+] processing 3355443200/3355443200 bP points : 100%
[+] Sorting 167772160 elements... Done!
[+] Thread  aff870000001
Total 0 keys in 30 seconds: 0 keys/s
Total 0 keys in 180 seconds: 0 keys/s

How many lines can a file with public keys contain at most?
119  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 06, 2021, 10:26:30 AM
With 256 GB ram I get speed about 22000 Gkeys/sec

What value are you using for the -k parameter?
120  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: July 30, 2021, 05:38:51 AM
1. I launched:
Code:
./bPfile 3355443200 bPfile.bin
The file is 90 GB and the process continues, how do I calculate the final file size and creation time?
___

2. A 100 GB file was created.
Code:
./keyhunt -m bsgs -f 50bit.txt -b 50 -R -k 800 -t 12
I don't notice any performance gain from bPfile.bin.
___

3. I run:
Code:
./keyhunt -m bsgs -f 1-63.txt -R -t 12 -r 0000000000000001:8000000000000000 -k 800
File 1-63 contains public keys 1 through 63 of the puzzle bits.
more than 1.5 hours passed, nothing went wrong, although if you make one public key of 63 bits, it finds it quickly.
upd. Understood, it was necessary to remove the -R parameter

It remains to understand whether the bPfile.bin file is necessary, since I did not notice any benefit from it, except for the 100GB of space on the ssd.
Pages: « 1 2 3 4 5 [6] 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!