Bitcoin Forum
April 30, 2024, 12:31:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 »
  Print  
Author Topic: Pollard's kangaroo ECDLP solver  (Read 55516 times)
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
September 07, 2021, 01:52:32 AM
 #2121

NotAThether, was thinking, not a programmer.

but can someone make pollard kangaroo, with thinking about the manually inputted lesser divisor, like 32 bits less, or whatever bit,
"range" so this would require user input, then start the kangaroo search, while this lower point found fast, beep, notification whatsoever,
directly calculate the higher divised pubkey without user input, putting those correct pk's inside file found, and on screen,
sound great doesn't it.
guessing would require some work, but seeing what you guys calculate for fun here, guess would be possible.
1714480313
Hero Member
*
Offline Offline

Posts: 1714480313

View Profile Personal Message (Offline)

Ignore
1714480313
Reply with quote  #2

1714480313
Report to moderator
1714480313
Hero Member
*
Offline Offline

Posts: 1714480313

View Profile Personal Message (Offline)

Ignore
1714480313
Reply with quote  #2

1714480313
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714480313
Hero Member
*
Offline Offline

Posts: 1714480313

View Profile Personal Message (Offline)

Ignore
1714480313
Reply with quote  #2

1714480313
Report to moderator
1714480313
Hero Member
*
Offline Offline

Posts: 1714480313

View Profile Personal Message (Offline)

Ignore
1714480313
Reply with quote  #2

1714480313
Report to moderator
1714480313
Hero Member
*
Offline Offline

Posts: 1714480313

View Profile Personal Message (Offline)

Ignore
1714480313
Reply with quote  #2

1714480313
Report to moderator
NotATether
Legendary
*
Online Online

Activity: 1582
Merit: 6715


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 07, 2021, 08:05:51 AM
 #2122

NotAThether, was thinking, not a programmer.

but can someone make pollard kangaroo, with thinking about the manually inputted lesser divisor, like 32 bits less, or whatever bit,
"range" so this would require user input, then start the kangaroo search, while this lower point found fast, beep, notification whatsoever,
directly calculate the higher divised pubkey without user input, putting those correct pk's inside file found, and on screen,
sound great doesn't it.
guessing would require some work, but seeing what you guys calculate for fun here, guess would be possible.

Yeah this is definitely possible. Hell, the division-splitting can even be integrated right into JLP Kangaroo (and then you can just use Birthday paradox to search for a handful of public keys at once), eliminating the need for another script.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
September 07, 2021, 11:06:22 AM
 #2123

Actually... I dont trust the numbers. It happened to me multiple times too. I had broken code, which resulted basically in an empty for loop. Then I got fictive numbers like those, showing me 1 TH/s, despite there was actually no cracking in process except incrementing the processed key counter.
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
September 07, 2021, 11:24:11 AM
 #2124

NotAThether, was thinking, not a programmer.

but can someone make pollard kangaroo, with thinking about the manually inputted lesser divisor, like 32 bits less, or whatever bit,
"range" so this would require user input, then start the kangaroo search, while this lower point found fast, beep, notification whatsoever,
directly calculate the higher divised pubkey without user input, putting those correct pk's inside file found, and on screen,
sound great doesn't it.
guessing would require some work, but seeing what you guys calculate for fun here, guess would be possible.

Yeah this is definitely possible. Hell, the division-splitting can even be integrated right into JLP Kangaroo (and then you can just use Birthday paradox to search for a handful of public keys at once), eliminating the need for another script.

How can i help test, add, can help will test 2day starting now
ssxb
Jr. Member
*
Offline Offline

Activity: 81
Merit: 2


View Profile
September 07, 2021, 11:27:16 AM
 #2125

NotAThether, was thinking, not a programmer.

but can someone make pollard kangaroo, with thinking about the manually inputted lesser divisor, like 32 bits less, or whatever bit,
"range" so this would require user input, then start the kangaroo search, while this lower point found fast, beep, notification whatsoever,
directly calculate the higher divised pubkey without user input, putting those correct pk's inside file found, and on screen,
sound great doesn't it.
guessing would require some work, but seeing what you guys calculate for fun here, guess would be possible.

Yeah this is definitely possible. Hell, the division-splitting can even be integrated right into JLP Kangaroo (and then you can just use Birthday paradox to search for a handful of public keys at once), eliminating the need for another script.

dont forget you will have only one key in 5 bit below range Grin  other all keys will be on the curve but not below of 5 bit  Grin , in this case you need to load all 33 keys in the program and start searching but expect only one key to be hit. chances to hit one key in big range is fool idea, so my suggestion is

if loading multiple keys will not impact speed of your program do the divisor for 30 (33554432) bit down and load all keys , still one key will be below 30 bit but you will have less total keys in range as compared to original target range ~~~  perhaps this will increase the chance.

brainless talked about reducing the number of keys but he never shared how can we (working script) , perhaps i will figure out something better soon  Grin IA
ssxb
Jr. Member
*
Offline Offline

Activity: 81
Merit: 2


View Profile
September 07, 2021, 11:38:08 AM
 #2126

guys good news today i find 2 more ranges and where they are on the curve , today is celebration day for me , as i know total 3 ranges inside divisor , need to figure out other 29 ranges  Grin

  Kiss  math is beautiful  Kiss
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
September 07, 2021, 11:45:52 AM
 #2127

NotAThether, was thinking, not a programmer.

but can someone make pollard kangaroo, with thinking about the manually inputted lesser divisor, like 32 bits less, or whatever bit,
"range" so this would require user input, then start the kangaroo search, while this lower point found fast, beep, notification whatsoever,
directly calculate the higher divised pubkey without user input, putting those correct pk's inside file found, and on screen,
sound great doesn't it.
guessing would require some work, but seeing what you guys calculate for fun here, guess would be possible.

Yeah this is definitely possible. Hell, the division-splitting can even be integrated right into JLP Kangaroo (and then you can just use Birthday paradox to search for a handful of public keys at once), eliminating the need for another script.

dont forget you will have only one key in 5 bit below range Grin  other all keys will be on the curve but not below of 5 bit  Grin , in this case you need to load all 33 keys in the program and start searching but expect only one key to be hit. chances to hit one key in big range is fool idea, so my suggestion is

if loading multiple keys will not impact speed of your program do the divisor for 30 (33554432) bit down and load all keys , still one key will be below 30 bit but you will have less total keys in range as compared to original target range ~~~  perhaps this will increase the chance.

brainless talked about reducing the number of keys but he never shared how can we (working script) , perhaps i will figure out something better soon  Grin IA

can use all coders, ssxb, got system with tons of memory, and nice gpu settings here, will bsgs on that one in a minute all the way up to 80 bits, or use jlp kangs. or kangrand from iceland, to find all keys at one go.
NotATether
Legendary
*
Online Online

Activity: 1582
Merit: 6715


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 07, 2021, 11:48:17 AM
 #2128

brainless talked about reducing the number of keys but he never shared how can we (working script) , perhaps i will figure out something better soon  Grin IA

As I wrote earlier, that method is useless, because it increases the range of the generated keys.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
ssxb
Jr. Member
*
Offline Offline

Activity: 81
Merit: 2


View Profile
September 07, 2021, 12:10:50 PM
 #2129

brainless talked about reducing the number of keys but he never shared how can we (working script) , perhaps i will figure out something better soon  Grin IA

As I wrote earlier, that method is useless, because it increases the range of the generated keys.

i guess not useless , as he told

use 1024 divisor             = A
than 1024*1024 divisor    =B

than addition , multiplication of    A and B with each other will give you significantly low number of keys , i guess this make sense but he need to explain more or perhaps some script

NotATether
Legendary
*
Online Online

Activity: 1582
Merit: 6715


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 07, 2021, 12:27:30 PM
 #2130

i guess not useless , as he told

use 1024 divisor             = A
than 1024*1024 divisor    =B

than addition , multiplication of    A and B with each other will give you significantly low number of keys , i guess this make sense but he need to explain more or perhaps some script

Here's the thing about multiplication. It does not work between two public keys, which means you cannot multiply a public key by another public key, and that causes the whole method to fall apart. Sure, you end up with a lot of keys, but there is little to nothing else you can do with them.

I've been helping someone about this (trying to do exactly what you are saying is possible) by email for days before we reached this conclusion and try to use another attack method.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
September 07, 2021, 12:47:42 PM
 #2131

This is "just" a memory - cpu tradeoff.

Its like: If you generate all privatekeys and the corresponding public key to a lookup table, which would be a database with 2^256 entries, than you have a runtime of O(x) = 1.

Here you halve the potential processing time by 2 per bitshift. So yeah... bit shifting 10x results in 10 times (2^10 times?) faster pollard rho. But you need 2^10 more memory. Like you need 1kb ram for 1 pubkey, but need 2^10 kb = 1024 kb for shifting 10 bits.

wedom
Jr. Member
*
Offline Offline

Activity: 48
Merit: 11


View Profile
September 07, 2021, 02:32:47 PM
Merited by NotATether (3)
 #2132

guys good news today i find 2 more ranges and where they are on the curve , today is celebration day for me , as i know total 3 ranges inside divisor , need to figure out other 29 ranges  Grin

  Kiss  math is beautiful  Kiss


Is this what you are looking for?

N=115792089237316195423570985008687907852837564279074904382605163141518161494337
for i in range(32):
    print(i, hex((((N-1)//32)*i+1)%N))
  
Code:
0 0x1
1 0x7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20b
2 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd036415
3 0x17ffffffffffffffffffffffffffffffe18064b5a06ecf0599fbb8dd3385161f
4 0x1fffffffffffffffffffffffffffffffd755db9cd5e9140777fa4bd19a06c829
5 0x27ffffffffffffffffffffffffffffffcd2b52840b63590955f8dec600887a33
6 0x2fffffffffffffffffffffffffffffffc300c96b40dd9e0b33f771ba670a2c3d
7 0x37ffffffffffffffffffffffffffffffb8d640527657e30d11f604aecd8bde47
8 0x3fffffffffffffffffffffffffffffffaeabb739abd2280eeff497a3340d9051
9 0x47ffffffffffffffffffffffffffffffa4812e20e14c6d10cdf32a979a8f425b
10 0x4fffffffffffffffffffffffffffffff9a56a50816c6b212abf1bd8c0110f465
11 0x57ffffffffffffffffffffffffffffff902c1bef4c40f71489f050806792a66f
12 0x5fffffffffffffffffffffffffffffff860192d681bb3c1667eee374ce145879
13 0x67ffffffffffffffffffffffffffffff7bd709bdb735811845ed766934960a83
14 0x6fffffffffffffffffffffffffffffff71ac80a4ecafc61a23ec095d9b17bc8d
15 0x77ffffffffffffffffffffffffffffff6781f78c222a0b1c01ea9c5201996e97
16 0x7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a1
17 0x87ffffffffffffffffffffffffffffff532ce55a8d1e951fbde7c23ace9cd2ab
18 0x8fffffffffffffffffffffffffffffff49025c41c298da219be6552f351e84b5
19 0x97ffffffffffffffffffffffffffffff3ed7d328f8131f2379e4e8239ba036bf
20 0x9fffffffffffffffffffffffffffffff34ad4a102d8d642557e37b180221e8c9
21 0xa7ffffffffffffffffffffffffffffff2a82c0f76307a92735e20e0c68a39ad3
22 0xafffffffffffffffffffffffffffffff205837de9881ee2913e0a100cf254cdd
23 0xb7ffffffffffffffffffffffffffffff162daec5cdfc332af1df33f535a6fee7
24 0xbfffffffffffffffffffffffffffffff0c0325ad0376782ccfddc6e99c28b0f1
25 0xc7ffffffffffffffffffffffffffffff01d89c9438f0bd2eaddc59de02aa62fb
26 0xcffffffffffffffffffffffffffffffef7ae137b6e6b02308bdaecd2692c1505
27 0xd7fffffffffffffffffffffffffffffeed838a62a3e5473269d97fc6cfadc70f
28 0xdffffffffffffffffffffffffffffffee3590149d95f8c3447d812bb362f7919
29 0xe7fffffffffffffffffffffffffffffed92e78310ed9d13625d6a5af9cb12b23
30 0xeffffffffffffffffffffffffffffffecf03ef184454163803d538a40332dd2d
31 0xf7fffffffffffffffffffffffffffffec4d965ff79ce5b39e1d3cb9869b48f37
wedom
Jr. Member
*
Offline Offline

Activity: 48
Merit: 11


View Profile
September 07, 2021, 02:43:11 PM
 #2133

...
Here's the thing about multiplication. It does not work between two public keys, which means you cannot multiply a public key by another public key, and that causes the whole method to fall apart. Sure, you end up with a lot of keys, but there is little to nothing else you can do with them.

I've been helping someone about this (trying to do exactly what you are saying is possible) by email for days before we reached this conclusion and try to use another attack method.
...

Until the moment we multiply the number by the point, we work with numbers. Perhaps he first generates all keys 1024^2 and 1024^3 in numbers and this allows him to multiply them. Only at the last step does he multiply by a point and get the public keys
COBRAS
Member
**
Offline Offline

Activity: 846
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
September 07, 2021, 03:07:13 PM
 #2134

This is a 120 bit puzzle publick key !!!

If someone find a privkey for this pubkey in a range:

1:1124bff742a76f92fa3a76f8f6552f (decimal only 89014422443240977657631574972585263 !!! ) Range is mach less then origginal 120 Puzle range !!!

pubkey:

03c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938
02c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938

search in pubkey what start with 02 some faster than 03.

you can try any of this pubkeys.

Proof of my succes tests with another ranges and same pubkeys one what start with 03, and anower start with 02:

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92237c8751b32e5 90883aa8bd617c60aa6b388aa78381cc7adb10046a33b038598
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [55.22 TeraKeys/s][Kang 3072][Count 2^27.92/2^29.06][Elapsed 48s][Dead 0][RAM 25.8MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbf59aefd71d64b15

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92dc8378ae4cd1a 6f77c557429e839f5594c775587c7e338524effb95bc4fc7697
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [42.05 TeraKeys/s][Kang 3072][Count 2^28.68/2^29.06][Elapsed 01:26][Dead 0][RAM 37.7MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0x0000000000000000000000000000000000000000000000000078af8f5e5ff62c
    ======================================

    We are spit 1.2 btc 50/50 after with someone who publication in this thread privkey first, all others member sorry... !!!

    Lets DO IT !!! ?Wink



actual ! WanderPhilosofer stop search on his prototipe softwsre and nothing found !!! Any one try hack Huh Privkey exact in key range !!!

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
September 07, 2021, 07:47:38 PM
 #2135

This is a 120 bit puzzle publick key !!!

If someone find a privkey for this pubkey in a range:

1:1124bff742a76f92fa3a76f8f6552f (decimal only 89014422443240977657631574972585263 !!! ) Range is mach less then origginal 120 Puzle range !!!

pubkey:

03c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938
02c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938

search in pubkey what start with 02 some faster than 03.

you can try any of this pubkeys.

Proof of my succes tests with another ranges and same pubkeys one what start with 03, and anower start with 02:

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92237c8751b32e5 90883aa8bd617c60aa6b388aa78381cc7adb10046a33b038598
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [55.22 TeraKeys/s][Kang 3072][Count 2^27.92/2^29.06][Elapsed 48s][Dead 0][RAM 25.8MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbf59aefd71d64b15

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92dc8378ae4cd1a 6f77c557429e839f5594c775587c7e338524effb95bc4fc7697
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [42.05 TeraKeys/s][Kang 3072][Count 2^28.68/2^29.06][Elapsed 01:26][Dead 0][RAM 37.7MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0x0000000000000000000000000000000000000000000000000078af8f5e5ff62c
    ======================================

    We are spit 1.2 btc 50/50 after with someone who publication in this thread privkey first, all others member sorry... !!!

    Lets DO IT !!! ?Wink



actual ! WanderPhilosofer stop search on his prototipe softwsre and nothing found !!! Any one try hack Huh Privkey exact in key range !!!
getting 2.5 petakeys with this one on 1 system, only cpu, guess them wrote the gpu version of this same piece. Wandering you share it in your git.
COBRAS
Member
**
Offline Offline

Activity: 846
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
September 07, 2021, 08:20:04 PM
 #2136

This is a 120 bit puzzle publick key !!!

If someone find a privkey for this pubkey in a range:

1:1124bff742a76f92fa3a76f8f6552f (decimal only 89014422443240977657631574972585263 !!! ) Range is mach less then origginal 120 Puzle range !!!

pubkey:

03c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938
02c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938

search in pubkey what start with 02 some faster than 03.

you can try any of this pubkeys.

Proof of my succes tests with another ranges and same pubkeys one what start with 03, and anower start with 02:

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92237c8751b32e5 90883aa8bd617c60aa6b388aa78381cc7adb10046a33b038598
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [55.22 TeraKeys/s][Kang 3072][Count 2^27.92/2^29.06][Elapsed 48s][Dead 0][RAM 25.8MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbf59aefd71d64b15

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92dc8378ae4cd1a 6f77c557429e839f5594c775587c7e338524effb95bc4fc7697
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [42.05 TeraKeys/s][Kang 3072][Count 2^28.68/2^29.06][Elapsed 01:26][Dead 0][RAM 37.7MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0x0000000000000000000000000000000000000000000000000078af8f5e5ff62c
    ======================================

    We are spit 1.2 btc 50/50 after with someone who publication in this thread privkey first, all others member sorry... !!!

    Lets DO IT !!! ?Wink



actual ! WanderPhilosofer stop search on his prototipe softwsre and nothing found !!! Any one try hack Huh Privkey exact in key range !!!
getting 2.5 petakeys with this one on 1 system, only cpu, guess them wrote the gpu version of this same piece. Wandering you share it in your git.

His prototipe maybe wrang calculate keyrate, so,his prototype real prototype, because 1,5 Mkeys on 200 000 pubkeys is a not something special... Tongue

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
September 07, 2021, 08:39:25 PM
Last edit: September 08, 2021, 12:37:50 AM by dextronomous
 #2137

This is a 120 bit puzzle publick key !!!

If someone find a privkey for this pubkey in a range:

1:1124bff742a76f92fa3a76f8f6552f (decimal only 89014422443240977657631574972585263 !!! ) Range is mach less then origginal 120 Puzle range !!!

pubkey:

03c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938
02c95ba9e6a637e739d13a6d036507ecc37a70c26e68ac7e5f157268311c6c3938

search in pubkey what start with 02 some faster than 03.

you can try any of this pubkeys.

Proof of my succes tests with another ranges and same pubkeys one what start with 03, and anower start with 02:

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92237c8751b32e5 90883aa8bd617c60aa6b388aa78381cc7adb10046a33b038598
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [55.22 TeraKeys/s][Kang 3072][Count 2^27.92/2^29.06][Elapsed 48s][Dead 0][RAM 25.8MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbf59aefd71d64b15

  • Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92dc8378ae4cd1a 6f77c557429e839f5594c775587c7e338524effb95bc4fc7697
  • Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
  • ............................................
  • Scanning Range  0x1 : 0x100000000000000
  • [42.05 TeraKeys/s][Kang 3072][Count 2^28.68/2^29.06][Elapsed 01:26][Dead 0][RAM 37.7MB/44.7MB]
    ============== KEYFOUND ==============
    Kangaroo FOUND PrivateKey : 0x0000000000000000000000000000000000000000000000000078af8f5e5ff62c
    ======================================

    We are spit 1.2 btc 50/50 after with someone who publication in this thread privkey first, all others member sorry... !!!

    Lets DO IT !!! ?Wink


actual ! WanderPhilosofer stop search on his prototipe softwsre and nothing found !!! Any one try hack Huh Privkey exact in key range !!!
getting 2.5 petakeys with this one on 1 system, only cpu, guess them wrote the gpu version of this same piece. Wandering you share it in your git.

His prototipe maybe wrang calculate keyrate, so,his prototype real prototype, because 1,5 Mkeys on 200 000 pubkeys is a not something special... Tongue

don't know wich version this is, or who's program, but it states them got the gpu programming skills, 1:1124bff742a76f92fa3a76f8f6552f
for current software it is waaaay to large.
Scanning Range  0x1 : 0x1124bff742a76f92fa3a76f8f6552f
[2714579271.01 TeraKeys/s] [Elapsed 4:26][RAM n/a]


btw how is this ok

--
Proof of my succes tests with another ranges and same pubkeys one what start with 03, and anower start with 02:

Working on Pubkey: 049fa3ea651e72c5f0a660c7ae509ad180860477283f539c918a2e43514c29da92237c8751b32e5 90883aa8bd617c60aa6b388aa78381cc7adb10046a33b038598
Using  [Number of CPU Threads: 3] [DP size: 10] [MaxStep: 1]
............................................
this line range Scanning Range  0x1 : 0x100000000000000                                                                        quite the opposite?
[55.22 TeraKeys/s][Kang 3072][Count 2^27.92/2^29.06][Elapsed 48s][Dead 0][RAM 25.8MB/44.7MB]
============== KEYFOUND ==============
this line range Kangaroo FOUND PrivateKey : 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbf59aefd71d64b15 quite the opposite?
--
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
September 07, 2021, 08:51:03 PM
 #2138

I think WP is just trolling. As I said, there is no way to calculate that much despite having an empty loop.
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
September 07, 2021, 08:57:48 PM
 #2139

in 10sec. with 20 cores i get range 120 2^26.00/2^29.10 2200000000000000000 x 22fffffffffffffffff
in 60sec. with 3   cores i get range 120 2^26.00/2^29.10 2200000000000000 x 22ffffffffffffff
  • Scanning Range  0xa10000000000003700000000000000 : 0xa100000000000037ffffffffffffff
  • [158.47 TeraKeys/s][Kang 3072][Count 2^26.65/2^29.06][Elapsed 12s][Dead 0][RAM 14.4MB/44.7MB]

and hey right now it is not xpoints searching just plain old pubkey compressed or uc. so will make it even go faster by factor ?

(the gpu version should be released mr wandering) t.i.a. m.i.a. r.i.p. if not.
COBRAS
Member
**
Offline Offline

Activity: 846
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
September 07, 2021, 09:13:19 PM
 #2140

p.s. This is a real keyreyt for this day -

1,5 QADRILION/SEC

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 »
  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!