Bitcoin Forum
September 13, 2025, 06:08:59 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 456 457 458 459 460 461 462 463 464 465 466 467 468 469 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 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 ... 585 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 337448 times)
Akito S. M. Hosana
Jr. Member
*
Offline Offline

Activity: 392
Merit: 8


View Profile
May 13, 2025, 07:18:42 AM
 #10101

Need multiple pubkeys load by file and  search...

Why I never add a list of targets in any of my apps ?


I have a list of about 1000 public keys. All are above 2BTC Tongue
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 114


View Profile
May 13, 2025, 07:26:18 AM
 #10102

Need multiple pubkeys load by file and  search...

Why I never add a list of targets in any of my apps ?


I have a list of about 1000 public keys. All are above 2BTC Tongue

What range are they in, exactly? It's useless. Even if you know precisely how many bits each target is, if it's above 90 bits, it's useless. Grin

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
fixedpaul
Jr. Member
*
Offline Offline

Activity: 58
Merit: 16


View Profile WWW
May 13, 2025, 09:20:31 AM
 #10103

How to edit VanitySearch by JLP to search in puzzle 71 space (not from 1)?

Anybody gone into c/c++ in this project?

Try JLP VanitySearch forked by @allinbit and @Ilker, starting from ranges what you want.
https://github.com/ilkerccom/VanitySearch

It hangs when given keyspace option.

There was need to modify the code. Works fine now.

If you want in my GitHub you can find VanitySearch-bitcrack repo, 50% faster than these
Bram24732
Member
**
Offline Offline

Activity: 182
Merit: 18


View Profile
May 13, 2025, 10:46:27 AM
 #10104

Need multiple pubkeys load by file and  search...

Why I never add a list of targets in any of my apps ?

When you’re searching for 1 target public key, your app only does 1 comparison per candidate key.

But if you’re searching for 10 target keys, now it’s gotta do 10 comparisons per candidate key.

This is called linear time complexity (O(n)), where:

n = number of target keys

Runtime scales directly with the number of keys

Here’s how different methods stack up:

Brute-Force (O(n)) = ~10x slower

Hash Prefix (O(1)) = ~3.5x slower

Bloom Filter (O(1)) = ~2.5x slower

Multi-Key AVX2 = ~5x slower

Even with AVX2, you still gotta loop through all targets:

cpp
Code:
for (int i = 0; i < 100; i++) {  
    __m256i target = load_key(targets[i]); 
    __m256i cmp = _mm256_cmpeq_epi8(candidate, target); 
    if (_mm256_movemask_epi8(cmp) == 0xFFFFFFFF) { 
        // Match found for targets[i] 
    } 

100x more comparisons = 100x slower in the worst case.

Yeah, the CPU tries to predict the loop, but with 100 targets, it messes up more often, pipeline stalls happen.

What’s your Bloomfilter implementation like ? 2.5x seems like a lot ?
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 114


View Profile
May 13, 2025, 01:22:09 PM
 #10105

What’s your Bloomfilter implementation like ? 2.5x seems like a lot ?

My version, which is based on the Keyhunt version, didn’t work with more than 20 targets. What did work was either too slow or buggy, so I gave up on using the Bloomfilter altogether in brute-force puzzle apps.

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
Akito S. M. Hosana
Jr. Member
*
Offline Offline

Activity: 392
Merit: 8


View Profile
May 13, 2025, 01:35:55 PM
 #10106

so I gave up...

This is the first time someone has admitted they don’t know something while working on coding in this topic. Usually, everyone acts like they know everything.  Cheesy
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 114


View Profile
May 13, 2025, 01:43:08 PM
 #10107

Usually, everyone acts like they know everything.  Cheesy

You've started trolling again, haven’t you?

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
analyticnomad
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
May 13, 2025, 02:49:27 PM
 #10108

Need multiple pubkeys load by file and  search...

Why I never add a list of targets in any of my apps ?


I have a list of about 1000 public keys. All are above 2BTC Tongue

Are you trying to brute other peoples keys?
Benjade
Jr. Member
*
Offline Offline

Activity: 40
Merit: 1


View Profile WWW
May 13, 2025, 02:50:26 PM
 #10109

so I gave up...

This is the first time someone has admitted they don’t know something while working on coding in this topic. Usually, everyone acts like they know everything.  Cheesy

The pot calling the kettle black ?  Huh
pbies
Full Member
***
Offline Offline

Activity: 389
Merit: 206



View Profile
May 13, 2025, 04:32:02 PM
 #10110

How to edit VanitySearch by JLP to search in puzzle 71 space (not from 1)?

Anybody gone into c/c++ in this project?

Try JLP VanitySearch forked by @allinbit and @Ilker, starting from ranges what you want.
https://github.com/ilkerccom/VanitySearch
I tested it with puzzle 57, give wrong private key generated:
Code:
VanitySearch v1.16 Linux with BitCrack integration
[keyspace] start=                                                 1EB25C907000000
[keyspace]   end=                                                 1EB25C90795DFFF
Difficulty: 1461501637330902918203684832716283019655932542976
Search: 15c9mPGLku1HuW9LRtBf4jcHVpBUt8txKz [Compressed]
Current task START time: Mon May 12 16:13:57 2025
Number of CPU thread: 0
GPU: GPU #0 NVIDIA GeForce RTX 2050 (16x128 cores) Grid(2048x256)
 
Warning, wrong private key generated !
  Addr :15c9mPGLku1HuW9LRtBf4jcHVpBUunRoQS
  Check:1MH9K9aeZNBvLoyRzk2pwfMwygM5hMjwgZ
  Endo:0 incr:540 comp:1
[EXIT] Range research completed (2^36.55) [00:01:06 RUN || END ...finishing][0] 
Current task END time: Mon May 12 16:15:05 2025

I had no problem with other puzzle - it was found properly,
however the output file is not written, if pvk from console will disappear then it will be not written to the file.

BTC: bc1qmrexlspd24kevspp42uvjg7sjwm8xcf9w86h5k
Bram24732
Member
**
Offline Offline

Activity: 182
Merit: 18


View Profile
May 13, 2025, 08:28:01 PM
Merited by nomachine (2)
 #10111

What’s your Bloomfilter implementation like ? 2.5x seems like a lot ?

My version, which is based on the Keyhunt version, didn’t work with more than 20 targets. What did work was either too slow or buggy, so I gave up on using the Bloomfilter altogether in brute-force puzzle apps.
I’ll add one to your repo when I have a bit of time
benjaniah
Jr. Member
*
Offline Offline

Activity: 49
Merit: 3


View Profile
May 14, 2025, 04:50:36 AM
 #10112

Need multiple pubkeys load by file and  search...

Why I never add a list of targets in any of my apps ?


I have a list of about 1000 public keys. All are above 2BTC Tongue

You should add Satoshi's 34k public keys to your list, each one with 50BTC. Maybe someone can calculate how many RTX-5090's you'd need to crack just one of those wallets in 24 hours?  Wink

https://bitcoin.oni.su/satoshi_public_keys/34K_2009_50.html
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 114


View Profile
May 14, 2025, 01:56:06 PM
Last edit: May 14, 2025, 02:12:18 PM by nomachine
 #10113

What program was used and how, when people talked about petahash and nomachine did run around eksahash?

Keyhunt in bsgs mode using 64GB bP Table  Grin

P.S. something like this:
Code:
./keyhunt -m bsgs -f tests/135.txt -b 135 -R -n 0x100000000000 -k 4096 -e -q -t 48 -s 10 -S

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
fecell
Jr. Member
*
Offline Offline

Activity: 165
Merit: 2


View Profile
May 14, 2025, 02:02:23 PM
 #10114

You should add Satoshi's 34k public keys to your list, each one with 50BTC. Maybe someone can calculate how many RTX-5090's you'd need to crack just one of those wallets in 24 hours?  Wink
how pub keys was gotten, if no one out TX was?!
user_not_here
Newbie
*
Offline Offline

Activity: 2
Merit: 2


View Profile
May 14, 2025, 02:42:48 PM
 #10115

What program was used and how, when people talked about petahash and nomachine did run around eksahash?

Keyhunt in bsgs mode using 64GB bP Table  Grin

P.S. something like this:
Code:
./keyhunt -m bsgs -f tests/135.txt -b 135 -R -n 0x100000000000 -k 4096 -e -q -t 48 -s 10 -S


Thanks, now i remember.

Tested PointSearch, fast..
Miss some range suffle.
POD5
Member
**
Offline Offline

Activity: 331
Merit: 10

Keep smiling if you're loosing!


View Profile
May 14, 2025, 05:33:42 PM
 #10116

Trying Point_Search_RC

So, for puzzle 135 it would be;    Huh
Code:
134
135
25
02145d2611c823a396ef6712ce0f712f09b9b4f3135e3e0aa3230fb9b6d08d1e16

and it goes forwards and backwards?

bc1qygk0yjdqx4j2sspswmu4dvc76s6hxwn9z0whlu
Psychedelic Susa
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
May 14, 2025, 07:24:13 PM
 #10117

You should add Satoshi's 34k public keys to your list, each one with 50BTC. Maybe someone can calculate how many RTX-5090's you'd need to crack just one of those wallets in 24 hours?  Wink
how pub keys was gotten, if no one out TX was?!
Pay To Public Key

"outputs": [
    {
      "address": "1Lo1VC2YNkqELDNGHpsKDD8KEzbNKBjzpF",
      "pkscript": "41040000356cb2e0d0c0a0167693b14c338f548da20fea024a04449907140fa270ebff37ae70d00 db8137b5c60d9563b743b090f162f7bf1b51650d20cd7022d695dac",
      "value": 5000000000,
      "spent": false,
      "spender": null
    }
  ],

pkscript = public key
Nodemath
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 14, 2025, 08:51:39 PM
 #10118

Can anyone provide me GPU private key to Hash 160 with c++  call work with Python
600Mkeys/sec
Not like vanity or bit crack
I will release whole new way

Help me out it will decrease whole thing
Nodemath
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 15, 2025, 12:44:01 AM
 #10119

Python code

Under private to hash 160 GPU Using with C++
#Include

Close with python
AlexanderCurl
Jr. Member
*
Offline Offline

Activity: 43
Merit: 193


View Profile WWW
May 15, 2025, 04:30:58 AM
Last edit: May 15, 2025, 05:58:29 AM by AlexanderCurl
 #10120

Trying Point_Search_RC

So, for puzzle 135 it would be;    Huh
Code:
134
135
25
02145d2611c823a396ef6712ce0f712f09b9b4f3135e3e0aa3230fb9b6d08d1e16

and it goes forwards and backwards?

Just a concept code. Not worth trying for puzzle #135. CPU version can be improved in many ways(partitioning the space according to number of CPU cores set to use). Best choice GPU code with search space partitioning to an array of GPUs. And moreover if you have some interesing ideas or questions you can always contact me on telegram that is in github profile but not spam here with useless stuff. We are here to share useful info and not talk shit. Grin
Pages: « 1 ... 456 457 458 459 460 461 462 463 464 465 466 467 468 469 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 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 ... 585 »
  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!