Bitcoin Forum
May 08, 2024, 02:56:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 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 ... 96 »
  Print  
Author Topic: BitCrack - A tool for brute-forcing private keys  (Read 74447 times)
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
February 26, 2021, 05:40:59 PM
 #721



"Fixed" clbitcrack as in using an older build like 0.30, or a fixed version of 0.31? I just tried 0.30 and while it finds all keys ok, it's about half as fast as 0.31. I have 3090's so I believe I'm stuck using clbitcrack until the misaligned address issue is fixed for these newer cards that require the newer CUDA.


What are you searching for? Are you searching for #64 (btc puzzle/transaction 64 bit) or just random keys?
1715180206
Hero Member
*
Offline Offline

Posts: 1715180206

View Profile Personal Message (Offline)

Ignore
1715180206
Reply with quote  #2

1715180206
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
renedx
Jr. Member
*
Offline Offline

Activity: 36
Merit: 3


View Profile
February 26, 2021, 05:55:17 PM
 #722


"Fixed" clbitcrack as in using an older build like 0.30, or a fixed version of 0.31? I just tried 0.30 and while it finds all keys ok, it's about half as fast as 0.31. I have 3090's so I believe I'm stuck using clbitcrack until the misaligned address issue is fixed for these newer cards that require the newer CUDA.




https://github.com/brichard19/BitCrack/issues/256
Is the fixed I tried before and showed execution of in the above quote.
If I wasn't such a nerd, I would send you the .exe, but I discourage people of doing that. You should really build it yourself for max. security.

The .31 isn't faster. The calculation is wrong, so it looks faster.
t0nyst4r
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 26, 2021, 06:27:01 PM
 #723



"Fixed" clbitcrack as in using an older build like 0.30, or a fixed version of 0.31? I just tried 0.30 and while it finds all keys ok, it's about half as fast as 0.31. I have 3090's so I believe I'm stuck using clbitcrack until the misaligned address issue is fixed for these newer cards that require the newer CUDA.


What are you searching for? Are you searching for #64 (btc puzzle/transaction 64 bit) or just random keys?

For now, I am just testing that clbitcrack is working properly by using some of the public test keys against their known keyspace (same list of test keys others are using here). As others have complained, 0.31 has an issue finding private keys and it reaches the end of the keyspace without finding the keys. 0.30 seems to find all keys using the same list, but for me it's half as fast as 0.31 (when I let it run on a private list of addresses where the keys are unknown). With my 3090 using clbitcrack 0.31, I get about 1050MKey/s whereas with 0.30 I get 600MKey/sec. But why run 0.31 if it's never going to find any keys with the known issue.

Another issue people had was clbitcrack would find some of the known keys but not all of them (versus not finding any). Not sure what version has that issue or if it's just with certain GPU's, but it something else I am testing for too.

So I guess my question is, is there an actual fix for clbitcrack 0.31 that doesn't have any of these issues but still has the speed improvements that comes with 0.31? Or, if there's another program that's currently developed and supports 3090's and would work better, please let me know. I am basically just trying to recover private keys from a list of known wallet addresses by incrementally scanning the private keyspace. I know this is exactly what Bitcrack does, but not sure about the others, i.e. VanitySearch, Kangaroo, etc
t0nyst4r
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 26, 2021, 06:40:34 PM
 #724


"Fixed" clbitcrack as in using an older build like 0.30, or a fixed version of 0.31? I just tried 0.30 and while it finds all keys ok, it's about half as fast as 0.31. I have 3090's so I believe I'm stuck using clbitcrack until the misaligned address issue is fixed for these newer cards that require the newer CUDA.




https://github.com/brichard19/BitCrack/issues/256
Is the fixed I tried before and showed execution of in the above quote.
If I wasn't such a nerd, I would send you the .exe, but I discourage people of doing that. You should really build it yourself for max. security.

The .31 isn't faster. The calculation is wrong, so it looks faster.

So apply that fix to 0.30? And the speed improvements from 0.31 is due to the fact that it's not working properly?
renedx
Jr. Member
*
Offline Offline

Activity: 36
Merit: 3


View Profile
February 26, 2021, 06:56:21 PM
 #725



So apply that fix to 0.30? And the speed improvements from 0.31 is due to the fact that it's not working properly?

You can just apply it to the master branch. It will work fine.



For now, I am just testing that clbitcrack is working properly by using some of the public test keys against their known keyspace (same list of test keys others are using here). As others have complained, 0.31 has an issue finding private keys and it reaches the end of the keyspace without finding the keys. 0.30 seems to find all keys using the same list, but for me it's half as fast as 0.31 (when I let it run on a private list of addresses where the keys are unknown). With my 3090 using clbitcrack 0.31, I get about 1050MKey/s whereas with 0.30 I get 600MKey/sec. But why run 0.31 if it's never going to find any keys with the known issue.

Another issue people had was clbitcrack would find some of the known keys but not all of them (versus not finding any). Not sure what version has that issue or if it's just with certain GPU's, but it something else I am testing for too.

So I guess my question is, is there an actual fix for clbitcrack 0.31 that doesn't have any of these issues but still has the speed improvements that comes with 0.31? Or, if there's another program that's currently developed and supports 3090's and would work better, please let me know. I am basically just trying to recover private keys from a list of known wallet addresses by incrementally scanning the private keyspace. I know this is exactly what Bitcrack does, but not sure about the others, i.e. VanitySearch, Kangaroo, etc

Fixed code for the RTX would require a full re-write of the existing CUDA codes out there. We investigated && concluded it would be too costly to do, as our devs could be earning way more in that same time.  Wink
There are minor openCL improvements possible, but didn't had the time to check up on them.

We're also in the progress of building a website that publishes all spaces we've ran, so others could do lottery & run other spaces. 'cause yolo.
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
February 26, 2021, 07:03:51 PM
 #726


"Fixed" clbitcrack as in using an older build like 0.30, or a fixed version of 0.31? I just tried 0.30 and while it finds all keys ok, it's about half as fast as 0.31. I have 3090's so I believe I'm stuck using clbitcrack until the misaligned address issue is fixed for these newer cards that require the newer CUDA.




https://github.com/brichard19/BitCrack/issues/256
Is the fixed I tried before and showed execution of in the above quote.
If I wasn't such a nerd, I would send you the .exe, but I discourage people of doing that. You should really build it yourself for max. security.

The .31 isn't faster. The calculation is wrong, so it looks faster.

So apply that fix to 0.30? And the speed improvements from 0.31 is due to the fact that it's not working properly?
But like they said, the speed on .31 is incorrect...
The crazy thing is, Brichard is a good programmer. He built a kangaroo program using OpenCL that is actually compatible with all my cards and actually works on the 30xx series card. and the speed is accurate. The bad thing, it's not open sourced so I can't make mods to it to suit my needs.
Maybe he doesn't keep working on bitcrack because it has lived its shelf life, meaning brute forcing the keys from 64 on up (the original reason he built the program, was for the puzzle/transaction) is next to impossible without all hands on deck. Who knows...
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6730


bitcoincleanup.com / bitmixlist.org


View Profile WWW
February 26, 2021, 07:05:40 PM
 #727

The Tesla I'm leasing for Kangaroo will also be used to patch the long standing misaligned address CUDA error, so I need to know if anyone here has experienced this error on a Pascal or Maxwell GPU so I don't lease one of those cards unknowingly and kick myself later, I have a limited budget allocated for this and these things 'ain't cheap.

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

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
February 26, 2021, 07:23:05 PM
Merited by NotATether (1)
 #728

The Tesla I'm leasing for Kangaroo will also be used to patch the long standing misaligned address CUDA error, so I need to know if anyone here has experienced this error on a Pascal or Maxwell GPU so I don't lease one of those cards unknowingly and kick myself later, I have a limited budget allocated for this and these things 'ain't cheap.
10xx series cards work with cubitcrack without issue, regardless of drivers.
20xx series cards work with cubitcrack, if you roll back drivers to 452.06 or 456.02 (can't remember which)
30xx series cards do not work with cubitcrack no matter the driver
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6730


bitcoincleanup.com / bitmixlist.org


View Profile WWW
February 26, 2021, 07:32:54 PM
 #729

The Tesla I'm leasing for Kangaroo will also be used to patch the long standing misaligned address CUDA error, so I need to know if anyone here has experienced this error on a Pascal or Maxwell GPU so I don't lease one of those cards unknowingly and kick myself later, I have a limited budget allocated for this and these things 'ain't cheap.
10xx series cards work with cubitcrack without issue, regardless of drivers.
20xx series cards work with cubitcrack, if you roll back drivers to 452.06 or 456.02 (can't remember which)
30xx series cards do not work with cubitcrack no matter the driver

Got it. Better avoid getting a Pascal or Maxwell then.

PS. It was 452.06 you roll back to.

Roll back your graphics driver to 452.06; only way it will work. Or the only way that I and others have got it to work

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

Activity: 36
Merit: 3


View Profile
February 26, 2021, 07:36:31 PM
 #730


10xx series cards work with cubitcrack without issue, regardless of drivers.
20xx series cards work with cubitcrack, if you roll back drivers to 452.06 or 456.02 (can't remember which)
30xx series cards do not work with cubitcrack no matter the driver

Got it. Better avoid getting a Pascal or Maxwell then.

Not sure at what rate you're leasing a Tesla A. But isn't it cheaper to buy, for example, a 3060?
Ofc I'm not familiar with shipping and stocking in your country Smiley
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6730


bitcoincleanup.com / bitmixlist.org


View Profile WWW
February 26, 2021, 07:46:38 PM
Merited by ABCbits (1)
 #731

Not sure at what rate you're leasing a Tesla A. But isn't it cheaper to buy, for example, a 3060?
Ofc I'm not familiar with shipping and stocking in your country Smiley

I'm overseas ATM so I'm in the process of leasing a custom server from walkerservers.com. They're the only guys who accept crypto and offer GPUs at the same time.

They also only have Teslas, so no GeForce or Quadro for me.  Cry (you gotta request a quote from their sales dept for one, they aren't available in the product listings.)

PPS. do not get a 3060 until someone confirms whether they throttle on these programs, that card in particular throttles itself for ethereum mining, and I have no idea if it classifies private key bruteforcing as ethereum mining, as they both use ECC, and'll throttle on these programs too.

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

Activity: 36
Merit: 3


View Profile
February 26, 2021, 10:09:57 PM
 #732

Not sure at what rate you're leasing a Tesla A. But isn't it cheaper to buy, for example, a 3060?
Ofc I'm not familiar with shipping and stocking in your country Smiley

I'm overseas ATM so I'm in the process of leasing a custom server from walkerservers.com. They're the only guys who accept crypto and offer GPUs at the same time.

They also only have Teslas, so no GeForce or Quadro for me.  Cry (you gotta request a quote from their sales dept for one, they aren't available in the product listings.)

PPS. do not get a 3060 until someone confirms whether they throttle on these programs, that card in particular throttles itself for ethereum mining, and I have no idea if it classifies private key bruteforcing as ethereum mining, as they both use ECC, and'll throttle on these programs too.

I see, I could free up a windows desktop with a 3080 or 3070 if thats something you're willing to work with?
Would need to request and need a time-window (1 week, 2 weeks?) for it, but could work it out for free.
Pythagoras33
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 26, 2021, 11:52:52 PM
 #733

Why waste so much electricity with the brute force attack when you just need to solve a simple mathematical problem?  Grin

https://decrypt.co/59340/ancient-bitcoin-whale-just-moved-5-million
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6730


bitcoincleanup.com / bitmixlist.org


View Profile WWW
February 27, 2021, 06:12:10 AM
 #734

Not sure at what rate you're leasing a Tesla A. But isn't it cheaper to buy, for example, a 3060?
Ofc I'm not familiar with shipping and stocking in your country Smiley

I'm overseas ATM so I'm in the process of leasing a custom server from walkerservers.com. They're the only guys who accept crypto and offer GPUs at the same time.

They also only have Teslas, so no GeForce or Quadro for me.  Cry (you gotta request a quote from their sales dept for one, they aren't available in the product listings.)

PPS. do not get a 3060 until someone confirms whether they throttle on these programs, that card in particular throttles itself for ethereum mining, and I have no idea if it classifies private key bruteforcing as ethereum mining, as they both use ECC, and'll throttle on these programs too.

I see, I could free up a windows desktop with a 3080 or 3070 if thats something you're willing to work with?
Would need to request and need a time-window (1 week, 2 weeks?) for it, but could work it out for free.

Offer noted if I need it in the future, but someone else here contacted me first and got me a GPU to work with. Thanks though.

Why waste so much electricity with the brute force attack when you just need to solve a simple mathematical problem?  Grin

https://decrypt.co/59340/ancient-bitcoin-whale-just-moved-5-million

This explains nothing. He probably owned the private keys to that wallet already.

EDIT: you should back that claim up with more than a decrypt.co news story.

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

Activity: 57
Merit: 8


View Profile
February 28, 2021, 04:42:43 PM
 #735

16jY7qLJnN4eqD1eArr9vRVABixvcbLyXY   KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYxZTMH89fVdXM613vVD   
may be this will help someone to solve P 64

how to find those address ?? .....
16jY7qLJ*********************
all in range 8000000000000000:10000000000000000
I think you solved it  #64

Code:
16jY7qLJnN4eqD1eArr9vRVABixvcbLyXY  09A97E3E4A6A15391
16jY7qLJNSJnur5KVhoaKC25ZVyP2LpGuj  09CA0EFE4DC9C4B72
16jY7qLJuZ4WrwBbbAoHSsd9tf74x55oCG  0A199E4EEF9FABBB7
16jY7qLJpeQTfzX1SYgoNWDmqwsq9kCeJ1  0A3ABFF4956D1E3CF
16jY7qLJzxMfbfrxVjdzKVcMYuABMT3JUg  0A447E8DC181F71AF
16jY7qLJFMG4uGLQ6p2NK71KSMn1ZsHnR1  0A792E0E2AB63BC53
16jY7qLJ1itzy2eqPDW3EnDrFAMi94pkRw  0A9F727369AB8A72C
16jY7qLJ48zRMcRFt25ZgMwaLGUS4xnGp9  0B1E3FF83D3C2CADA
16jY7qLJ2aBYPJHvYZCexMtX9As7YXKTXa  0B22925E55D30526E
16jY7qLJf5WRNQsr4M7PHw3CcdUkjjiTcD  0B24147E4FA620801
16jY7qLJyE4Cspx2xJZimnKFDu1mA5v8q4  0BC9264E45AB665AF
16jY7qLJfn6u2bhsqryEBfJrUqmyYtwvMw  0BCADEFE466EB45B3
16jY7qLJD6fvZebckbnmBCqyu2uDwRqii6  0BE0F6652B041E9C5
16jY7qLJwdUDparg4Y3EgFpAhZNHTSkPFt  0C06D61514D867204
16jY7QLjn6MEodyvdGc1w1oiKSBoC4beMa  0C16D9AFCE49A235B
16jY7qLJSYVeyhvHbEC7LwgFQnVgPai56w  0C447A5E4210BCE22
16jY7qLJ8BQQDJJjRUop7FEiEyJJCR2ZE9  0C44875E4EF637660
16jY7qLJn19vvyctGxbtBuJrrpRCt5er9H  0C44B91E42375905B
16jY7qLJpG8FVrMLbk6NBtWMiejrKgEd5q  0C653BCE4B4967446
16jY7qLJxw7aXRjDTLutu7BC5Wp1LqKBPc  0C87506E4F8BA10EC
16jY7qLJzqL7qGrCz9joUf3qkTqUwygnez  0C8E6ACD0039891A4
16jY7qLJiGvJJajVN5anM8wbkW2x6JDsbx  0C9C883940AF8DF68
16jY7qLJUV3uavsiC9F69PtoCvXzcnrQpw  0CC910FE39C32DC0B
16jY7qLJSabEVThGZ58M6KmuKvaYKbkJqJ  0CC931AE3E13C6F30
16jY7qLJavMWDu8C9AGuH9LXHFyJVZHSMy  0CC9525E3226024A4
16jY7qLJpBTbteT7BCKPPrdtgwRbd2g6xe  0CC9633E407F8086A
16jY7qLJsaainy7EAxWCmsDGg934UdQujU  0CC98E9E362CC4542
16jY7qLJbYbK2DTYqDih9d1fhui4eELaBr  0CD51EFE3E898CE22
16jY7qLJjWKajipMwHwgFd7R5gYWDRVxvX  0CEAEFDE46E720BA0
16jY7qLJHmJ1N3frmsNRJhXYwXk4pz9dBP  0D64F13C3A8A5A56C
16jY7qLJrGLxGSzddR5KcJHe8wMXPKvoZ5  0D6DF549B417D5F5F
16jY7qLJeBU1dWv6Gw7cNFdpEfssB6nM6p  0D7C3610CACD10E2F
16jY7qLJ3ueYvr33g8f3WMxMUKubDfyTYt  0DBB6EEE24AF250E0
16jY7qLJySCNV747Z89CXnYnhC8sBETpAq  0DC7A6954459982B4
16jY7qLJtSouCs3cVpeZFMynfCZcUYhBJL  0E2C7BCE4D98A1CEF
16jY7qLJg8UVMsNVgmDkU5LYfnUvcHFgHE  0E7734AEB1A2C68A4
16jY7qLJbpczaisuZfaGAwGtmyYgpyikCa  0E859E5E2400E0E2D
16jY7qLJZRNXy8sYPcy8icoaHTszZzrmxY  0E9ACEEE0A95849D1
16jY7qLJceFLCRJ3W5VDvFfBagQVpde5Pj  0ECA0EFE42AB81E7D
16jY7qLJceFLCRJ3W5VDvFfBagQVpde5Pj  0ECA0EFE42AB81E7D
16jY7qLJTeYW5FumLwXdjQVG9siirnups8  0ECA7EFE46C1094D9
16jY7qLJ6AkxWNMXHHiWL6nQS8sAfijdjm  0F04C4D5648DC1F94
16jY7qLJmHoEkEbsaw8rMXUKT6VxJ6tCV1  0F07A6E5B3C4671AA
16jY7qLJZTyb8ammZufMPy1gTktDm6tKSx  0F257E7D91DC58530
16jY7qLJ7xMpwdjzoW3zsaESTwy9tekRxA  0F2624F96E4B0F443
16jY7qLJnNtLkE51fgNsMqYAZ5i6LqURJm  0F262E8D54F236F43
16jY7qLJBSqbwDwVa11q4HFr4237sEypfZ  0F2CDEF415A50F2BC
16jY7qLJJa2D8Q7aNSt818G47epM2rwsou  0F618E4E0BEFB65C1
16jY7qLJevsjxqTvRGUfjEhSKjnceRew5h  0FB72665B09D2E273
16jY7qLJWQnhf9uUKSyAW1WbgGVYvBmLgy  0FE9264E43F208CCF
16jY7qLJeSKNp2iZDStRSn4Vq9Qp9N76cR  0FF854CE413430A01
16jY7qLJxeuWjZKR25E4v8ZBnEPvxwg3hu  0FFBD79E6D341D584
16jY7qLJAi1LdLnfSX6BPkntA4NypEXnZr  0F02DB8E20CFB42B0
rama_rao
Newbie
*
Offline Offline

Activity: 18
Merit: 1


View Profile
February 28, 2021, 05:45:38 PM
 #736

2. What is the simple mathematical problem? Finding private key if someone reuse k value?

What is that? Is it similar to this: https://allprivatekeys.com/random-vulnerability

Then don't worry. Last month I've checked all of bitcoin addresses for this and found like 1000 addresses with this vulnerability and only 3 with balances. All 3 <500 sats. So, you won't find anything new...
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
February 28, 2021, 06:37:32 PM
 #737

2. What is the simple mathematical problem? Finding private key if someone reuse k value?

What is that? Is it similar to this: https://allprivatekeys.com/random-vulnerability

Then don't worry. Last month I've checked all of bitcoin addresses for this and found like 1000 addresses with this vulnerability and only 3 with balances. All 3 <500 sats. So, you won't find anything new...

Might as well go after addresses with exposed public keys then.
eye3raj
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 01, 2021, 12:10:12 PM
 #738

I am looking for random version, so every key is is generated random, is there any version.
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6730


bitcoincleanup.com / bitmixlist.org


View Profile WWW
March 01, 2021, 01:22:34 PM
 #739

I am looking for random version, so every key is is generated random, is there any version.

@escobol told me off-forum that he had someone make such a version for him so you might want to PM him for access to that.

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

Activity: 406
Merit: 45


View Profile
March 02, 2021, 03:40:10 PM
 #740


how to find those address ?? .....
16jY7qLJ*********************
all in range 8000000000000000:10000000000000000
I think you solved it  #64
 


 
still very high rank

I try focus to below 1 trillion in rank

too high

Code:
16jY7qLJnN4eqD1eArr9vRVABixvcbLyXY,09A97E3E4A6A15391,11139622774511850385
16jY7qLJNSJnur5KVhoaKC25ZVyP2LpGuj,09CA0EFE4DC9C4B72,11286284432423275378
16jY7qLJuZ4WrwBbbAoHSsd9tf74x55oCG,0A199E4EEF9FABBB7,11644590026590436279
16jY7qLJpeQTfzX1SYgoNWDmqwsq9kCeJ1,0A3ABFF4956D1E3CF,11793800739654067151
16jY7qLJzxMfbfrxVjdzKVcMYuABMT3JUg,0A447E8DC181F71AF,11837686177561801135
16jY7qLJFMG4uGLQ6p2NK71KSMn1ZsHnR1,0A792E0E2AB63BC53,12074960815076392019
16jY7qLJ1itzy2eqPDW3EnDrFAMi94pkRw,0A9F727369AB8A72C,12247300827134863148
16jY7qLJ48zRMcRFt25ZgMwaLGUS4xnGp9,0B1E3FF83D3C2CADA,12818369906085120730
16jY7qLJ2aBYPJHvYZCexMtX9As7YXKTXa,0B22925E55D30526E,12837833879837495918
16jY7qLJf5WRNQsr4M7PHw3CcdUkjjiTcD,0B24147E4FA620801,12844626661016209409
16jY7qLJyE4Cspx2xJZimnKFDu1mA5v8q4,0BC9264E45AB665AF,13588033957667431855
16jY7qLJfn6u2bhsqryEBfJrUqmyYtwvMw,0BCADEFE466EB45B3,13595786614359672243
16jY7qLJD6fvZebckbnmBCqyu2uDwRqii6,0BE0F6652B041E9C5,13695277497187428805
16jY7qLJwdUDparg4Y3EgFpAhZNHTSkPFt,0C06D61514D867204,13865845829564527108
16jY7QLjn6MEodyvdGc1w1oiKSBoC4beMa,0C16D9AFCE49A235B,13937966832739296091
16jY7qLJSYVeyhvHbEC7LwgFQnVgPai56w,0C447A5E4210BCE22,14143455554005880354
16jY7qLJ8BQQDJJjRUop7FEiEyJJCR2ZE9,0C44875E4EF637660,14143684255886308960
16jY7qLJn19vvyctGxbtBuJrrpRCt5er9H,0C44B91E42375905B,14144559463720652891
16jY7qLJpG8FVrMLbk6NBtWMiejrKgEd5q,0C653BCE4B4967446,14290973733045040198
16jY7qLJxw7aXRjDTLutu7BC5Wp1LqKBPc,0C87506E4F8BA10EC,14444458960355987692
16jY7qLJzqL7qGrCz9joUf3qkTqUwygnez,0C8E6ACD0039891A4,14476448061642543524
16jY7qLJiGvJJajVN5anM8wbkW2x6JDsbx,0C9C883940AF8DF68,14540016068828127080
16jY7qLJUV3uavsiC9F69PtoCvXzcnrQpw,0CC910FE39C32DC0B,14740580525612915723
16jY7qLJSabEVThGZ58M6KmuKvaYKbkJqJ,0CC931AE3E13C6F30,14741155571352497968
16jY7qLJavMWDu8C9AGuH9LXHFyJVZHSMy,0CC9525E3226024A4,14741730612731716772
16jY7qLJpBTbteT7BCKPPrdtgwRbd2g6xe,0CC9633E407F8086A,14742027484723153002
16jY7qLJsaainy7EAxWCmsDGg934UdQujU,0CC98E9E362CC4542,14742790543021720898
16jY7qLJbYbK2DTYqDih9d1fhui4eELaBr,0CD51EFE3E898CE22,14794870013027733026
16jY7qLJjWKajipMwHwgFd7R5gYWDRVxvX,0CEAEFDE46E720BA0,14893120175308147616
16jY7qLJHmJ1N3frmsNRJhXYwXk4pz9dBP,0D64F13C3A8A5A56C,15442583378345698668
16jY7qLJrGLxGSzddR5KcJHe8wMXPKvoZ5,0D6DF549B417D5F5F,15483187069718454111
16jY7qLJeBU1dWv6Gw7cNFdpEfssB6nM6p,0D7C3610CACD10E2F,15547377045679967791
16jY7qLJ3ueYvr33g8f3WMxMUKubDfyTYt,0DBB6EEE24AF250E0,15832104195754971360
16jY7qLJySCNV747Z89CXnYnhC8sBETpAq,0DC7A6954459982B4,15887126446168703668
16jY7qLJtSouCs3cVpeZFMynfCZcUYhBJL,0E2C7BCE4D98A1CEF,16341237464025406703
16jY7qLJg8UVMsNVgmDkU5LYfnUvcHFgHE,0E7734AEB1A2C68A4,16677756218699966628
16jY7qLJbpczaisuZfaGAwGtmyYgpyikCa,0E859E5E2400E0E2D,16742665849626562093
16jY7qLJZRNXy8sYPcy8icoaHTszZzrmxY,0E9ACEEE0A95849D1,16838095755512662481
16jY7qLJceFLCRJ3W5VDvFfBagQVpde5Pj,0ECA0EFE42AB81E7D,17050891952472989309
16jY7qLJceFLCRJ3W5VDvFfBagQVpde5Pj,0ECA0EFE42AB81E7D,17050891952472989309
16jY7qLJTeYW5FumLwXdjQVG9siirnups8,0ECA7EFE46C1094D9,17052862278406280409
16jY7qLJ6AkxWNMXHHiWL6nQS8sAfijdjm,0F04C4D5648DC1F94,17315299700317626260
16jY7qLJmHoEkEbsaw8rMXUKT6VxJ6tCV1,0F07A6E5B3C4671AA,17328283854393733546
16jY7qLJZTyb8ammZufMPy1gTktDm6tKSx,0F257E7D91DC58530,17462680999845791024
16jY7qLJ7xMpwdjzoW3zsaESTwy9tekRxA,0F2624F96E4B0F443,17465609814396695619
16jY7qLJnNtLkE51fgNsMqYAZ5i6LqURJm,0F262E8D54F236F43,17465778307749605187
16jY7qLJBSqbwDwVa11q4HFr4237sEypfZ,0F2CDEF415A50F2BC,17495903191371412156
16jY7qLJJa2D8Q7aNSt818G47epM2rwsou,0F618E4E0BEFB65C1,17733175186699281857
16jY7qLJevsjxqTvRGUfjEhSKjnceRew5h,0FB72665B09D2E273,18118656792057799283
16jY7qLJWQnhf9uUKSyAW1WbgGVYvBmLgy,0FE9264E43F208CCF,18343835163707870415
16jY7qLJeSKNp2iZDStRSn4Vq9Qp9N76cR,0FF854CE413430A01,18412207194033555969
16jY7qLJxeuWjZKR25E4v8ZBnEPvxwg3hu,0FFBD79E6D341D584,18428019282563683716
16jY7qLJAi1LdLnfSX6BPkntA4NypEXnZr,0F02DB8E20CFB42B0,17306692224074597040


Code:
11139622774511850385,16jY7qLJnN4eqD1eArr9vRVABixvcbLyXY,09A97E3E4A6A15391
11286284432423275378,16jY7qLJNSJnur5KVhoaKC25ZVyP2LpGuj,09CA0EFE4DC9C4B72
11644590026590436279,16jY7qLJuZ4WrwBbbAoHSsd9tf74x55oCG,0A199E4EEF9FABBB7
11793800739654067151,16jY7qLJpeQTfzX1SYgoNWDmqwsq9kCeJ1,0A3ABFF4956D1E3CF
11837686177561801135,16jY7qLJzxMfbfrxVjdzKVcMYuABMT3JUg,0A447E8DC181F71AF
12074960815076392019,16jY7qLJFMG4uGLQ6p2NK71KSMn1ZsHnR1,0A792E0E2AB63BC53
12247300827134863148,16jY7qLJ1itzy2eqPDW3EnDrFAMi94pkRw,0A9F727369AB8A72C
12818369906085120730,16jY7qLJ48zRMcRFt25ZgMwaLGUS4xnGp9,0B1E3FF83D3C2CADA
12837833879837495918,16jY7qLJ2aBYPJHvYZCexMtX9As7YXKTXa,0B22925E55D30526E
12844626661016209409,16jY7qLJf5WRNQsr4M7PHw3CcdUkjjiTcD,0B24147E4FA620801
13588033957667431855,16jY7qLJyE4Cspx2xJZimnKFDu1mA5v8q4,0BC9264E45AB665AF
13595786614359672243,16jY7qLJfn6u2bhsqryEBfJrUqmyYtwvMw,0BCADEFE466EB45B3
13695277497187428805,16jY7qLJD6fvZebckbnmBCqyu2uDwRqii6,0BE0F6652B041E9C5
13865845829564527108,16jY7qLJwdUDparg4Y3EgFpAhZNHTSkPFt,0C06D61514D867204
13937966832739296091,16jY7QLjn6MEodyvdGc1w1oiKSBoC4beMa,0C16D9AFCE49A235B
14143455554005880354,16jY7qLJSYVeyhvHbEC7LwgFQnVgPai56w,0C447A5E4210BCE22
14143684255886308960,16jY7qLJ8BQQDJJjRUop7FEiEyJJCR2ZE9,0C44875E4EF637660
14144559463720652891,16jY7qLJn19vvyctGxbtBuJrrpRCt5er9H,0C44B91E42375905B
14290973733045040198,16jY7qLJpG8FVrMLbk6NBtWMiejrKgEd5q,0C653BCE4B4967446
14444458960355987692,16jY7qLJxw7aXRjDTLutu7BC5Wp1LqKBPc,0C87506E4F8BA10EC
14476448061642543524,16jY7qLJzqL7qGrCz9joUf3qkTqUwygnez,0C8E6ACD0039891A4
14540016068828127080,16jY7qLJiGvJJajVN5anM8wbkW2x6JDsbx,0C9C883940AF8DF68
14740580525612915723,16jY7qLJUV3uavsiC9F69PtoCvXzcnrQpw,0CC910FE39C32DC0B
14741155571352497968,16jY7qLJSabEVThGZ58M6KmuKvaYKbkJqJ,0CC931AE3E13C6F30
14741730612731716772,16jY7qLJavMWDu8C9AGuH9LXHFyJVZHSMy,0CC9525E3226024A4
14742027484723153002,16jY7qLJpBTbteT7BCKPPrdtgwRbd2g6xe,0CC9633E407F8086A
14742790543021720898,16jY7qLJsaainy7EAxWCmsDGg934UdQujU,0CC98E9E362CC4542
14794870013027733026,16jY7qLJbYbK2DTYqDih9d1fhui4eELaBr,0CD51EFE3E898CE22
14893120175308147616,16jY7qLJjWKajipMwHwgFd7R5gYWDRVxvX,0CEAEFDE46E720BA0
15442583378345698668,16jY7qLJHmJ1N3frmsNRJhXYwXk4pz9dBP,0D64F13C3A8A5A56C
15483187069718454111,16jY7qLJrGLxGSzddR5KcJHe8wMXPKvoZ5,0D6DF549B417D5F5F
15547377045679967791,16jY7qLJeBU1dWv6Gw7cNFdpEfssB6nM6p,0D7C3610CACD10E2F
15832104195754971360,16jY7qLJ3ueYvr33g8f3WMxMUKubDfyTYt,0DBB6EEE24AF250E0
15887126446168703668,16jY7qLJySCNV747Z89CXnYnhC8sBETpAq,0DC7A6954459982B4
16341237464025406703,16jY7qLJtSouCs3cVpeZFMynfCZcUYhBJL,0E2C7BCE4D98A1CEF
16677756218699966628,16jY7qLJg8UVMsNVgmDkU5LYfnUvcHFgHE,0E7734AEB1A2C68A4
16742665849626562093,16jY7qLJbpczaisuZfaGAwGtmyYgpyikCa,0E859E5E2400E0E2D
16838095755512662481,16jY7qLJZRNXy8sYPcy8icoaHTszZzrmxY,0E9ACEEE0A95849D1
17050891952472989309,16jY7qLJceFLCRJ3W5VDvFfBagQVpde5Pj,0ECA0EFE42AB81E7D
17050891952472989309,16jY7qLJceFLCRJ3W5VDvFfBagQVpde5Pj,0ECA0EFE42AB81E7D
17052862278406280409,16jY7qLJTeYW5FumLwXdjQVG9siirnups8,0ECA7EFE46C1094D9
17306692224074597040,16jY7qLJAi1LdLnfSX6BPkntA4NypEXnZr,0F02DB8E20CFB42B0
17315299700317626260,16jY7qLJ6AkxWNMXHHiWL6nQS8sAfijdjm,0F04C4D5648DC1F94
17328283854393733546,16jY7qLJmHoEkEbsaw8rMXUKT6VxJ6tCV1,0F07A6E5B3C4671AA
17462680999845791024,16jY7qLJZTyb8ammZufMPy1gTktDm6tKSx,0F257E7D91DC58530
17465609814396695619,16jY7qLJ7xMpwdjzoW3zsaESTwy9tekRxA,0F2624F96E4B0F443
17465778307749605187,16jY7qLJnNtLkE51fgNsMqYAZ5i6LqURJm,0F262E8D54F236F43
17495903191371412156,16jY7qLJBSqbwDwVa11q4HFr4237sEypfZ,0F2CDEF415A50F2BC
17733175186699281857,16jY7qLJJa2D8Q7aNSt818G47epM2rwsou,0F618E4E0BEFB65C1
18118656792057799283,16jY7qLJevsjxqTvRGUfjEhSKjnceRew5h,0FB72665B09D2E273
18343835163707870415,16jY7qLJWQnhf9uUKSyAW1WbgGVYvBmLgy,0FE9264E43F208CCF
18412207194033555969,16jY7qLJeSKNp2iZDStRSn4Vq9Qp9N76cR,0FF854CE413430A01
18428019282563683716,16jY7qLJxeuWjZKR25E4v8ZBnEPvxwg3hu,0FFBD79E6D341D584

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 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 ... 96 »
  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!