Search content
Sort by

Showing 10 of 10 results by DrShams
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 01/05/2025, 11:13:30 UTC
In Case You Missed It
Puzzle #69 Found on 30-4-2025
0x0000000000000000000000000000000000000000000000101d83275fb2bc7e0c
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 11/04/2025, 23:41:23 UTC
well .... is the common tools now outdated and useless
like keyhunt , kangaroo ....

seems people are using other un announced brute force tools
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 25/02/2025, 17:28:33 UTC
i he had to check 42058576 trillion keys in 67 days
this means he was checking at speed 7.5 trillion keys per second

What is gods name is the hardware capable of this
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 14/01/2025, 08:05:21 UTC
what actually affect the speed more
is it the cuda cores number or the Memory size of the GPU ?
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 31/12/2024, 12:10:34 UTC
hello guys ...

i wonder what is the setup used by Retired Coder For breaking the last 3 puzzle keys ??
he did crack

Puzzle #120
Puzzle #125
Puzzle #130

any one knows what pc specifications is he using ?? a 4090 may be and how many of them ??
or there is a hidden software gem other than what is shared for public ??
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 12/04/2024, 09:59:45 UTC
i wonder is it more probable to find a key through random approach or with consecutive trials ?
Post
Topic
Board Bitcoin Discussion
Topic OP
are there any bitcoin faucets nowadays !!
by
DrShams
on 27/12/2023, 15:43:30 UTC
seems the gold days are gone  Roll Eyes

are there still any bitcoin faucet today ??
i have tried many but all have withdrawal limit that you know you can't reach
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 17/09/2023, 18:20:56 UTC
and i wonder how is that possible without knowing the private key from the beginning ??

All those address can be derived from the RMD hash of the address, example:

Address 13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so decoded in to Hexadecimal is:

0020d45a6a762535700ce9e0b216e31994335db8a5ee6612b2

But first byte for btc address is alway 00 and last 4 bytes are te checksum: ee6612b2

So the Real hash160 of the address 20d45a6a762535700ce9e0b216e31994335db8a5

Example with Dogecoin is almost the same, address D88gYxMEoumtZSJAC9mwa2EWfm6g3uocon

Decodes is 1e20d45a6a762535700ce9e0b216e31994335db8a50d861875

1e is the prefix for Doge, the checksum are the last 4 bytes: 0d861875

So the Real hash160 of the address 20d45a6a762535700ce9e0b216e31994335db8a5

So for almost all altcoin you only need the original rmd160 hash check the next image:

https://www.talkimg.com/images/2023/09/17/6kpfl.png

I recommend you to read Chapter 4. Keys, Addresses, Wallets





Dear albert0bsd You are always the King Of Crypto Knowledge  Smiley
Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~1000 BTC total bounty to solvers! ==UPDATED==
by
DrShams
on 17/09/2023, 14:05:47 UTC
i wonder about privatekeys website

when i check for any addresss , i get the same addresses from different networks bitcoin gold , bitcoin cash ,,,etc
that has the same private key Huh?

and i wonder how is that possible without knowing the private key from the beginning ??

lets say for puzzle 66
13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so

Addresses with the same Private Key :

Bitcoin:
bc1qyr2956nky56hqr8fuzepdccejse4mw994lyftn
 0  0  0
Bitcoin Testnet:
miWYJkVaKXJroYbBB8kkrBHEecy5dxNKJP
 0.15650667  0.15650667  15
tb1qyr2956nky56hqr8fuzepdccejse4mw99lel6sq
 0.07957129  0.07957129  15
Bitcoin Cash:
qqsdgkn2wcjn2uqva8sty9hrrx2rxhdc55qw0jqhdh
 0.69
Bitcoin SV:
13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so
Bitcoin Gold:
GLqWRpjYVMUu6uQrPWSVT2QohoADou8QwG
 0.66  0.66  2
btg1qyr2956nky56hqr8fuzepdccejse4mw99rkzv7m
Litecoin:
LNDYGuiRbA7fHEoidhmgJH8fzqjeseATsU
 0  0  0
ltc1qyr2956nky56hqr8fuzepdccejse4mw993r7dnr
 0  0  0
Dogecoin:
D88gYxMEoumtZSJAC9mwa2EWfm6g3uocon
 25.60472599  25.60472599  9
Dash:
XdgRqx4VUD6CBNi9KT6bsnkhcxx4pyNnFr
 0  0  0
Zcash:
t1LsC22pjUpfCd5ATPzbWA5Aq3HZTZXJWuS
Clams:
xBJDuaF4nDMe4pDRp3R3TSMh1jfcBnESxx
 0  0  0
Post
Topic
Board Project Development
Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards)
by
DrShams
on 28/07/2023, 17:48:25 UTC
is vbcr checks for patterns in a  range randomly , or it increments the hexadecimal start range by 1 ??