Bitcoin Forum
June 27, 2025, 01:56:57 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 [520] 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 312361 times)
Nodemath
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 26, 2025, 04:05:01 AM
 #10381

Try that
https://github.com/nikolayspb1981/NFTs-Upload-to-OpenSea/blob/8761dcff2b4a031957e5884327a25ad8e641fca8/Untitled4.ipynb

It does some calculations with speed 17 mh/sec. To do more it needs rust implementation and I can't do it from my phone ))
And this?

Puzzle71/Puzzle 71.013.000.csv

What kind of data does it contain?

pubkeys?
private keys in range b71?

Here is the file data looks like private key in Decimal


1180591620717411303424
1180591620717411304424

Just an example but it looks like this only

Is anyone working on it
Still offer is available
Until it's done

Any info please
kTimesG
Full Member
***
Offline Offline

Activity: 518
Merit: 129


View Profile
May 26, 2025, 08:31:24 AM
 #10382

Any info please

You're spamming the thread. Here's the info you want: what you're asking for is not possible. You have a list of private keys and you want to do H160 on them on a GPU to achieve "at least 250 MK/s". Bad news for you: you will never get 250 MK/s on any GPU, by computing H160 out of some list of private keys.

Please stop.

Off the grid, training pigeons to broadcast signed messages.
BTC2009BTC
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile WWW
May 26, 2025, 12:08:55 PM
 #10383

BitcoinPuzzle (Puzzle Search Pool)

300 billion keys per participant

(Everyone gets a unique set of keys with each new iteration)

The search goes in order

(No accident. The algorithm iterates through the keys sequentially)

Just run the program. It uses a GPU resource and an internet connection.

Everything works automatically, you do not need to perform unnecessary actions.

The found key is saved in found.txt on your device.

https://bitcoinpuzzle.ru/upload/000/u1/3/2/9d50f05c.png

https://bitcoinpuzzle.ru/btcpuzzle%20.rar
https://www.virustotal.com/gui/file-analysis/Mjg3NmIxZDE3YjNlYTNmZjJlNGY5NzE3NDEwN2VkYzY6MTc0Nzk5MzUzOA==



You can distribute your virus program anywhere else, not here; everything is encrypted. Publish the code.


It won't work here without a hidden SHH connection, and the fact that I'll upload the source code won't help, I'll just upload the idea to the public, that's all. I would only be in favor, but this is a fully automatic software.

Maybe later someone will find the puzzle and confirm that everything is working fine.

Everyone needs local software, I understand..

In fact, if you think about how much time you can spend searching alone, then even losing the found key in bitcoinpuzzle looks more attractive...  Grin
analyticnomad
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 26, 2025, 02:44:42 PM
 #10384

Hey guys.

Would a 5090 produce even better results than a 4090 in what we're trying to do? You can only go so fast. Thoughts?
kTimesG
Full Member
***
Offline Offline

Activity: 518
Merit: 129


View Profile
May 26, 2025, 04:11:48 PM
 #10385

Hey guys.

Would a 5090 produce even better results than a 4090 in what we're trying to do? You can only go so fast. Thoughts?

5090 has a lower work per cost ratio than others, so not yet.

Speed is a biddable utility. What matters is the price you're willing to pay to obtain it. No one stops you from reaching many terakeys/second as long as the bank isn't empty.

Off the grid, training pigeons to broadcast signed messages.
nochkin
Jr. Member
*
Offline Offline

Activity: 58
Merit: 12


View Profile
May 26, 2025, 05:13:19 PM
 #10386

Would a 5090 produce even better results than a 4090 in what we're trying to do? You can only go so fast. Thoughts?
5090 is about 50% faster compared to 4090.
MrGPBit
Jr. Member
*
Offline Offline

Activity: 32
Merit: 1


View Profile
May 26, 2025, 08:24:45 PM
 #10387

Would a 5090 produce even better results than a 4090 in what we're trying to do? You can only go so fast. Thoughts?
5090 is about 50% faster compared to 4090.

The RTX 5090 is about 29% faster than the RTX 4090. In searching for the private key with a perfect cuda programming
nochkin
Jr. Member
*
Offline Offline

Activity: 58
Merit: 12


View Profile
May 26, 2025, 08:32:30 PM
 #10388

5090 is about 50% faster compared to 4090.

The RTX 5090 is about 29% faster than the RTX 4090. In searching for the private key with a perfect cuda programming
I don't know what you mean by "perfect cuda programming". This is clearly an oxymoron like "perfect programming".
Anyway, in my own benchmarks I get about 50% difference. Vanity shows up to 5500MK/s using 4090 and up to 8000MK/s using 5090.
If you measure per Watt speed, both 4090 and 5090 perform the same.
It's all just estimates, so YMMV.
Frequence
Newbie
*
Offline Offline

Activity: 24
Merit: 2


View Profile
May 27, 2025, 02:38:12 AM
 #10389

i dont get the idea of range f6f543.
while all talk, range scanned to be empty

Lady, this has nothing to do with the prefix scan range. This is the HASH160 of a Bitcoin address.

And here is the correct sequence from private key to Bitcoin address:

Private Key


→ Public Key (via Elliptic Curve multiplication)

→ SHA-256 of the public key

→ RIPEMD-160 of the SHA-256 result (this gives the HASH160) ( this step )
they are talking about this as they want to get the public key for fast decryption and they will fail !

→ Add Network Byte (e.g., 0x00 for mainnet)

→ SHA-256 of that

→ SHA-256 again

→ Take first 4 bytes (checksum)

→ Append checksum to HASH160 + network byte

→ Base58Check encode

= Bitcoin Address

analyticnomad
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 27, 2025, 03:37:32 AM
 #10390

Hey has the privatekeys.pw site been down all day for you guys too?
nameavailable
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 27, 2025, 07:41:07 AM
 #10391

Hey has the privatekeys.pw site been down all day for you guys too?


Yes it has. Whoever runs the site recently updated some of the user interfaces. Now the page with the unsolved keys has tabs 'solved', 'unsolved' and 'all'. I assume that they might be doing some other updates. But then again those updates could have posed some vulnerabilities.
FrozenThroneGuy
Jr. Member
*
Offline Offline

Activity: 53
Merit: 43


View Profile
May 27, 2025, 12:22:22 PM
 #10392

A few Cyclone updates: threads and public key skipping if it starts with K leading zeroes, because 71 partial hash generates with 1 max 2 leading zeroes  public key X ccordinates.
https://github.com/Dookoo2/Cyclone
Nodemath
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 27, 2025, 12:58:45 PM
 #10393

A few Cyclone updates: threads and public key skipping if it starts with K leading zeroes, because 71 partial hash generates with 1 max 2 leading zeroes  public key X ccordinates.
https://github.com/Dookoo2/Cyclone
Can u help me achieve my process with ur using modules because I am getting lot errors

My process was decimal to hash 160
Benjade
Jr. Member
*
Offline Offline

Activity: 36
Merit: 1


View Profile WWW
May 27, 2025, 03:25:56 PM
 #10394

A few Cyclone updates: threads and public key skipping if it starts with K leading zeroes, because 71 partial hash generates with 1 max 2 leading zeroes  public key X ccordinates.
https://github.com/Dookoo2/Cyclone

You have an error in AVX512 version, the 10th key, index 9 will never receive its actual SHA-256 hash but a copy of the previous result (outPtr[8]), so the hash will be incorrect for this key. On line 258.

Code:
sha256_avx512_16B(
    inPtr[0], inPtr[1], inPtr[2], inPtr[3],
    inPtr[4], inPtr[5], inPtr[6], inPtr[7],
    inPtr[8], inPtr[9], inPtr[10], inPtr[11],
    inPtr[12], inPtr[13], inPtr[14], inPtr[15],
    outPtr[0], outPtr[1], outPtr[2], outPtr[3],
    outPtr[4], outPtr[5], outPtr[6], outPtr[7],
    outPtr[8], outPtr[8], outPtr[10], outPtr[11],
    outPtr[12], outPtr[13], outPtr[14], outPtr[15]);
dextronomous
Full Member
***
Offline Offline

Activity: 441
Merit: 105


View Profile
May 27, 2025, 04:07:09 PM
 #10395

the avx512 version give me the error,
./Cyclone -a 128z5d7nN7PkCuX5qoA4Ys6pmxUYnEy86k -r FAC875:6FAC3875 -p 6 -j 10000000 -s
Illegal instruction
FrozenThroneGuy
Jr. Member
*
Offline Offline

Activity: 53
Merit: 43


View Profile
May 27, 2025, 05:12:26 PM
 #10396

the avx512 version give me the error,
./Cyclone -a 128z5d7nN7PkCuX5qoA4Ys6pmxUYnEy86k -r FAC875:6FAC3875 -p 6 -j 10000000 -s
Illegal instruction
I won’t update it, may be later.
kTimesG
Full Member
***
Offline Offline

Activity: 518
Merit: 129


View Profile
May 27, 2025, 05:14:04 PM
 #10397

Is there a quick math trick to determine if two points share the same higher level endomorphic ring? Just by their X and Y?

By higher-level, I mean 149 or 631. 2 and 3 are obvious. I know that all of the points that share the same subgroup sum up to O. It's also possible to build up the subgroup entirely, but is this really required, in order to make such a check, that the other point is in the same subgroup?

Off the grid, training pigeons to broadcast signed messages.
E36cat
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 27, 2025, 08:06:37 PM
 #10398

A few Cyclone updates: threads and public key skipping if it starts with K leading zeroes, because 71 partial hash generates with 1 max 2 leading zeroes  public key X ccordinates.
https://github.com/Dookoo2/Cyclone

Cyclone_avx2# g++ -std=c++17 -Ofast -funroll-loops -ftree-vectorize -fstrict-aliasing -fno-semantic-interposition -fvect-cost-model=unlimited -fno-trapping-math -fipa-ra -fipa-modref -flto -fassociative-math -fopenmp -mavx2 -mbmi2 -madx -o Cyclone Cyclone.cpp SECP256K1.cpp Int.cpp IntGroup.cpp IntMod.cpp Point.cpp ripemd160_avx2.cpp p2pkh_decoder.cpp sha256_avx2.cpp
g++: error: unrecognized command-line option ‘-fipa-modref’
smracer
Donator
Legendary
*
Offline Offline

Activity: 1061
Merit: 1038



View Profile
May 27, 2025, 08:59:36 PM
 #10399

If 100,000 people were independently running RCkangaroo searching for Puzzle 135 with a 4090 each, would theoretically 1 person get lucky and find the key earlier or does RCkangaroo not work that way?
kTimesG
Full Member
***
Offline Offline

Activity: 518
Merit: 129


View Profile
May 27, 2025, 09:25:36 PM
 #10400

If 100,000 people were independently running RCkangaroo searching for Puzzle 135 with a 4090 each, would theoretically 1 person get lucky and find the key earlier or does RCkangaroo not work that way?

Absolutely not. Kangaroo isn't a lottery contest (like a hash brute force search is). It's only reason of being more and more likely to find a solution after some number of operations is because it uses the output of those some number of operations. 100.000 separate guys will need to each compute for themselves those ops before ever reaching equal odds. Not a one-ticket lottery. at all

Some may say this is wrong and anyone can hit the key from the first try.

Totally agree. Just as feasible as having that one-legged unicorn riding a monocycle, on a tight rope, over a volcano, blind-folded, with meteors popping off.

Off the grid, training pigeons to broadcast signed messages.
Pages: « 1 ... 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 [520] 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!